Home
last modified time | relevance | path

Searched refs:getMostApplicableDefaultIME (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodUtils.java426 static InputMethodInfo getMostApplicableDefaultIME(List<InputMethodInfo> enabledImes) { in getMostApplicableDefaultIME() method in InputMethodUtils
H A DInputMethodManagerService.java4493 final InputMethodInfo imi = InputMethodUtils.getMostApplicableDefaultIME( in chooseNewDefaultIMELocked()
5726 nextIme = InputMethodUtils.getMostApplicableDefaultIME(nextEnabledImes).getId(); in handleShellCommandResetInputMethod()
/aosp12/frameworks/base/services/
H A Dart-profile20018 PLcom/android/server/inputmethod/InputMethodUtils;->getMostApplicableDefaultIME(Ljava/util/List;)La…