Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/
H A DThemeOverlayApplierTest.java26 import static com.android.systemui.theme.ThemeOverlayApplier.OVERLAY_CATEGORY_ICON_THEME_PICKER;
161 createOverlayInfo(TEST_DISABLED_PREFIX + OVERLAY_CATEGORY_ICON_THEME_PICKER, in setup()
162 THEMEPICKER_PACKAGE, OVERLAY_CATEGORY_ICON_THEME_PICKER, false), in setup()
163 createOverlayInfo(TEST_ENABLED_PREFIX + OVERLAY_CATEGORY_ICON_THEME_PICKER, in setup()
164 THEMEPICKER_PACKAGE, OVERLAY_CATEGORY_ICON_THEME_PICKER, true))); in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
H A DThemeOverlayApplier.java110 static final String OVERLAY_CATEGORY_ICON_THEME_PICKER = field in ThemeOverlayApplier
127 OVERLAY_CATEGORY_ICON_THEME_PICKER);
174 Sets.newHashSet(OVERLAY_CATEGORY_ICON_THEME_PICKER)); in ThemeOverlayApplier()
183 mCategoryToTargetPackage.put(OVERLAY_CATEGORY_ICON_THEME_PICKER, mThemePickerPackage); in ThemeOverlayApplier()