Home
last modified time | relevance | path

Searched refs:notifySpeakerphone (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DStatusBarNotifier.java53 notifySpeakerphone(false); in onCallRemoved()
90 public void notifySpeakerphone(boolean isSpeakerphone) { in notifySpeakerphone() method in StatusBarNotifier
DCallAudioRouteController.java888 mStatusBarNotifier.notifySpeakerphone(mCallsManager.hasAnyCalls()); in handleSpeakerOn()
906 mStatusBarNotifier.notifySpeakerphone(false); in handleSpeakerOff()
DCallAudioRouteStateMachine.java1787 mStatusBarNotifier.notifySpeakerphone(hasAnyCalls && speakerOn); in setSpeakerphoneOn()