Home
last modified time | relevance | path

Searched refs:storeVolumeForDevice (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpVolumeManager.java125 synchronized void storeVolumeForDevice(@NonNull BluetoothDevice device, int storeVolume) { in storeVolumeForDevice() method in AvrcpVolumeManager
139 synchronized void storeVolumeForDevice(@NonNull BluetoothDevice device) { in storeVolumeForDevice() method in AvrcpVolumeManager
141 storeVolumeForDevice(device, storeVolume); in storeVolumeForDevice()
183 storeVolumeForDevice(device); in setVolume()
200 storeVolumeForDevice(device); in sendVolumeChanged()
H A DAvrcpTargetService.java142 mVolumeManager.storeVolumeForDevice(activeDevice, volume); in onReceive()