Searched refs:mConsumedKeysForDevice (Results 1 – 1 of 1) sorted by relevance
684 private final SparseArray<Set<Integer>> mConsumedKeysForDevice = new SparseArray<>(); field in PhoneWindowManager3350 Set<Integer> consumedKeys = mConsumedKeysForDevice.get(deviceId);3353 mConsumedKeysForDevice.put(deviceId, consumedKeys);3366 mConsumedKeysForDevice.remove(deviceId);3861 final Set<Integer> consumedKeys = mConsumedKeysForDevice.get(event.getDeviceId());