Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/server/backup/
DSystemBackupAgent.java68 Context.WALLPAPER_SERVICE); in onBackup()
121 Context.WALLPAPER_SERVICE); in onRestore()
168 Context.WALLPAPER_SERVICE); in onRestoreFile()
/frameworks/base/core/java/android/app/backup/
DWallpaperBackupHelper.java101 (WallpaperManager) context.getSystemService(Context.WALLPAPER_SERVICE); in WallpaperBackupHelper()
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DMainActivity.java58 mWallpaperManager = (WallpaperManager)getSystemService(Context.WALLPAPER_SERVICE); in onCreate()
/frameworks/base/core/java/android/content/
DContext.java2100 WALLPAPER_SERVICE,
2411 public static final String WALLPAPER_SERVICE = "wallpaper"; field in Context
/frameworks/base/core/java/android/app/
DWallpaperManager.java233 IBinder b = ServiceManager.getService(Context.WALLPAPER_SERVICE); in Globals()
353 Context.WALLPAPER_SERVICE); in getInstance()
DContextImpl.java591 registerService(WALLPAPER_SERVICE, WALLPAPER_FETCHER); in registerService() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java77 mWallpaperManager = (WallpaperManager) getSystemService(WALLPAPER_SERVICE); in onCreate()
/frameworks/base/services/java/com/android/server/
DSystemServer.java778 ServiceManager.addService(Context.WALLPAPER_SERVICE, wallpaper); in startOtherServices()
/frameworks/base/api/
Dcurrent.txt7250 field public static final java.lang.String WALLPAPER_SERVICE = "wallpaper";