Home
last modified time | relevance | path

Searched refs:WALLPAPER_SERVICE (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/app/backup/
DWallpaperBackupHelper.java68 mWpm = (WallpaperManager) context.getSystemService(Context.WALLPAPER_SERVICE); in WallpaperBackupHelper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockscreenWallpaper.java76 mWallpaperManager = (WallpaperManager) ctx.getSystemService(Context.WALLPAPER_SERVICE); in LockscreenWallpaper()
81 ServiceManager.getService(Context.WALLPAPER_SERVICE)); in LockscreenWallpaper()
DStatusBar.java744 ServiceManager.getService(Context.WALLPAPER_SERVICE)); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeWallpaperState.java48 ServiceManager.getService(Context.WALLPAPER_SERVICE)), in DozeWallpaperState()
/frameworks/base/core/java/com/android/server/backup/
DSystemBackupAgent.java166 Context.WALLPAPER_SERVICE); in onRestoreFile()
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DMainActivity.java58 mWallpaperManager = (WallpaperManager)getSystemService(Context.WALLPAPER_SERVICE); in onCreate()
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
DWallpaperBackupAgent.java96 mWm = (WallpaperManager) getSystemService(Context.WALLPAPER_SERVICE); in onCreate()
/frameworks/base/core/java/android/content/
DContext.java3171 WALLPAPER_SERVICE,
3682 public static final String WALLPAPER_SERVICE = "wallpaper"; field in Context
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java692 registerService(Context.WALLPAPER_SERVICE, WallpaperManager.class, in registerService() argument
699 b = ServiceManager.getServiceOrThrow(Context.WALLPAPER_SERVICE); in registerService()
701 b = ServiceManager.getService(Context.WALLPAPER_SERVICE); in registerService()
DWallpaperManager.java92 @SystemService(Context.WALLPAPER_SERVICE)
521 Context.WALLPAPER_SERVICE); in getInstance()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java155 publishBinderService(Context.WALLPAPER_SERVICE, mService); in onStart()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7284 field public static final java.lang.String WALLPAPER_SERVICE = "wallpaper";
/frameworks/base/api/
Dcurrent.txt9878 field public static final String WALLPAPER_SERVICE = "wallpaper";