Searched defs:audioState (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DInCallServiceImpl.java35 public void onCallAudioStateChanged(CallAudioState audioState) { argument
36 AudioModeProvider.getInstance().onAudioStateChanged(audioState.isMuted(),
37 audioState.getRoute(), audioState.getSupportedRouteMask());
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DInCallServiceFixture.java98 public void onCallAudioStateChanged(CallAudioState audioState) throws RemoteException { argument
99 mCallAudioState = audioState;
H A DConnectionServiceFixture.java269 public void onCallAudioStateChanged(String activeCallId, CallAudioState audioState) argument
/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceWrapper.java916 public void onCallAudioStateChanged(Call activeCall, CallAudioState audioState) { argument
920 logOutgoing("onCallAudioStateChanged %s %s", callId, audioState);
921 mServiceInterface.onCallAudioStateChanged(callId, audioState);
/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java508 public void onCallAudioStateChanged(CallAudioState audioState) { argument

Completed in 523 milliseconds