Searched refs:getInputMethodListAsUser (Results 1 – 9 of 9) sorted by relevance
49 public abstract List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId); in getInputMethodListAsUser() method in InputMethodManagerInternal73 public List<InputMethodInfo> getInputMethodListAsUser(int userId) {
181 public List<InputMethodInfo> getInputMethodListAsUser( in Lifecycle()
4434 private List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId) { in getInputMethodListAsUser() method in InputMethodManagerService4468 public List<InputMethodInfo> getInputMethodListAsUser(int userId) { in getInputMethodListAsUser() method in InputMethodManagerService.LocalServiceImpl4469 return mService.getInputMethodListAsUser(userId); in getInputMethodListAsUser()
66 List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId); in getInputMethodListAsUser() method77 public List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId) { in getInputMethodListAsUser() method in OverlayPackagesProvider.DefaultInjector78 return InputMethodManagerInternal.get().getInputMethodListAsUser(userId); in getInputMethodListAsUser()139 final List<InputMethodInfo> inputMethods = mInjector.getInputMethodListAsUser(userId); in getSystemInputMethods()
9518 InputMethodManagerInternal.get().getInputMethodListAsUser(callingUserId); in getPermittedInputMethodsForCurrentUser()
344 when(mInjector.getInputMethodListAsUser(eq(TEST_USER_ID))).thenReturn(inputMethods); in setSystemInputMethods()
424 return imm.getInputMethodListAsUser(mUser.getIdentifier()); in getInputMethodList()
1054 public List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId) { in getInputMethodListAsUser() method in InputMethodManager
6425 …d/server/devicepolicy/OverlayPackagesProvider$DefaultInjector;->getInputMethodListAsUser(I)Ljava/u…7254 …server/inputmethod/InputMethodManagerService$LocalServiceImpl;->getInputMethodListAsUser(I)Ljava/u…7293 PLcom/android/server/inputmethod/InputMethodManagerService;->getInputMethodListAsUser(I)Ljava/util/…