D | BluetoothVolumeControl.java | 163 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()
|