Searched refs:storeVolumeForDevice (Results 1 – 4 of 4) sorted by relevance
256 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()
229 public void storeVolumeForDevice(BluetoothDevice device) { in storeVolumeForDevice() method in AvrcpTargetService241 mVolumeManager.storeVolumeForDevice(device); in storeVolumeForDevice()
118 synchronized void storeVolumeForDevice(@NonNull BluetoothDevice device) { in storeVolumeForDevice() method in AvrcpVolumeManager
433 mFactory.getAvrcpTargetService().storeVolumeForDevice(mActiveDevice); in storeActiveDeviceVolume()