Searched refs:TEST_TO_REAL_KEYCODE_MAP (Results 1 – 1 of 1) sorted by relevance
456 private static final Map<Integer, Integer> TEST_TO_REAL_KEYCODE_MAP; field in RotaryService476 TEST_TO_REAL_KEYCODE_MAP = Collections.unmodifiableMap(map);1353 Integer mappingKeyCode = TEST_TO_REAL_KEYCODE_MAP.get(keyCode); in getKeyCode()