Searched refs:mCustomizationSections (Results 1 – 2 of 2) sorted by relevance
47 private CustomizationSections mCustomizationSections; field in DefaultCustomizationInjector144 if (mCustomizationSections == null) { in getCustomizationSections()145 mCustomizationSections = new DefaultCustomizationSections(); in getCustomizationSections()147 return mCustomizationSections; in getCustomizationSections()
47 private CustomizationSections mCustomizationSections; field in BaseWallpaperInjector195 if (mCustomizationSections == null) { in getCustomizationSections()196 mCustomizationSections = new WallpaperPickerSections(); in getCustomizationSections()198 return mCustomizationSections; in getCustomizationSections()