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/
DHidService.java53 private Map<BluetoothDevice, Integer> mInputDevices; field in HidService
85 mInputDevices = Collections.synchronizedMap(new HashMap<BluetoothDevice, Integer>()); in start()
103 if(mInputDevices != null) { in cleanup()
104 mInputDevices.clear(); in cleanup()
175 Integer prevStateInteger = mInputDevices.get(device);
422 if (mInputDevices.get(device) == null) { in getConnectionState()
425 return mInputDevices.get(device); in getConnectionState()
432 for (BluetoothDevice device: mInputDevices.keySet()) { in getDevicesMatchingConnectionStates()
598 Integer prevStateInteger = mInputDevices.get(device); in broadcastConnectionState()
605 mInputDevices.put(device, newState); in broadcastConnectionState()
[all …]