Home
last modified time | relevance | path

Searched refs:onDeviceVolumeChanged (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothVolumeControlCallback.aidl32 void onDeviceVolumeChanged(in BluetoothDevice device, in int volume); in onDeviceVolumeChanged() method
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java1207 verify(callback, times(1)).onDeviceVolumeChanged(eq(mDevice), eq(deviceOneVolume)); in testServiceBinderRegisterVolumeChangedCallbackWhenDeviceAlreadyConnected()
1208 verify(callback, times(1)).onDeviceVolumeChanged(eq(mDeviceTwo), eq(deviceTwoVolume)); in testServiceBinderRegisterVolumeChangedCallbackWhenDeviceAlreadyConnected()
1268 verify(callback, times(1)).onDeviceVolumeChanged(eq(mDevice), eq(deviceOneVolume)); in testServiceBinderTestNotifyNewRegisteredCallback()
1269 verify(callback, times(1)).onDeviceVolumeChanged(eq(mDeviceTwo), eq(deviceTwoVolume)); in testServiceBinderTestNotifyNewRegisteredCallback()
1273 .onDeviceVolumeChanged(eq(mDevice), eq(deviceOneVolume)); in testServiceBinderTestNotifyNewRegisteredCallback()
1275 .onDeviceVolumeChanged(eq(mDeviceTwo), eq(deviceTwoVolume)); in testServiceBinderTestNotifyNewRegisteredCallback()
1386 verify(callback).onDeviceVolumeChanged(eq(mDeviceTwo), eq(groupVolume)); in testVolumeControlChangedCallback()
1387 verify(callback).onDeviceVolumeChanged(eq(mDevice), eq(groupVolume)); in testVolumeControlChangedCallback()
1400 verify(callback).onDeviceVolumeChanged(eq(mDevice), eq(deviceOneVolume)); in testVolumeControlChangedCallback()
1401 verify(callback, never()).onDeviceVolumeChanged(eq(mDeviceTwo), eq(deviceOneVolume)); in testVolumeControlChangedCallback()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothVolumeControl.java163 default void onDeviceVolumeChanged( in onDeviceVolumeChanged() method
215 public void onDeviceVolumeChanged(@NonNull BluetoothDevice device, int volume) { in onDeviceVolumeChanged() method in BluetoothVolumeControl.VolumeControlNotifyCallback
217 forEach((cb) -> cb.onDeviceVolumeChanged(device, volume)); in onDeviceVolumeChanged()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDeviceVolumeGroupController.java86 public void onDeviceVolumeChanged(
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamMediaService.java131 public void onDeviceVolumeChanged(
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDeviceVolumeGroupControllerTest.java455 mController.mVolumeControlCallback.onDeviceVolumeChanged(mDevice1, TEST_VOLUME_VALUE); in onDeviceVolumeChanged_updatePreference()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java1277 callbacks.getBroadcastItem(i).onDeviceVolumeChanged(dev, broadcastVolume); in notifyDevicesVolumeChanged()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt1133 …adcast_volume_control_for_connected_devices") public default void onDeviceVolumeChanged(@NonNull a…