Home | History | Annotate | Download | only in hid

Lines Matching refs:mInputDevices

53     private Map<BluetoothDevice, Integer> mInputDevices;
84 mInputDevices = Collections.synchronizedMap(new HashMap<BluetoothDevice, Integer>());
102 if(mInputDevices != null) {
103 mInputDevices.clear();
174 Integer prevStateInteger = mInputDevices.get(device);
405 if (mInputDevices.get(device) == null) {
408 return mInputDevices.get(device);
415 for (BluetoothDevice device: mInputDevices.keySet()) {
564 Integer prevStateInteger = mInputDevices.get(device);
571 mInputDevices.put(device, newState);