Home
last modified time | relevance | path

Searched refs:switchFragment (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DSystemLocaleSuggestedListPreferenceControllerTest.java158 mController.switchFragment(mSuggestedLocaleInfo_1); in switchFragment_shouldShowLocaleEditor()
173 mController.switchFragment(mSuggestedLocaleInfo_1); in switchFragment_shouldShowRegionNumberingPicker()
DSystemLocaleAllListPreferenceControllerTest.java158 mController.switchFragment(mSupportedLocaleInfo_1); in switchFragment_shouldShowLocaleEditor()
173 mController.switchFragment(mSupportedLocaleInfo_1); in switchFragment_shouldShowRegionNumberingPicker()
DAppLocaleAllListPreferenceControllerTest.java171 mController.switchFragment(activityContext, mSupportedLocaleInfo_1, shouldShowAppLanguage); in onPreferenceClick_shouldShowAppLanguagePage()
185 mController.switchFragment(activityContext, mSupportedLocaleInfo_1, shouldShowAppLanguage); in onPreferenceClick_shouldShowRegionalPage()
/packages/apps/Settings/src/com/android/settings/localepicker/
DAppLocaleAllListPreferenceController.java171 switchFragment(mContext, locale, shouldShowAppLanguage(locale)); in setupPreference()
184 void switchFragment(Context context, LocaleStore.LocaleInfo localeInfo, in switchFragment() method in AppLocaleAllListPreferenceController
DLocalePickerBaseListPreferenceController.java190 switchFragment(locale); in setupPreference()
261 void switchFragment(LocaleStore.LocaleInfo localeInfo) { in switchFragment() method in LocalePickerBaseListPreferenceController
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/category/ui/view/
DCategoriesFragment.kt140 switchFragment( in <lambda>()
256 private fun switchFragment(fragment: Fragment) { in <lambda>() method
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCustomizationPickerActivity.java143 switchFragment(isWallpaperOnlyMode(getIntent()) in onCreate()
247 private void switchFragment(Fragment fragment) { in switchFragment() method in CustomizationPickerActivity