Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/
H A DThemeOverlayControllerTest.java260 .applyCurrentUserOverlays(any(), any(), anyInt(), any(), any()); in onWallpaperColorsChanged_setsTheme_skipWhenBackground()
321 .applyCurrentUserOverlays(any(), any(), anyInt(), any(), any()); in onWallpaperColorsChanged_resetThemeIfNotPreset()
356 .applyCurrentUserOverlays(any(), any(), anyInt(), any(), any()); in onWallpaperColorsChanged_resetThemeWithNewHomeWallpapers()
411 .applyCurrentUserOverlays(any(), any(), anyInt(), any(), any()); in onWallpaperColorsChanged_resetLockScreenThemeWhenBothSet()
480 .applyCurrentUserOverlays(any(), any(), anyInt(), any(), any()); in onWallpaperColorsChanged_resetThemeWithNewHomeAndLockWallpaper()
511 .applyCurrentUserOverlays(any(), any(), anyInt(), any(), any()); in onWallpaperColorsChanged_changeLockWallpaper()
542 .applyCurrentUserOverlays(any(), any(), anyInt(), any(), any()); in onWallpaperColorsChanged_changeHomeWallpaper()
575 .applyCurrentUserOverlays(any(), any(), anyInt(), any(), any()); in onWallpaperColorsChanged_resetThemeWhenFromLatestWallpaper()
641 .applyCurrentUserOverlays(any(), any(), anyInt(), any(), any()); in onWallpaperColorsChanged_keepThemeIfNotLatestWallpaper()
686 .applyCurrentUserOverlays(any(), any(), anyInt(), any(), any()); in onUserAdded_appliesTheme_ifNotManagedProfile()
[all …]
H A DThemeOverlayApplierTest.java181 mManager.applyCurrentUserOverlays(ALL_CATEGORIES_MAP, null, TEST_USER.getIdentifier(), in allCategoriesSpecified_allEnabledExclusively()
193 mManager.applyCurrentUserOverlays(ALL_CATEGORIES_MAP, null, TEST_USER.getIdentifier(), in allCategoriesSpecified_sysuiCategoriesAlsoAppliedToSysuiUser()
210 mManager.applyCurrentUserOverlays(ALL_CATEGORIES_MAP, null, TEST_USER.getIdentifier(), in allCategoriesSpecified_enabledForAllUserHandles()
227 mManager.applyCurrentUserOverlays(ALL_CATEGORIES_MAP, null, TEST_USER.getIdentifier(), in enablesOverlays_onlyIfItExistsForUser()
241 mManager.applyCurrentUserOverlays(ALL_CATEGORIES_MAP, pendingCreation, in applyCurrentUserOverlays_createsPendingOverlays()
255 mManager.applyCurrentUserOverlays(categoryToPackage, null, TEST_USER.getIdentifier(), in someCategoriesSpecified_specifiedEnabled_unspecifiedDisabled()
272 mManager.applyCurrentUserOverlays(Maps.newArrayMap(), null, TEST_USER.getIdentifier(), in zeroCategoriesSpecified_allDisabled()
287 mManager.applyCurrentUserOverlays(categoryToPackage, null, TEST_USER.getIdentifier(), in nonThemeCategorySpecified_ignored()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
H A DThemeOverlayApplier.java198 public void applyCurrentUserOverlays( in applyCurrentUserOverlays() method in ThemeOverlayApplier
H A DThemeOverlayController.java797 mThemeManager.applyCurrentUserOverlays(categoryToPackage, fOverlays, currentUser, in updateThemeOverlays()