Searched refs:imageBytes (Results 1 – 7 of 7) sorted by relevance
70 public long imageBytes; field in StorageStatsSource.ExternalStorageStats76 long totalBytes, long audioBytes, long videoBytes, long imageBytes, long appBytes) { in ExternalStorageStats() argument80 this.imageBytes = imageBytes; in ExternalStorageStats()93 imageBytes = stats.getImageBytes(); in ExternalStorageStats()
34 /** {@hide} */ public long imageBytes; field in ExternalStorageStats83 return imageBytes; in getImageBytes()114 this.imageBytes = in.readLong(); in ExternalStorageStats()129 dest.writeLong(imageBytes); in writeToParcel()
448 public void onBitmapCropped(byte[] imageBytes);478 public BitmapCropTask(byte[] imageBytes,481 mInImageBytes = imageBytes;
123 mStorageStats.imageBytes = 4L; in testPopulatedLogTask()
1107 byte[] imageBytes = bytes.toByteArray(); in forceRewriteExif()1108 readExif(imageBytes); in forceRewriteExif()1110 writeExif(imageBytes, filename); in forceRewriteExif()
404 res.imageBytes = stats[3]; in queryExternalStatsForUser()
9223 Landroid/app/usage/ExternalStorageStats;->imageBytes:J