Searched refs:videoBytes (Results 1 – 4 of 4) sorted by relevance
68 public long videoBytes; field in StorageStatsSource.ExternalStorageStats75 long totalBytes, long audioBytes, long videoBytes, long imageBytes, long appBytes) { in ExternalStorageStats() argument78 this.videoBytes = videoBytes; in ExternalStorageStats()91 videoBytes = stats.getVideoBytes(); in ExternalStorageStats()
33 /** {@hide} */ public long videoBytes; field in ExternalStorageStats71 return videoBytes; in getVideoBytes()113 this.videoBytes = in.readLong(); in ExternalStorageStats()128 dest.writeLong(videoBytes); in writeToParcel()
124 mStorageStats.videoBytes = 5L; in testPopulatedLogTask()
404 res.videoBytes = stats[2]; in queryExternalStatsForUser()