Searched defs:newAudioState (Results 1 - 3 of 3) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | CallsManagerListenerBase.java | 56 CallAudioState newAudioState) { 55 onCallAudioStateChanged(CallAudioState oldAudioState, CallAudioState newAudioState) argument
|
H A D | CallsManager.java | 121 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 D | A2dpServiceTest.java | 810 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