Searched refs: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>());
134 if(mHealthDevices != null) {
135 mHealthDevices.clear();
638 if (mHealthDevices.get(device) == null) {
639 mHealthDevices.put(device, BluetoothHealth.STATE_DISCONNECTED);
642 int currDeviceState = mHealthDevices.get(device);
701 mHealthDevices.remove(device);
703 mHealthDevices.put(device, newDeviceState);
767 if (mHealthDevices
[all...]

Completed in 8 milliseconds