Loading src/com/android/server/telecom/InCallController.java +4 −2 Original line number Diff line number Diff line Loading @@ -332,8 +332,10 @@ public class InCallController extends CallsManagerListenerBase implements // Notify this new added call if (mInCallServiceInfo.getType() == IN_CALL_SERVICE_TYPE_BLUETOOTH) { if (mBTInCallServices.containsKey(userFromCall)) { sendCallToService(call, mInCallServiceInfo, mBTInCallServices .get(userFromCall).second); } } else { sendCallToService(call, mInCallServiceInfo, mInCallServices.get(userFromCall).get(mInCallServiceInfo)); Loading Loading
src/com/android/server/telecom/InCallController.java +4 −2 Original line number Diff line number Diff line Loading @@ -332,8 +332,10 @@ public class InCallController extends CallsManagerListenerBase implements // Notify this new added call if (mInCallServiceInfo.getType() == IN_CALL_SERVICE_TYPE_BLUETOOTH) { if (mBTInCallServices.containsKey(userFromCall)) { sendCallToService(call, mInCallServiceInfo, mBTInCallServices .get(userFromCall).second); } } else { sendCallToService(call, mInCallServiceInfo, mInCallServices.get(userFromCall).get(mInCallServiceInfo)); Loading