Home
last modified time | relevance | path

Searched refs:mInputDevices (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidHostService.java53 private Map<BluetoothDevice, Integer> mInputDevices; field in HidHostService
86 mInputDevices = Collections.synchronizedMap(new HashMap<BluetoothDevice, Integer>()); in start()
109 if (mInputDevices != null) { in cleanup()
110 for (BluetoothDevice device : mInputDevices.keySet()) { in cleanup()
116 mInputDevices.clear(); in cleanup()
170 Integer prevStateInteger = mInputDevices.get(device);
498 if (mInputDevices.get(device) == null) { in getConnectionState()
501 return mInputDevices.get(device); in getConnectionState()
509 for (BluetoothDevice device : mInputDevices.keySet()) { in getDevicesMatchingConnectionStates()
724 Integer prevStateInteger = mInputDevices.get(device); in broadcastConnectionState()
[all …]