Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/inputmethod/
DKeyboardManagementPreferenceControllerTest.java109 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_permitAllInputMethods_preferenceCountIs4()
125 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_multiplteAllowedImeByOrganization_allPreferencesVisible()
143 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_multipleEnabledInputMethods_allPreferencesEnabled()
161 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_multipleEnabledInputMethods_allPreferencesChecked()
180 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_disallowedByOrganization_noPreferencesShown()
206 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_verifyPreferenceIcon()
223 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_verifyPreferenceTitle()
240 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_verifyPreferenceSummary()
256 getShadowInputMethodManager(mContext).setEnabledInputMethodList(new ArrayList<>()); in refreshUi_oneInputMethod_noneEnabled_oneInputMethodPreferenceInView()
268 getShadowInputMethodManager(mContext).setEnabledInputMethodList(new ArrayList<>()); in refreshUi_oneInputMethod_noneEnabled_preferenceEnabled()
[all …]
DEnabledKeyboardPreferenceControllerTest.java95 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_permitAllInputMethods()
107 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_hasAllowedImeByOrganization()
119 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_disallowedByOrganization()
141 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_verifyPreferenceIcon()
154 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_verifyPreferenceTitle()
167 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_verifyPreferenceSummary()
182 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in performClick_launchSettingsActivity()
206 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in performClick_noSettingsActivity_noCrash()
DKeyboardPreferenceControllerTest.java90 getShadowInputMethodManager(mContext).setEnabledInputMethodList(Collections.emptyList()); in refreshUi_noInputMethodInfo()
103 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_permitAllInputMethods_hasOneInputMethodInfo()
118 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_permitAllInputMethods_hasTwoInputMethodInfo()
135 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_permitAllInputMethods_hasThreeInputMethodInfo()
152 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_hasAllowedImeByOrganization()
166 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_disallowedByOrganization()
/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