Searched defs:newAudioState (Results 1 - 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManagerListenerBase.java56 CallAudioState newAudioState) {
55 onCallAudioStateChanged(CallAudioState oldAudioState, CallAudioState newAudioState) argument
H A DCallsManager.java121 void onCallAudioStateChanged(CallAudioState oldAudioState, CallAudioState newAudioState); argument
1871 newAudioState) {
1872 Log.v(this, "onAudioStateChanged, audioState: %s -> %s", oldAudioState, newAudioState);
1874 listener.onCallAudioStateChanged(oldAudioState, newAudioState);
1870 onCallAudioStateChanged(CallAudioState oldAudioState, CallAudioState newAudioState) argument
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpServiceTest.java810 int newAudioState, int oldAudioState) {
817 verifyAudioStateIntent(TIMEOUT_MS, device, newAudioState, oldAudioState);
821 int audioStackEvent, int newAudioState,
809 generateAudioMessageFromNative(BluetoothDevice device, int audioStackEvent, int newAudioState, int oldAudioState) argument
820 generateUnexpectedAudioMessageFromNative(BluetoothDevice device, int audioStackEvent, int newAudioState, int oldAudioState) argument

Completed in 736 milliseconds