Loading src/com/android/server/telecom/InCallController.java +2 −1 Original line number Diff line number Diff line Loading @@ -212,7 +212,8 @@ public final class InCallController extends CallsManagerListenerBase { return CONNECTION_SUCCEEDED; } if (call.isSelfManaged() && !mInCallServiceInfo.isSelfManagedCallsSupported()) { if (call != null && call.isSelfManaged() && !mInCallServiceInfo.isSelfManagedCallsSupported()) { Log.i(this, "Skipping binding to %s - doesn't support self-mgd calls", mInCallServiceInfo); mIsConnected = false; Loading Loading
src/com/android/server/telecom/InCallController.java +2 −1 Original line number Diff line number Diff line Loading @@ -212,7 +212,8 @@ public final class InCallController extends CallsManagerListenerBase { return CONNECTION_SUCCEEDED; } if (call.isSelfManaged() && !mInCallServiceInfo.isSelfManagedCallsSupported()) { if (call != null && call.isSelfManaged() && !mInCallServiceInfo.isSelfManagedCallsSupported()) { Log.i(this, "Skipping binding to %s - doesn't support self-mgd calls", mInCallServiceInfo); mIsConnected = false; Loading