Searched refs:setEnabledInputMethodList (Results 1 – 4 of 4) sorted by relevance
149 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 …]
66 public void setEnabledInputMethodList(List<InputMethodInfo> inputMethodInfos) { in setEnabledInputMethodList() method in ShadowInputMethodManagerWithMethodList
81 ShadowInputMethodManagerWithMethodList.getShadow().setEnabledInputMethodList(imis); in onStart_hasInputMethod_shouldHaveCorrectPreferences()
63 public static void setEnabledInputMethodList(@Nullable List<InputMethodInfo> list) { in setEnabledInputMethodList() method in ShadowInputMethodManager