Loading src/com/android/server/telecom/InCallController.java +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ public final class InCallController extends CallsManagerListenerBase { if (mIsExternalCallsSupported != that.mIsExternalCallsSupported) { return false; } if (mIsSelfManagedCallsSupported != that.mIsExternalCallsSupported) { if (mIsSelfManagedCallsSupported != that.mIsSelfManagedCallsSupported) { return false; } return mComponentName.equals(that.mComponentName); Loading Loading
src/com/android/server/telecom/InCallController.java +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ public final class InCallController extends CallsManagerListenerBase { if (mIsExternalCallsSupported != that.mIsExternalCallsSupported) { return false; } if (mIsSelfManagedCallsSupported != that.mIsExternalCallsSupported) { if (mIsSelfManagedCallsSupported != that.mIsSelfManagedCallsSupported) { return false; } return mComponentName.equals(that.mComponentName); Loading