Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodInfoUtils.java240 static InputMethodInfo getMostApplicableDefaultIME(List<InputMethodInfo> enabledImes) { in getMostApplicableDefaultIME() method in InputMethodInfoUtils
DInputMethodManagerService.java2965 final InputMethodInfo imi = InputMethodInfoUtils.getMostApplicableDefaultIME( in experimentalInitializeVisibleBackgroundUserLocked()
5138 final InputMethodInfo imi = InputMethodInfoUtils.getMostApplicableDefaultIME( in chooseNewDefaultIMELocked()
5430 InputMethodInfoUtils.getMostApplicableDefaultIME( in setInputMethodEnabledLocked()
6672 nextIme = InputMethodInfoUtils.getMostApplicableDefaultIME( in handleShellCommandResetInputMethod()
/frameworks/base/services/
Dart-wear-profile12305 PLcom/android/server/inputmethod/InputMethodInfoUtils;->getMostApplicableDefaultIME(Ljava/util/List…