Home
last modified time | relevance | path

Searched refs:dispatchDeviceVolumeAdjusted (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/
DIAudioDeviceVolumeDispatcher.aidl30 void dispatchDeviceVolumeAdjusted(in AudioDeviceAttributes device, in VolumeInfo vol, in dispatchDeviceVolumeAdjusted() method
DAudioDeviceVolumeManager.java180 public void dispatchDeviceVolumeAdjusted( in dispatchDeviceVolumeAdjusted() method in AudioDeviceVolumeManager.DeviceVolumeDispatcherStub
/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
DAbsoluteVolumeBehaviorTest.java295 verify(mMockDispatcher).dispatchDeviceVolumeAdjusted(eq(DEVICE_SPEAKER_OUT), in adjustStreamVolume_handlesAdjust_noAbsVolFlag_noVolChange_dispatchesVolumeAdjusted()
325 verify(mMockDispatcher, never()).dispatchDeviceVolumeAdjusted(eq(DEVICE_SPEAKER_OUT), any(), in adjustStreamVolume_noHandleAdjust_noAbsVolFlag_volChanges_dispatchesVolumeChanged()
353 verify(mMockDispatcher, never()).dispatchDeviceVolumeAdjusted(eq(DEVICE_SPEAKER_OUT), any(), in adjustStreamVolume_absVolFlagSet_streamVolumeChanges_nothingDispatched()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java4884 deviceInfo.mCallback.dispatchDeviceVolumeAdjusted(deviceInfo.mDevice, in dispatchAbsoluteVolumeAdjusted()