Searched refs:bindWallpaperComponentLocked (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 286 bindWallpaperComponentLocked(mImageWallpaper, true, in onEvent() 801 if (!bindWallpaperComponentLocked(wpService, false, false, in onPackageUpdateFinished() 1118 if (!bindWallpaperComponentLocked(cname, true, false, wallpaper, reply)) { in switchWallpaper() 1140 bindWallpaperComponentLocked(mImageWallpaper, true, false, fallback, reply); in switchWallpaper() 1216 if (bindWallpaperComponentLocked(defaultFailed in clearWallpaperLocked() 1629 if (bindWallpaperComponentLocked(name, false, true, wallpaper, null)) { in setWallpaperComponent() 1639 boolean bindWallpaperComponentLocked(ComponentName componentName, boolean force, in bindWallpaperComponentLocked() method in WallpaperManagerService 1823 bindWallpaperComponentLocked(null, false, false, wallpaper, null); in attachServiceLocked() 2210 if (!bindWallpaperComponentLocked(wallpaper.nextWallpaperComponent, false, false, in settingsRestored() 2215 bindWallpaperComponentLocked(null, false, false, wallpaper, null); in settingsRestored() [all …]
|