Searched refs:setEnabledInputMethodList (Results 1 – 3 of 3) sorted by relevance
150 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 …]
66 public void setEnabledInputMethodList(List<InputMethodInfo> inputMethodInfos) { in setEnabledInputMethodList() method in ShadowInputMethodManagerWithMethodList
63 public static void setEnabledInputMethodList(@Nullable List<InputMethodInfo> list) { in setEnabledInputMethodList() method in ShadowInputMethodManager