Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java62 private Map <BluetoothDevice, Integer> mHealthDevices; field in HealthService
88 mHealthDevices = Collections.synchronizedMap(new HashMap<BluetoothDevice, Integer>()); in start()
134 if(mHealthDevices != null) { in cleanup()
135 mHealthDevices.clear(); in cleanup()
644 if (mHealthDevices.get(device) == null) { in broadcastHealthDeviceStateChange()
645 mHealthDevices.put(device, BluetoothHealth.STATE_DISCONNECTED); in broadcastHealthDeviceStateChange()
648 int currDeviceState = mHealthDevices.get(device); in broadcastHealthDeviceStateChange()
707 mHealthDevices.remove(device); in updateAndSendIntent()
709 mHealthDevices.put(device, newDeviceState); in updateAndSendIntent()
772 if (mHealthDevices.get(device) == null) { in getConnectionState()
[all …]