Home
last modified time | relevance | path

Searched refs:mCustomizationSections (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/ThemePicker/src/com/android/customization/module/
H A DDefaultCustomizationInjector.java47 private CustomizationSections mCustomizationSections; field in DefaultCustomizationInjector
144 if (mCustomizationSections == null) { in getCustomizationSections()
145 mCustomizationSections = new DefaultCustomizationSections(); in getCustomizationSections()
147 return mCustomizationSections; in getCustomizationSections()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DBaseWallpaperInjector.java47 private CustomizationSections mCustomizationSections; field in BaseWallpaperInjector
195 if (mCustomizationSections == null) { in getCustomizationSections()
196 mCustomizationSections = new WallpaperPickerSections(); in getCustomizationSections()
198 return mCustomizationSections; in getCustomizationSections()