Home
last modified time | relevance | path

Searched defs:getEnabledInputMethodListAsUser (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerInternal.java73 public abstract List<InputMethodInfo> getEnabledInputMethodListAsUser(@UserIdInt int userId); in getEnabledInputMethodListAsUser() method in InputMethodManagerInternal
H A DInputMethodManagerService.java4870 private List<InputMethodInfo> getEnabledInputMethodListAsUser(@UserIdInt int userId) { in getEnabledInputMethodListAsUser() method in InputMethodManagerService
4972 public List<InputMethodInfo> getEnabledInputMethodListAsUser(int userId) { in getEnabledInputMethodListAsUser() method in InputMethodManagerService.LocalServiceImpl
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1282 public List<InputMethodInfo> getEnabledInputMethodListAsUser(@UserIdInt int userId) { in getEnabledInputMethodListAsUser() method in InputMethodManager