Home
last modified time | relevance | path

Searched refs:getInputMethodListAsUser (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerInternal.java65 public abstract List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId); in getInputMethodListAsUser() method in InputMethodManagerInternal
150 public List<InputMethodInfo> getInputMethodListAsUser(int userId) {
DMultiClientInputMethodManagerService.java186 public List<InputMethodInfo> getInputMethodListAsUser( in Lifecycle()
DInputMethodManagerService.java4875 private List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId) { in getInputMethodListAsUser() method in InputMethodManagerService
4978 public List<InputMethodInfo> getInputMethodListAsUser(int userId) { in getInputMethodListAsUser() method in InputMethodManagerService.LocalServiceImpl
4979 return mService.getInputMethodListAsUser(userId); in getInputMethodListAsUser()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DOverlayPackagesProvider.java91 List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId); in getInputMethodListAsUser() method
99 public List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId) { in getInputMethodListAsUser() method in OverlayPackagesProvider.DefaultInjector
100 return InputMethodManagerInternal.get().getInputMethodListAsUser(userId); in getInputMethodListAsUser()
222 final List<InputMethodInfo> inputMethods = mInjector.getInputMethodListAsUser(userId); in getSystemInputMethods()
DDevicePolicyManagerService.java10357 .get().getInputMethodListAsUser(caller.getUserId());
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DAppRestrictionsHelper.java424 return imm.getInputMethodListAsUser(mUser.getIdentifier()); in getInputMethodList()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DOverlayPackagesProviderTest.java441 when(mInjector.getInputMethodListAsUser(eq(TEST_USER_ID))).thenReturn(inputMethods); in setSystemInputMethods()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java1248 public List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId) { in getInputMethodListAsUser() method in InputMethodManager
/frameworks/base/core/api/
Dtest-current.txt3014 …ULL) public java.util.List<android.view.inputmethod.InputMethodInfo> getInputMethodListAsUser(int);
/frameworks/base/services/
Dart-profile17204 …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/…