Searched refs:nextIme (Results 1 – 2 of 2) sorted by relevance
172 final ImeSubtypeListItem nextIme = controller.getNextInputMethod(onlyCurrentIme, in assertNextInputMethod() local174 assertEquals(nextItem, nextIme); in assertNextInputMethod()
5722 final String nextIme; in handleShellCommandResetInputMethod() local5743 nextIme = mSettings.getSelectedInputMethod(); in handleShellCommandResetInputMethod()5758 nextIme = InputMethodUtils.getMostApplicableDefaultIME(nextEnabledImes).getId(); in handleShellCommandResetInputMethod()5766 settings.putSelectedInputMethod(nextIme); in handleShellCommandResetInputMethod()5770 out.println(" Selected: " + nextIme); in handleShellCommandResetInputMethod()