Home
last modified time | relevance | path

Searched defs:updateCallAudioState (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DICallDiagnosticService.aidl35 void updateCallAudioState(in CallAudioState callAudioState); in updateCallAudioState() method
/aosp12/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
H A DCarModeInCallUI.java179 public void updateCallAudioState(CallAudioState cas) { in updateCallAudioState() method in CarModeInCallUI
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestInCallUI.java296 public void updateCallAudioState(CallAudioState cas) { in updateCallAudioState() method in TestInCallUI
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DCallDiagnosticService.java96 public void updateCallAudioState(CallAudioState callAudioState) throws RemoteException { in updateCallAudioState() method in CallDiagnosticService.CallDiagnosticServiceBinder