Home
last modified time | relevance | path

Searched refs:customizationSections (Results 1 – 3 of 3) sorted by relevance

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestInjector.kt81 private var customizationSections: CustomizationSections? = null variable in com.android.wallpaper.testing.TestInjector
131 return customizationSections in getCustomizationSections()
132 ?: TestCustomizationSections().also { customizationSections = it } in getCustomizationSections()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPicker2Injector.kt77 private var customizationSections: CustomizationSections? = null variable in com.android.wallpaper.module.WallpaperPicker2Injector
141 return customizationSections in getCustomizationSections()
142 ?: WallpaperPickerSections().also { customizationSections = it } in getCustomizationSections()
/packages/apps/ThemePicker/src/com/android/customization/module/
DThemePickerInjector.kt98 private var customizationSections: CustomizationSections? = null in <lambda>() variable in com.android.customization.module.ThemePickerInjector
138 return customizationSections in <lambda>()
159 .also { customizationSections = it } in <lambda>()