Home
last modified time | relevance | path

Searched refs:DIRECTION_TO_STRING (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java214 private static final Map<Integer, String> DIRECTION_TO_STRING; field in RotaryService
221 DIRECTION_TO_STRING = Collections.unmodifiableMap(map);
1876 String directionString = DIRECTION_TO_STRING.get(direction); in getGlobalAction()
1887 String directionString = DIRECTION_TO_STRING.get(direction); in getKeyCode()
1898 String directionString = DIRECTION_TO_STRING.get(direction); in getIntentString()