Home
last modified time | relevance | path

Searched defs:allowBackup (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DDisabledWallpaperManager.java221 public int setBitmap(Bitmap fullImage, Rect visibleCropHint, boolean allowBackup) in setBitmap()
227 public int setBitmap(Bitmap fullImage, Rect visibleCropHint, boolean allowBackup, int which) in setBitmap()
233 public int setBitmap(Bitmap fullImage, Rect visibleCropHint, boolean allowBackup, int which, in setBitmap()
244 public int setStream(InputStream bitmapData, Rect visibleCropHint, boolean allowBackup) in setStream()
250 public int setStream(InputStream bitmapData, Rect visibleCropHint, boolean allowBackup, in setStream()
DWallpaperManager.java1477 public int setBitmap(Bitmap fullImage, Rect visibleCropHint, boolean allowBackup) in setBitmap()
1504 boolean allowBackup, @SetWallpaperFlags int which) in setBitmap()
1518 boolean allowBackup, @SetWallpaperFlags int which, int userId) in setBitmap()
1615 public int setStream(InputStream bitmapData, Rect visibleCropHint, boolean allowBackup) in setStream()
1643 boolean allowBackup, @SetWallpaperFlags int which) in setStream()
DIWallpaperManager.aidl49 in Rect cropHint, boolean allowBackup, out Bundle extras, int which, in setWallpaper()
/frameworks/base/core/java/android/content/pm/parsing/
DParsingPackage.java157 ParsingPackage setAllowBackup(boolean allowBackup); in setAllowBackup()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java901 boolean allowBackup; field in WallpaperManagerService.WallpaperData
2597 Rect cropHint, boolean allowBackup, Bundle extras, int which, in setWallpaper()