Home
last modified time | relevance | path

Searched defs:callAudioState (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/homescreen/audio/
DInCallViewModelTest.java172 CallAudioState callAudioState = new CallAudioState(true, in onCallAudioStateChanged_callsPresenterWhenMuteButtonIsOutOfSync() local
185 CallAudioState callAudioState = new CallAudioState(false, in onCallAudioStateChanged_doesNotCallPresenterWhenMuteButtonIsInSync() local
195 CallAudioState callAudioState; in updateMuteButtonIconState_outOfSync_updatesIconState() local
221 CallAudioState callAudioState; in updateMuteButtonIconState_inSync_doesNotUpdateIconState() local
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
DVoicemailAudioManager.java39 private CallAudioState callAudioState; field in VoicemailAudioManager
226 private void setSystemAudioState(CallAudioState callAudioState) { in setSystemAudioState()
/packages/apps/Dialer/java/com/android/incallui/
DStatusBarNotifier.java283 final CallAudioState callAudioState = AudioModeProvider.getInstance().getAudioState(); in buildAndSendNotification() local
444 DialerCall call, int state, CallAudioState callAudioState, Notification.Builder builder) { in createIncomingCallNotification()
492 CallAudioState callAudioState) { in checkForChangeAndSaveData()
973 private void addSpeakerAction(Notification.Builder builder, CallAudioState callAudioState) { in addSpeakerAction()