Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpVolumeManager.java54 HashMap<BluetoothDevice, Boolean> mDeviceMap = new HashMap(); field in AvrcpVolumeManager
76 d("switchVolumeDevice: Set Absolute volume support to " + mDeviceMap.get(device)); in switchVolumeDevice()
77 mAudioManager.avrcpSupportsAbsoluteVolume(device.getAddress(), mDeviceMap.get(device)); in switchVolumeDevice()
85 if (mDeviceMap.get(device)) { in switchVolumeDevice()
202 if (mDeviceMap.containsKey(device)) { in getAbsoluteVolumeSupported()
203 return mDeviceMap.get(device); in getAbsoluteVolumeSupported()
234 if (!mDeviceMap.containsKey(mCurrentDevice)) { in onAudioDevicesAdded()
245 mDeviceMap.put(device, absoluteVolume); in deviceConnected()
267 mDeviceMap.remove(device); in deviceDisconnected()
291 if (mDeviceMap.containsKey(d)) { in dump()
[all …]