Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java1044 Assert.assertEquals(deviceOneVolume, mService.getDeviceVolume(mDevice)); in testServiceBinderSetDeviceVolumeMethods()
1045 Assert.assertNotEquals(deviceOneVolume, mService.getDeviceVolume(mDeviceTwo)); in testServiceBinderSetDeviceVolumeMethods()
1049 Assert.assertEquals(deviceTwoVolume, mService.getDeviceVolume(mDeviceTwo)); in testServiceBinderSetDeviceVolumeMethods()
1050 Assert.assertNotEquals(deviceTwoVolume, mService.getDeviceVolume(mDevice)); in testServiceBinderSetDeviceVolumeMethods()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java669 public int getDeviceVolume(BluetoothDevice device) { in getDeviceVolume() method in VolumeControlService
1264 cachedVolume = getDeviceVolume(dev); in notifyDevicesVolumeChanged()