Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/inputmethod/
DKeyboardManagementPreferenceControllerTest.java150 setEnabledInputMethodList(infos); in refreshUi_permitAllInputMethods_preferenceCountIs4()
168 setEnabledInputMethodList(infos); in refreshUi_multiplteAllowedImeByOrganization_allPreferencesVisible()
188 setEnabledInputMethodList(infos); in refreshUi_multipleEnabledInputMethods_allPreferencesEnabled()
208 setEnabledInputMethodList(infos); in refreshUi_multipleEnabledInputMethods_allPreferencesChecked()
229 setEnabledInputMethodList(infos); in refreshUi_disallowedByOrganization_preferenceShownDisabled()
267 setEnabledInputMethodList(infos); in refreshUi_verifyPreferenceIcon()
286 setEnabledInputMethodList(infos); in refreshUi_verifyPreferenceTitle()
305 setEnabledInputMethodList(infos); in refreshUi_verifyPreferenceSummary()
321 setEnabledInputMethodList(new ArrayList<>()); in refreshUi_oneInputMethod_noneEnabled_oneInputMethodPreferenceInView()
335 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/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