Searched refs:getMostApplicableDefaultIME (Results 1 – 3 of 3) sorted by relevance
426 static InputMethodInfo getMostApplicableDefaultIME(List<InputMethodInfo> enabledImes) { in getMostApplicableDefaultIME() method in InputMethodUtils
4493 final InputMethodInfo imi = InputMethodUtils.getMostApplicableDefaultIME( in chooseNewDefaultIMELocked()5726 nextIme = InputMethodUtils.getMostApplicableDefaultIME(nextEnabledImes).getId(); in handleShellCommandResetInputMethod()
20018 PLcom/android/server/inputmethod/InputMethodUtils;->getMostApplicableDefaultIME(Ljava/util/List;)La…