Home
last modified time | relevance | path

Searched defs:WALLPAPER_SERVICE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java467 registerService(Context.WALLPAPER_SERVICE, WallpaperManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java2720 public static final String WALLPAPER_SERVICE = "wallpaper"; field in Context