Searched refs:clearWallpaperLocked (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 900 clearWallpaperLocked(mWallpaper.mWhich, mWallpaper.userId, false, null); 1081 clearWallpaperLocked(mWallpaper.mWhich, mWallpaper.userId, false, null); in tryToRebind() 1120 clearWallpaperLocked( 1140 clearWallpaperLocked(FLAG_SYSTEM, mWallpaper.userId, false, null); 1373 clearWallpaperLocked(wallpaper.mWhich, wallpaper.userId, false, null); in onPackageUpdateFinished() 1456 clearWallpaperLocked(wallpaper.mWhich, wallpaper.userId, false, null); in doPackagesChangedLocked() 1477 clearWallpaperLocked(wallpaper.mWhich, wallpaper.userId, false, null); in doPackagesChangedLocked() 1627 clearWallpaperLocked(wallpaper.mWhich, UserHandle.USER_SYSTEM, false, null); in systemReady() 1887 clearWallpaperLocked(wallpaper.mWhich, wallpaper.userId, false, reply); in onSwitchWallpaperFailLocked() 1920 clearWallpaperLocked(which, userId, fromForeground, null); in clearWallpaper() [all …]
|