Searched refs:getInputMethodListAsUser (Results 1 – 11 of 11) sorted by relevance
90 public abstract List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId); in getInputMethodListAsUser() method in InputMethodManagerInternal276 public List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId) {
5693 public List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId) { in getInputMethodListAsUser() method in LocalServiceImpl
102 List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId); in getInputMethodListAsUser() method112 public List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId) { in getInputMethodListAsUser() method in OverlayPackagesProvider.DefaultInjector113 return InputMethodManagerInternal.get().getInputMethodListAsUser(userId); in getInputMethodListAsUser()265 final List<InputMethodInfo> inputMethods = mInjector.getInputMethodListAsUser(userId); in getSystemInputMethods()
12391 .get().getInputMethodListAsUser(userId);
93 List<InputMethodInfo> imis = mImm.getInputMethodListAsUser( in refreshAllInputMethodAndSubtypes()
424 return imm.getInputMethodListAsUser(mUser.getIdentifier()); in getInputMethodList()
462 when(mInjector.getInputMethodListAsUser(eq(TEST_USER_ID))).thenReturn(inputMethods); in setSystemInputMethods()
415 InputMethodManagerInternal.get().getInputMethodListAsUser(callingUserId); in canEnableDisableInputMethod()
1769 public List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId) { in getInputMethodListAsUser() method in InputMethodManager1788 public List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId, in getInputMethodListAsUser() method in InputMethodManager
1788 RequiresPermission: android.view.inputmethod.InputMethodManager#getInputMethodListAsUser(int):1789 …Method 'getInputMethodListAsUser' documentation mentions permissions already declared by @Requires…
3999 …rue) public java.util.List<android.view.inputmethod.InputMethodInfo> getInputMethodListAsUser(int);