Home
last modified time | relevance | path

Searched refs:imageBytes (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DStorageStatsSource.java70 public long imageBytes; field in StorageStatsSource.ExternalStorageStats
76 long totalBytes, long audioBytes, long videoBytes, long imageBytes, long appBytes) { in ExternalStorageStats() argument
80 this.imageBytes = imageBytes; in ExternalStorageStats()
93 imageBytes = stats.getImageBytes(); in ExternalStorageStats()
/frameworks/base/core/java/android/app/usage/
DExternalStorageStats.java34 /** {@hide} */ public long imageBytes; field in ExternalStorageStats
83 return imageBytes; in getImageBytes()
114 this.imageBytes = in.readLong(); in ExternalStorageStats()
129 dest.writeLong(imageBytes); in writeToParcel()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java448 public void onBitmapCropped(byte[] imageBytes);
478 public BitmapCropTask(byte[] imageBytes,
481 mInImageBytes = imageBytes;
/frameworks/base/services/tests/servicestests/src/com/android/server/storage/
DDiskStatsLoggingServiceTest.java123 mStorageStats.imageBytes = 4L; in testPopulatedLogTask()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java1107 byte[] imageBytes = bytes.toByteArray(); in forceRewriteExif()
1108 readExif(imageBytes); in forceRewriteExif()
1110 writeExif(imageBytes, filename); in forceRewriteExif()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java404 res.imageBytes = stats[3]; in queryExternalStatsForUser()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt9223 Landroid/app/usage/ExternalStorageStats;->imageBytes:J