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