Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DDisabledWallpaperManager.java309 public int setBitmap(Bitmap fullImage, Rect visibleCropHint, boolean allowBackup) in setBitmap()
316 public int setBitmap(Bitmap fullImage, Rect visibleCropHint, boolean allowBackup, int which) in setBitmap()
323 public int setBitmap(Bitmap fullImage, Rect visibleCropHint, boolean allowBackup, int which, in setBitmap()
330 boolean allowBackup, @SetWallpaperFlags int which) throws IOException { in setBitmapWithCrops()
340 public int setStream(InputStream bitmapData, Rect visibleCropHint, boolean allowBackup) in setStream()
347 public int setStream(InputStream bitmapData, Rect visibleCropHint, boolean allowBackup, in setStream()
355 boolean allowBackup, @SetWallpaperFlags int which) throws IOException { in setStreamWithCrops()
362 @NonNull SparseArray<Rect> cropHints, boolean allowBackup, @SetWallpaperFlags int which in setStreamWithCrops()
DWallpaperManager.java2330 public int setBitmap(Bitmap fullImage, Rect visibleCropHint, boolean allowBackup) in setBitmap()
2357 boolean allowBackup, @SetWallpaperFlags int which) in setBitmap()
2371 boolean allowBackup, @SetWallpaperFlags int which, int userId) in setBitmap()
2421 boolean allowBackup, @SetWallpaperFlags int which) throws IOException { in setBitmapWithCrops()
2429 boolean allowBackup, @SetWallpaperFlags int which, int userId) throws IOException { in setBitmapWithCrops()
2481 @NonNull WallpaperDescription description, boolean allowBackup, in setBitmapWithDescription()
2554 public int setStream(InputStream bitmapData, Rect visibleCropHint, boolean allowBackup) in setStream()
2582 boolean allowBackup, @SetWallpaperFlags int which) in setStream()
2633 @NonNull Map<Point, Rect> cropHints, boolean allowBackup, @SetWallpaperFlags int which) in setStreamWithCrops()
2657 @NonNull SparseArray<Rect> cropHints, boolean allowBackup, @SetWallpaperFlags int which) in setStreamWithCrops()
[all …]
DIWallpaperManager.aidl60 in int[] screenOrientations, in List<Rect> crops, boolean allowBackup, in setWallpaper()
/frameworks/base/packages/SettingsLib/Metadata/src/com/android/settingslib/metadata/
DPreferenceMetadata.kt136 fun allowBackup(context: Context): Boolean = isPersistent(context) method
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperData.java74 boolean allowBackup; field in WallpaperData
DWallpaperManagerService.java3236 int[] screenOrientations, List<Rect> crops, boolean allowBackup, in setWallpaper()
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/
DParsingPackage.java168 ParsingPackage setBackupAllowed(boolean allowBackup); in setBackupAllowed()