Home
last modified time | relevance | path

Searched refs:getCustomizationSections (Results 1 – 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DInjector.kt65 fun getCustomizationSections(activity: ComponentActivity): CustomizationSections in getApplicationCoroutineScope() method
DWallpaperPicker2Injector.kt137 override fun getCustomizationSections(activity: ComponentActivity): CustomizationSections { in getCustomizationSections() method in com.android.wallpaper.module.WallpaperPicker2Injector
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestInjector.kt136 override fun getCustomizationSections(activity: ComponentActivity): CustomizationSections { in getCustomizationSections() method in com.android.wallpaper.testing.TestInjector
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCustomizationPickerFragment.java333 CustomizationSections sections = injector.getCustomizationSections(activity); in getSectionControllers()
/packages/apps/ThemePicker/src/com/android/customization/module/
DThemePickerInjector.kt163 override fun getCustomizationSections(activity: ComponentActivity): CustomizationSections { in <lambda>() method