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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java65 private Map <BluetoothDevice, Integer> mHealthDevices; field in class:HealthService
91 mHealthDevices = Collections.synchronizedMap(new HashMap<BluetoothDevice, Integer>());
137 if(mHealthDevices != null) {
138 mHealthDevices.clear();
641 if (mHealthDevices.get(device) == null) {
642 mHealthDevices.put(device, BluetoothHealth.STATE_DISCONNECTED);
645 int currDeviceState = mHealthDevices.get(device);
704 mHealthDevices.remove(device);
706 mHealthDevices.put(device, newDeviceState);
770 if (mHealthDevices
[all...]

Completed in 34 milliseconds