Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/telecom/
H A DUiCallManagerTest.java133 CallAudioState callAudioState = new CallAudioState(true, in testGetMuted_isMuted() local
167 CallAudioState callAudioState = new CallAudioState( in testGetSupportedAudioRouteMask() local
193 CallAudioState callAudioState = new CallAudioState( in testGetSupportedAudioRoute_supportedAudioRouteMaskIsRouteAll() local
207 CallAudioState callAudioState = new CallAudioState( in testGetSupportedAudioRoute_supportedAudioRouteMaskIsRouteSpeaker() local
250 CallAudioState callAudioState = new CallAudioState( in scoStateToAudioRoute() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
H A DVoicemailAudioManager.java39 private CallAudioState callAudioState; field in VoicemailAudioManager
226 private void setSystemAudioState(CallAudioState callAudioState) { in setSystemAudioState()
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DICallDiagnosticService.aidl35 void updateCallAudioState(in CallAudioState callAudioState); in updateCallAudioState()
H A DIInCallService.aidl44 void onCallAudioStateChanged(in CallAudioState callAudioState); in onCallAudioStateChanged()
H A DIConnectionService.aidl98 void onCallAudioStateChanged(String activeCallId, in CallAudioState callAudioState, in onCallAudioStateChanged()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DStatusBarNotifier.java279 final CallAudioState callAudioState = AudioModeProvider.getInstance().getAudioState(); in buildAndSendNotification() local
440 DialerCall call, int state, CallAudioState callAudioState, Notification.Builder builder) { in createIncomingCallNotification()
488 CallAudioState callAudioState) { in checkForChangeAndSaveData()
946 private void addSpeakerAction(Notification.Builder builder, CallAudioState callAudioState) { in addSpeakerAction()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
H A DInCallServiceImpl.java82 void onCallAudioStateChanged(CallAudioState callAudioState); in onCallAudioStateChanged()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DPhone.java62 public void onCallAudioStateChanged(Phone phone, CallAudioState callAudioState) { } in onCallAudioStateChanged()
234 final void internalCallAudioStateChanged(CallAudioState callAudioState) { in internalCallAudioStateChanged()
H A DCallDiagnosticService.java96 public void updateCallAudioState(CallAudioState callAudioState) throws RemoteException { in updateCallAudioState()
H A DInCallService.java367 public void onCallAudioStateChanged(CallAudioState callAudioState) { in onCallAudioStateChanged()
H A DConnectionService.java2304 private void onCallAudioStateChanged(String callId, CallAudioState callAudioState) { in onCallAudioStateChanged()