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

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

Completed in 52 milliseconds