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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java63 private Map <BluetoothDevice, Integer> mHealthDevices; field in class:HealthService
89 mHealthDevices = Collections.synchronizedMap(new HashMap<BluetoothDevice, Integer>());
131 if(mHealthDevices != null) {
132 mHealthDevices.clear();
627 if (mHealthDevices.get(device) == null) {
628 mHealthDevices.put(device, BluetoothHealth.STATE_DISCONNECTED);
631 int currDeviceState = mHealthDevices.get(device);
690 mHealthDevices.remove(device);
692 mHealthDevices.put(device, newDeviceState);
756 if (mHealthDevices
[all...]

Completed in 22 milliseconds