Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java256 verify(mAvrcpTargetService).storeVolumeForDevice(mTestDevice); in testStopA2dpService()
799 verify(mAvrcpTargetService).storeVolumeForDevice(mTestDevice); in testSetSilenceMode()
805 verify(mAvrcpTargetService).storeVolumeForDevice(mTestDevice); in testSetSilenceMode()
813 verify(mAvrcpTargetService).storeVolumeForDevice(mTestDevice); in testSetSilenceMode()
819 verify(mAvrcpTargetService).storeVolumeForDevice(mTestDevice); in testSetSilenceMode()
923 verify(mAvrcpTargetService).storeVolumeForDevice(mTestDevice); in testStoreVolumeAfterSetActiveDevice()
928 verify(mAvrcpTargetService).storeVolumeForDevice(otherDevice); in testStoreVolumeAfterSetActiveDevice()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpTargetService.java229 public void storeVolumeForDevice(BluetoothDevice device) { in storeVolumeForDevice() method in AvrcpTargetService
241 mVolumeManager.storeVolumeForDevice(device); in storeVolumeForDevice()
DAvrcpVolumeManager.java118 synchronized void storeVolumeForDevice(@NonNull BluetoothDevice device) { in storeVolumeForDevice() method in AvrcpVolumeManager
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java433 mFactory.getAvrcpTargetService().storeVolumeForDevice(mActiveDevice); in storeActiveDeviceVolume()