Searched refs:getWallpaperSafeLocked (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/wallpaper/ |
D | WallpaperManagerServiceTests.java | 276 WallpaperData wallpaperData = mService.getWallpaperSafeLocked(testUserId, which); in testWallpaperDataConstructor() 443 doReturn(wallpaper).when(mService).getWallpaperSafeLocked(wallpaper.userId, FLAG_SYSTEM); in testWallpaperManagerCallbackInRightOrder()
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 1595 getWallpaperSafeLocked(UserHandle.USER_SYSTEM, FLAG_SYSTEM); in initialize() 1756 getWallpaperSafeLocked(userId, FLAG_SYSTEM); in onUnlockUser() 1764 getWallpaperSafeLocked(userId, FLAG_LOCK); in onUnlockUser() 1816 systemWallpaper = getWallpaperSafeLocked(userId, FLAG_SYSTEM); in switchUser() 1818 ? systemWallpaper : getWallpaperSafeLocked(userId, FLAG_LOCK); in switchUser() 2065 WallpaperData wallpaper = getWallpaperSafeLocked(userId, FLAG_SYSTEM); in setDimensionHints() 2153 WallpaperData wallpaper = getWallpaperSafeLocked(userId, FLAG_SYSTEM); in setDisplayPadding() 2953 wallpaper = getWallpaperSafeLocked(userId, which); in setWallpaper() 3144 newWallpaper = getWallpaperSafeLocked(userId, which); in setWallpaperComponentInternal() 3687 WallpaperData getWallpaperSafeLocked(int userId, int which) { in getWallpaperSafeLocked() method in WallpaperManagerService
|
/frameworks/base/services/ |
D | art-wear-profile | 25185 PLcom/android/server/wallpaper/WallpaperManagerService;->getWallpaperSafeLocked(II)Lcom/android/ser…
|