Searched refs:cachedVolume (Results 1 – 1 of 1) sorted by relevance
1256 int cachedVolume = IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME; in notifyDevicesVolumeChanged() local1264 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()