Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java1758 switchWallpaper(systemWallpaper, null); in onUnlockUser()
1766 switchWallpaper(lockWallpaper, null); in onUnlockUser()
1829 switchWallpaper(systemWallpaper, reply); in switchUser()
1833 switchWallpaper(isDeviceSecure ? lockWallpaper : systemWallpaper, reply); in switchUser()
1834 switchWallpaper(isDeviceSecure ? systemWallpaper : lockWallpaper, null); in switchUser()
1838 switchWallpaper(lockWallpaper, null); in switchUser()
1840 switchWallpaper(systemWallpaper, reply); in switchUser()
1858 void switchWallpaper(WallpaperData wallpaper, IRemoteCallback reply) { in switchWallpaper() method in WallpaperManagerService
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/wallpaper/
DWallpaperManagerServiceTests.java444 doNothing().when(mService).switchWallpaper(any(), any()); in testWallpaperManagerCallbackInRightOrder()
/frameworks/base/services/
Dart-wear-profile25221 PLcom/android/server/wallpaper/WallpaperManagerService;->switchWallpaper(Lcom/android/server/wallpa…