Loading src/com/android/server/telecom/CallAudioRouteStateMachine.java +2 −0 Original line number Diff line number Diff line Loading @@ -1127,6 +1127,7 @@ public class CallAudioRouteStateMachine extends StateMachine { if (mAudioManager.isSpeakerphoneOn() != on) { Log.i(this, "turning speaker phone %s", on); mAudioManager.setSpeakerphoneOn(on); mStatusBarNotifier.notifySpeakerphone(on); } } Loading Loading @@ -1161,6 +1162,7 @@ public class CallAudioRouteStateMachine extends StateMachine { // user and not the current foreground, which we want to avoid. audio.setMicrophoneMute( mute, mContext.getOpPackageName(), getCurrentUserId()); mStatusBarNotifier.notifyMute(mute); } catch (RemoteException e) { Log.e(this, e, "Remote exception while toggling mute."); Loading Loading
src/com/android/server/telecom/CallAudioRouteStateMachine.java +2 −0 Original line number Diff line number Diff line Loading @@ -1127,6 +1127,7 @@ public class CallAudioRouteStateMachine extends StateMachine { if (mAudioManager.isSpeakerphoneOn() != on) { Log.i(this, "turning speaker phone %s", on); mAudioManager.setSpeakerphoneOn(on); mStatusBarNotifier.notifySpeakerphone(on); } } Loading Loading @@ -1161,6 +1162,7 @@ public class CallAudioRouteStateMachine extends StateMachine { // user and not the current foreground, which we want to avoid. audio.setMicrophoneMute( mute, mContext.getOpPackageName(), getCurrentUserId()); mStatusBarNotifier.notifyMute(mute); } catch (RemoteException e) { Log.e(this, e, "Remote exception while toggling mute."); Loading