Home
last modified time | relevance | path

Searched refs:applyCurrentUserOverlays (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/
DThemeOverlayManagerTest.java139 mManager.applyCurrentUserOverlays(ALL_CATEGORIES_MAP, TEST_USER_HANDLES); in allCategoriesSpecified_allEnabledExclusively()
148 mManager.applyCurrentUserOverlays(ALL_CATEGORIES_MAP, TEST_USER_HANDLES); in allCategoriesSpecified_sysuiCategoriesAlsoAppliedToSysuiUser()
166 mManager.applyCurrentUserOverlays(ALL_CATEGORIES_MAP, userHandles); in allCategoriesSpecified_enabledForAllUserHandles()
176 mManager.applyCurrentUserOverlays(ALL_CATEGORIES_MAP, TEST_USER_HANDLES); in allCategoriesSpecified_overlayManagerNotQueried()
188 mManager.applyCurrentUserOverlays(categoryToPackage, TEST_USER_HANDLES); in someCategoriesSpecified_specifiedEnabled_unspecifiedDisabled()
201 mManager.applyCurrentUserOverlays(Maps.newArrayMap(), TEST_USER_HANDLES); in zeroCategoriesSpecified_allDisabled()
213 mManager.applyCurrentUserOverlays(categoryToPackage, TEST_USER_HANDLES); in nonThemeCategorySpecified_ignored()
225 mManager.applyCurrentUserOverlays(categoryToPackage, TEST_USER_HANDLES); in overlayManagerOnlyQueriedForUnspecifiedPackages()
/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
DThemeOverlayController.java124 mThemeManager.applyCurrentUserOverlays(categoryToPackage, userHandles); in updateThemeOverlays()
DThemeOverlayManager.java134 void applyCurrentUserOverlays( in applyCurrentUserOverlays() method in ThemeOverlayManager