Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
H A DThemeOverlayApplier.java131 static final Set<String> SYSTEM_USER_CATEGORIES = Sets.newHashSet( field in ThemeOverlayApplier
286 && SYSTEM_USER_CATEGORIES.contains(category)) { in setEnabled()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/
H A DThemeOverlayApplierTest.java30 import static com.android.systemui.theme.ThemeOverlayApplier.SYSTEM_USER_CATEGORIES;
197 if (SYSTEM_USER_CATEGORIES.contains(entry.getKey())) { in allCategoriesSpecified_sysuiCategoriesAlsoAppliedToSysuiUser()