Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
H A DHardwareKeyboardShortcutControllerTest.java38 assertEquals("2", HardwareKeyboardShortcutController.getNeighborItem(handles, "1", true)); in testForwardRotation()
39 assertEquals("3", HardwareKeyboardShortcutController.getNeighborItem(handles, "2", true)); in testForwardRotation()
40 assertEquals("0", HardwareKeyboardShortcutController.getNeighborItem(handles, "3", true)); in testForwardRotation()
46 assertEquals("0", HardwareKeyboardShortcutController.getNeighborItem(handles, "1", false)); in testBackwardRotation()
47 assertEquals("3", HardwareKeyboardShortcutController.getNeighborItem(handles, "0", false)); in testBackwardRotation()
48 assertEquals("2", HardwareKeyboardShortcutController.getNeighborItem(handles, "3", false)); in testBackwardRotation()
54 assertNull(HardwareKeyboardShortcutController.getNeighborItem(handles, "X", true)); in testNotMatching()
55 assertNull(HardwareKeyboardShortcutController.getNeighborItem(handles, "X", false)); in testNotMatching()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DHardwareKeyboardShortcutController.java32 final class HardwareKeyboardShortcutController { class
H A DInputMethodManagerService.java320 final HardwareKeyboardShortcutController mHardwareKeyboardShortcutController =
321 new HardwareKeyboardShortcutController();