Home
last modified time | relevance | path

Searched refs:setEnabledInputMethodList (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/inputmethod/
DKeyboardManagementPreferenceControllerTest.java149 setEnabledInputMethodList(infos); in refreshUi_permitAllInputMethods_preferenceCountIs4()
166 setEnabledInputMethodList(infos); in refreshUi_multiplteAllowedImeByOrganization_allPreferencesVisible()
185 setEnabledInputMethodList(infos); in refreshUi_multipleEnabledInputMethods_allPreferencesEnabled()
204 setEnabledInputMethodList(infos); in refreshUi_multipleEnabledInputMethods_allPreferencesChecked()
224 setEnabledInputMethodList(infos); in refreshUi_disallowedByOrganization_noPreferencesShown()
251 setEnabledInputMethodList(infos); in refreshUi_verifyPreferenceIcon()
269 setEnabledInputMethodList(infos); in refreshUi_verifyPreferenceTitle()
287 setEnabledInputMethodList(infos); in refreshUi_verifyPreferenceSummary()
302 setEnabledInputMethodList(new ArrayList<>()); in refreshUi_oneInputMethod_noneEnabled_oneInputMethodPreferenceInView()
315 setEnabledInputMethodList(new ArrayList<>()); in refreshUi_oneInputMethod_noneEnabled_preferenceEnabled()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowInputMethodManagerWithMethodList.java66 public void setEnabledInputMethodList(List<InputMethodInfo> inputMethodInfos) { in setEnabledInputMethodList() method in ShadowInputMethodManagerWithMethodList
/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
DInputMethodPreferenceControllerTest.java81 ShadowInputMethodManagerWithMethodList.getShadow().setEnabledInputMethodList(imis); in onStart_hasInputMethod_shouldHaveCorrectPreferences()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowInputMethodManager.java63 public static void setEnabledInputMethodList(@Nullable List<InputMethodInfo> list) { in setEnabledInputMethodList() method in ShadowInputMethodManager