Home
last modified time | relevance | path

Searched refs:inputMethods (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DHardwareKeyboardShortcutController.java55 final List<InputMethodInfo> inputMethods = settings.getEnabledInputMethodList(); in reset() local
56 for (int i = 0; i < inputMethods.size(); ++i) { in reset()
57 final InputMethodInfo imi = inputMethods.get(i); in reset()
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
DAppRestrictionsHelperTest.java161 final ArrayList<InputMethodInfo> inputMethods = new ArrayList<>(); in addsystemImes() local
166 inputMethods.add(inputMethodInfo); in addsystemImes()
173 inputMethods.add(inputMethodInfo); in addsystemImes()
177 mInjector.setInputMethodList(inputMethods); in addsystemImes()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DOverlayPackagesProviderTest.java449 List<InputMethodInfo> inputMethods = new ArrayList<>(); in setSystemInputMethods() local
460 inputMethods.add(inputMethodInfo); in setSystemInputMethods()
462 when(mInjector.getInputMethodListAsUser(eq(TEST_USER_ID))).thenReturn(inputMethods); in setSystemInputMethods()
DDevicePolicyManagerTest.java2521 final List<String> inputMethods = Collections.singletonList(packageName); in testSetPermittedInputMethodsWithPOOfOrganizationOwnedDevice() local
2526 () -> parentDpm.setPermittedInputMethods(admin1, inputMethods)); in testSetPermittedInputMethodsWithPOOfOrganizationOwnedDevice()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DOverlayPackagesProvider.java265 final List<InputMethodInfo> inputMethods = mInjector.getInputMethodListAsUser(userId); in getSystemInputMethods() local
267 for (InputMethodInfo inputMethodInfo : inputMethods) { in getSystemInputMethods()