Home
last modified time | relevance | path

Searched defs:allowBackup (Results 1 – 6 of 6) 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.java1350 public int setBitmap(Bitmap fullImage, Rect visibleCropHint, boolean allowBackup) in setBitmap()
1377 boolean allowBackup, @SetWallpaperFlags int which) in setBitmap()
1391 boolean allowBackup, @SetWallpaperFlags int which, int userId) in setBitmap()
1488 public int setStream(InputStream bitmapData, Rect visibleCropHint, boolean allowBackup) in setStream()
1516 boolean allowBackup, @SetWallpaperFlags int which) in setStream()
DIWallpaperManager.aidl47 in Rect cropHint, boolean allowBackup, out Bundle extras, int which, in setWallpaper()
/frameworks/base/core/java/android/content/pm/parsing/
DParsingPackageImpl.java374 private boolean allowBackup; field in ParsingPackageImpl
DParsingPackage.java146 ParsingPackage setAllowBackup(boolean allowBackup); in setAllowBackup()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java911 boolean allowBackup; field in WallpaperManagerService.WallpaperData
2406 Rect cropHint, boolean allowBackup, Bundle extras, int which, in setWallpaper()