Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java1256 int cachedVolume = IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME; in notifyDevicesVolumeChanged() local
1264 cachedVolume = getDeviceVolume(dev); in notifyDevicesVolumeChanged()
1265 if (cachedVolume == IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME) { in notifyDevicesVolumeChanged()
1266 cachedVolume = getGroupVolume(groupId); in notifyDevicesVolumeChanged()
1269 int broadcastVolume = cachedVolume; in notifyDevicesVolumeChanged()