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.java65 private Map <BluetoothDevice, Integer> mHealthDevices; field in HealthService
91 mHealthDevices = Collections.synchronizedMap(new HashMap<BluetoothDevice, Integer>()); in start()
137 if(mHealthDevices != null) { in cleanup()
138 mHealthDevices.clear(); in cleanup()
641 if (mHealthDevices.get(device) == null) { in broadcastHealthDeviceStateChange()
642 mHealthDevices.put(device, BluetoothHealth.STATE_DISCONNECTED); in broadcastHealthDeviceStateChange()
645 int currDeviceState = mHealthDevices.get(device); in broadcastHealthDeviceStateChange()
704 mHealthDevices.remove(device); in updateAndSendIntent()
706 mHealthDevices.put(device, newDeviceState); in updateAndSendIntent()
770 if (mHealthDevices.get(device) == null) { in getConnectionState()
[all …]