Searched refs:switchFragment (Results 1 – 7 of 7) sorted by relevance
158 mController.switchFragment(mSuggestedLocaleInfo_1); in switchFragment_shouldShowLocaleEditor()173 mController.switchFragment(mSuggestedLocaleInfo_1); in switchFragment_shouldShowRegionNumberingPicker()
158 mController.switchFragment(mSupportedLocaleInfo_1); in switchFragment_shouldShowLocaleEditor()173 mController.switchFragment(mSupportedLocaleInfo_1); in switchFragment_shouldShowRegionNumberingPicker()
171 mController.switchFragment(activityContext, mSupportedLocaleInfo_1, shouldShowAppLanguage); in onPreferenceClick_shouldShowAppLanguagePage()185 mController.switchFragment(activityContext, mSupportedLocaleInfo_1, shouldShowAppLanguage); in onPreferenceClick_shouldShowRegionalPage()
171 switchFragment(mContext, locale, shouldShowAppLanguage(locale)); in setupPreference()184 void switchFragment(Context context, LocaleStore.LocaleInfo localeInfo, in switchFragment() method in AppLocaleAllListPreferenceController
190 switchFragment(locale); in setupPreference()261 void switchFragment(LocaleStore.LocaleInfo localeInfo) { in switchFragment() method in LocalePickerBaseListPreferenceController
140 switchFragment( in <lambda>()256 private fun switchFragment(fragment: Fragment) { in <lambda>() method
143 switchFragment(isWallpaperOnlyMode(getIntent()) in onCreate()247 private void switchFragment(Fragment fragment) { in switchFragment() method in CustomizationPickerActivity