Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingControllerTest.java166 final ImeSubtypeListItem nextIme = controller.getNextInputMethod(onlyCurrentIme, in assertNextInputMethod() local
168 assertEquals(nextItem, nextIme); in assertNextInputMethod()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java6628 final String nextIme; in handleShellCommandResetInputMethod() local
6667 nextIme = settings.getSelectedInputMethod(); in handleShellCommandResetInputMethod()
6672 nextIme = InputMethodInfoUtils.getMostApplicableDefaultIME( in handleShellCommandResetInputMethod()
6684 settings.putSelectedInputMethod(nextIme); in handleShellCommandResetInputMethod()
6689 out.println(" Selected: " + nextIme); in handleShellCommandResetInputMethod()