Home
last modified time | relevance | path

Searched defs:onDeviceVolumeChanged (Results 1 – 2 of 2) 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/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