Searched refs:bindWallpaperComponentLocked (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DWallpaperManagerService.java148 bindWallpaperComponentLocked(IMAGE_WALLPAPER, true,
308 if (!bindWallpaperComponentLocked(comp, false, false,
552 if (bindWallpaperComponentLocked(cname, true, false, wallpaper, reply)) {
581 if (bindWallpaperComponentLocked(defaultFailed
777 bindWallpaperComponentLocked(name, false, true, wallpaper, null);
784 boolean bindWallpaperComponentLocked(ComponentName componentName, boolean force, method in class:WallpaperManagerService
786 if (DEBUG) Slog.v(TAG, "bindWallpaperComponentLocked: componentName=" + componentName);
792 if (DEBUG) Slog.v(TAG, "bindWallpaperComponentLocked: still using default");
966 bindWallpaperComponentLocked(null, false, false, wallpaper, null);
1148 if (!bindWallpaperComponentLocked(wallpape
[all...]

Completed in 1132 milliseconds