Searched refs:newAudioState (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallsManagerListenerBase.java | 62 CallAudioState newAudioState) { in onCallAudioStateChanged() argument
|
D | CallsManager.java | 232 void onCallAudioStateChanged(CallAudioState oldAudioState, CallAudioState newAudioState); in onCallAudioStateChanged() argument 4054 newAudioState) { 4055 Log.v(this, "onAudioStateChanged, audioState: %s -> %s", oldAudioState, newAudioState); 4057 listener.onCallAudioStateChanged(oldAudioState, newAudioState);
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpServiceTest.java | 1089 BluetoothDevice device, int audioStackEvent, int newAudioState, int oldAudioState) { in generateAudioMessageFromNative() argument 1100 hasExtra(BluetoothProfile.EXTRA_STATE, newAudioState), in generateAudioMessageFromNative()
|