Searched refs:getInputMethodListAsUser (Results 1 – 10 of 10) sorted by relevance
65 public abstract List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId); in getInputMethodListAsUser() method in InputMethodManagerInternal150 public List<InputMethodInfo> getInputMethodListAsUser(int userId) {
186 public List<InputMethodInfo> getInputMethodListAsUser( in Lifecycle()
4875 private List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId) { in getInputMethodListAsUser() method in InputMethodManagerService4978 public List<InputMethodInfo> getInputMethodListAsUser(int userId) { in getInputMethodListAsUser() method in InputMethodManagerService.LocalServiceImpl4979 return mService.getInputMethodListAsUser(userId); in getInputMethodListAsUser()
91 List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId); in getInputMethodListAsUser() method99 public List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId) { in getInputMethodListAsUser() method in OverlayPackagesProvider.DefaultInjector100 return InputMethodManagerInternal.get().getInputMethodListAsUser(userId); in getInputMethodListAsUser()222 final List<InputMethodInfo> inputMethods = mInjector.getInputMethodListAsUser(userId); in getSystemInputMethods()
10357 .get().getInputMethodListAsUser(caller.getUserId());
424 return imm.getInputMethodListAsUser(mUser.getIdentifier()); in getInputMethodList()
441 when(mInjector.getInputMethodListAsUser(eq(TEST_USER_ID))).thenReturn(inputMethods); in setSystemInputMethods()
1248 public List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId) { in getInputMethodListAsUser() method in InputMethodManager
3014 …ULL) public java.util.List<android.view.inputmethod.InputMethodInfo> getInputMethodListAsUser(int);
17204 …d/server/devicepolicy/OverlayPackagesProvider$DefaultInjector;->getInputMethodListAsUser(I)Ljava/u…19701 …server/inputmethod/InputMethodManagerService$LocalServiceImpl;->getInputMethodListAsUser(I)Ljava/u…19816 PLcom/android/server/inputmethod/InputMethodManagerService;->getInputMethodListAsUser(I)Ljava/util/…