Loading src/com/android/server/telecom/PhoneStateBroadcaster.java +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ final class PhoneStateBroadcaster extends CallsManagerListenerBase { try { if (mRegistry != null) { mRegistry.notifyCallState(phoneState, callHandle); mRegistry.notifyCallStateForAllSubs(phoneState, callHandle); Log.i(this, "Broadcasted state change: %s", mCurrentState); } } catch (RemoteException e) { Loading Loading
src/com/android/server/telecom/PhoneStateBroadcaster.java +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ final class PhoneStateBroadcaster extends CallsManagerListenerBase { try { if (mRegistry != null) { mRegistry.notifyCallState(phoneState, callHandle); mRegistry.notifyCallStateForAllSubs(phoneState, callHandle); Log.i(this, "Broadcasted state change: %s", mCurrentState); } } catch (RemoteException e) { Loading