Home
last modified time | relevance | path

Searched refs:getInputMethodListLegacy (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DIInputMethodManagerImpl.java92 List<InputMethodInfo> getInputMethodListLegacy(@UserIdInt int userId, in getInputMethodListLegacy() method
244 public List<InputMethodInfo> getInputMethodListLegacy(@UserIdInt int userId, in getInputMethodListLegacy() method in IInputMethodManagerImpl
246 return mCallback.getInputMethodListLegacy(userId, directBootAwareness); in getInputMethodListLegacy()
DZeroJankProxy.java154 public List<InputMethodInfo> getInputMethodListLegacy( in getInputMethodListLegacy() method in ZeroJankProxy
156 return mInner.getInputMethodListLegacy(userId, directBootAwareness); in getInputMethodListLegacy()
DInputMethodManagerService.java1675 public List<InputMethodInfo> getInputMethodListLegacy(@UserIdInt int userId, in getInputMethodListLegacy() method in InputMethodManagerService
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl61 List<InputMethodInfo> getInputMethodListLegacy(int userId, int directBootAwareness); in getInputMethodListLegacy() method
/frameworks/base/core/java/android/view/inputmethod/
DIInputMethodManagerGlobalInvoker.java257 return service.getInputMethodListLegacy(userId, directBootAwareness); in getInputMethodList()