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