Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpVolumeManager.java60 HashMap<BluetoothDevice, Boolean> mDeviceMap = new HashMap(); field in AvrcpVolumeManager
82 d("switchVolumeDevice: Set Absolute volume support to " + mDeviceMap.get(device)); in switchVolumeDevice()
86 mDeviceMap.get(device) ? AudioManager.DEVICE_VOLUME_BEHAVIOR_ABSOLUTE in switchVolumeDevice()
95 if (mDeviceMap.get(device)) { in switchVolumeDevice()
216 if (mDeviceMap.containsKey(device)) { in getAbsoluteVolumeSupported()
217 return mDeviceMap.get(device); in getAbsoluteVolumeSupported()
248 if (!mDeviceMap.containsKey(mCurrentDevice)) { in onAudioDevicesAdded()
259 mDeviceMap.put(device, absoluteVolume); in deviceConnected()
281 mDeviceMap.remove(device); in deviceDisconnected()
305 if (mDeviceMap.containsKey(d)) { in dump()
[all …]