Searched refs:getInputMethodListLegacy (Results 1 – 5 of 5) sorted by relevance
92 List<InputMethodInfo> getInputMethodListLegacy(@UserIdInt int userId, in getInputMethodListLegacy() method244 public List<InputMethodInfo> getInputMethodListLegacy(@UserIdInt int userId, in getInputMethodListLegacy() method in IInputMethodManagerImpl246 return mCallback.getInputMethodListLegacy(userId, directBootAwareness); in getInputMethodListLegacy()
154 public List<InputMethodInfo> getInputMethodListLegacy( in getInputMethodListLegacy() method in ZeroJankProxy156 return mInner.getInputMethodListLegacy(userId, directBootAwareness); in getInputMethodListLegacy()
1675 public List<InputMethodInfo> getInputMethodListLegacy(@UserIdInt int userId, in getInputMethodListLegacy() method in InputMethodManagerService
61 List<InputMethodInfo> getInputMethodListLegacy(int userId, int directBootAwareness); in getInputMethodListLegacy() method
257 return service.getInputMethodListLegacy(userId, directBootAwareness); in getInputMethodList()