Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DWallpaperBackupHelper.java68 mWpm = (WallpaperManager) context.getSystemService(Context.WALLPAPER_SERVICE); in WallpaperBackupHelper()
/frameworks/base/services/core/java/com/android/server/backup/
DSystemBackupAgent.java170 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/SystemUI/src/com/android/systemui/dagger/
DFrameworkServicesModule.java244 ServiceManager.getService(Context.WALLPAPER_SERVICE)); in provideIWallPaperManager()
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
DWallpaperBackupAgent.java99 mWm = (WallpaperManager) getSystemService(Context.WALLPAPER_SERVICE); in onCreate()
/frameworks/base/core/java/android/app/
DWallpaperManager.java107 @SystemService(Context.WALLPAPER_SERVICE)
666 Context.WALLPAPER_SERVICE); in getInstance()
DSystemServiceRegistry.java753 registerService(Context.WALLPAPER_SERVICE, WallpaperManager.class, in registerService() argument
758 final IBinder b = ServiceManager.getService(Context.WALLPAPER_SERVICE); in registerService()
764 throw new ServiceNotFoundException(Context.WALLPAPER_SERVICE); in registerService()
/frameworks/base/core/java/android/content/
DContext.java3608 WALLPAPER_SERVICE,
4175 public static final String WALLPAPER_SERVICE = "wallpaper"; field in Context
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java163 publishBinderService(Context.WALLPAPER_SERVICE, mService); in onStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1024 ServiceManager.getService(Context.WALLPAPER_SERVICE)); in start()
/frameworks/base/core/api/
Dcurrent.txt10699 field @UiContext public static final String WALLPAPER_SERVICE = "wallpaper";
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7284 field public static final java.lang.String WALLPAPER_SERVICE = "wallpaper";