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()
5085 final String nextIme; in handleShellCommandResetInputMethod() local5105 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()