Home
last modified time | relevance | path

Searched refs:WALLPAPER_SERVICE (Results 1 – 11 of 11) 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.java188 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.java369 ServiceManager.getService(Context.WALLPAPER_SERVICE)); in provideIWallPaperManager()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java751 registerService(Context.WALLPAPER_SERVICE, WallpaperManager.class, in registerService() argument
756 final IBinder b = ServiceManager.getService(Context.WALLPAPER_SERVICE); in registerService()
762 throw new ServiceNotFoundException(Context.WALLPAPER_SERVICE); in registerService()
DWallpaperManager.java118 @SystemService(Context.WALLPAPER_SERVICE)
834 Context.WALLPAPER_SERVICE); in getInstance()
/frameworks/base/core/java/android/content/
DContext.java4080 WALLPAPER_SERVICE,
4663 public static final String WALLPAPER_SERVICE = "wallpaper"; field in Context
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java1025 ServiceManager.getService(Context.WALLPAPER_SERVICE)); in start()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java161 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/core/api/
Dcurrent.txt10455 field @UiContext public static final String WALLPAPER_SERVICE = "wallpaper";