HomeSort by relevance Sort by last modified time
    Searched refs:WallpaperManagerService (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/java/com/android/server/
SystemBackupAgent.java 43 // These paths must match what the WallpaperManagerService uses. The leaf *_FILENAME
66 WallpaperManagerService wallpaper = (WallpaperManagerService)ServiceManager.getService(
112 WallpaperManagerService wallpaper = (WallpaperManagerService)ServiceManager.getService(
152 WallpaperManagerService wallpaper =
153 (WallpaperManagerService)ServiceManager.getService(
SystemServer.java 352 WallpaperManagerService wallpaper = null;
628 wallpaper = new WallpaperManagerService(context);
    [all...]
WallpaperManagerService.java 88 class WallpaperManagerService extends IWallpaperManager.Stub {
438 public WallpaperManagerService(Context context) {
    [all...]

Completed in 41 milliseconds