Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DHardwareKeyboardShortcutControllerTest.java32 assertEquals("2", HardwareKeyboardShortcutController.getNeighborItem(handles, "1", true)); in testForwardRotation()
33 assertEquals("3", HardwareKeyboardShortcutController.getNeighborItem(handles, "2", true)); in testForwardRotation()
34 assertEquals("0", HardwareKeyboardShortcutController.getNeighborItem(handles, "3", true)); in testForwardRotation()
40 assertEquals("0", HardwareKeyboardShortcutController.getNeighborItem(handles, "1", false)); in testBackwardRotation()
41 assertEquals("3", HardwareKeyboardShortcutController.getNeighborItem(handles, "0", false)); in testBackwardRotation()
42 assertEquals("2", HardwareKeyboardShortcutController.getNeighborItem(handles, "3", false)); in testBackwardRotation()
48 assertNull(HardwareKeyboardShortcutController.getNeighborItem(handles, "X", true)); in testNotMatching()
49 assertNull(HardwareKeyboardShortcutController.getNeighborItem(handles, "X", false)); in testNotMatching()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DHardwareKeyboardShortcutController.java33 final class HardwareKeyboardShortcutController { class
46 HardwareKeyboardShortcutController(@NonNull InputMethodMap methodMap, @UserIdInt int userId) { in HardwareKeyboardShortcutController() method in HardwareKeyboardShortcutController
DInputMethodManagerService.java387 private HardwareKeyboardShortcutController mHardwareKeyboardShortcutController;
1307 new HardwareKeyboardShortcutController(settings.getMethodMap(), in InputMethodManagerService()
3059 mHardwareKeyboardShortcutController = new HardwareKeyboardShortcutController( in updateInputMethodsFromSettingsLocked()
5331 mHardwareKeyboardShortcutController = new HardwareKeyboardShortcutController( in postInputMethodSettingUpdatedLocked()
/frameworks/base/services/
Dart-wear-profile12159 PLcom/android/server/inputmethod/HardwareKeyboardShortcutController;-><init>(Lcom/android/server/in…
12160 PLcom/android/server/inputmethod/HardwareKeyboardShortcutController;->getUserId()I
12161 PLcom/android/server/inputmethod/HardwareKeyboardShortcutController;->reset(Lcom/android/server/inp…