Searched refs:appBytes (Results 1 – 3 of 3) sorted by relevance
70 public long appBytes; field in StorageStatsSource.ExternalStorageStats75 long totalBytes, long audioBytes, long videoBytes, long imageBytes, long appBytes) { in ExternalStorageStats() argument80 this.appBytes = appBytes; in ExternalStorageStats()93 appBytes = stats.getAppBytes(); in ExternalStorageStats()
35 /** {@hide} */ public long appBytes; field in ExternalStorageStats97 return appBytes; in getAppBytes()115 this.appBytes = in.readLong(); in ExternalStorageStats()130 dest.writeLong(appBytes); in writeToParcel()
406 res.appBytes = stats[4]; in queryExternalStatsForUser()