Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingControllerTest.java172 final ImeSubtypeListItem nextIme = controller.getNextInputMethod(onlyCurrentIme, in assertNextInputMethod() local
174 assertEquals(nextItem, nextIme); in assertNextInputMethod()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java5085 final String nextIme; in handleShellCommandResetInputMethod() local
5105 nextIme = mSettings.getSelectedInputMethod(); in handleShellCommandResetInputMethod()
5120 nextIme = InputMethodUtils.getMostApplicableDefaultIME(nextEnabledImes).getId(); in handleShellCommandResetInputMethod()
5128 settings.putSelectedInputMethod(nextIme); in handleShellCommandResetInputMethod()
5132 out.println(" Selected: " + nextIme); in handleShellCommandResetInputMethod()