Home
last modified time | relevance | path

Searched refs:WALLPAPER (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/java/com/android/server/
DWallpaperManagerService.java99 static final String WALLPAPER = "wallpaper"; field in WallpaperManagerService
126 mWallpaperFile = new File(mWallpaperDir, WALLPAPER); in WallpaperObserver()
210 wallpaperFile = new File(getWallpaperDir(userId), WALLPAPER); in WallpaperData()
532 File wallpaperFile = new File(getWallpaperDir(userId), WALLPAPER); in onRemoveUser()
583 File f = new File(getWallpaperDir(userId), WALLPAPER); in clearWallpaperLocked()
722 File f = new File(getWallpaperDir(wallpaperUserId), WALLPAPER); in getWallpaper()
779 File file = new File(dir, WALLPAPER); in updateWallpaperBitmapLocked()
1073 File newWallpaper = new File(getWallpaperDir(0), WALLPAPER); in migrateFromOld()
/frameworks/base/docs/html/sdk/api_diff/17/
DmissingSinces.txt339 NO DOC BLOCK: android.Manifest.permission_group Field WALLPAPER
/frameworks/base/api/
Dcurrent.txt187 field public static final java.lang.String WALLPAPER = "android.permission-group.WALLPAPER";