Searched refs:customizationSections (Results 1 – 3 of 3) sorted by relevance
81 private var customizationSections: CustomizationSections? = null variable in com.android.wallpaper.testing.TestInjector131 return customizationSections in getCustomizationSections()132 ?: TestCustomizationSections().also { customizationSections = it } in getCustomizationSections()
77 private var customizationSections: CustomizationSections? = null variable in com.android.wallpaper.module.WallpaperPicker2Injector141 return customizationSections in getCustomizationSections()142 ?: WallpaperPickerSections().also { customizationSections = it } in getCustomizationSections()
98 private var customizationSections: CustomizationSections? = null in <lambda>() variable in com.android.customization.module.ThemePickerInjector138 return customizationSections in <lambda>()159 .also { customizationSections = it } in <lambda>()