Searched refs:videoBytes (Results 1 – 5 of 5) sorted by relevance
75 public long videoBytes; field in StorageStatsSource.ExternalStorageStats82 long totalBytes, long audioBytes, long videoBytes, long imageBytes, long appBytes) { in ExternalStorageStats() argument85 this.videoBytes = videoBytes; in ExternalStorageStats()98 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()
547 res.videoBytes = stats[2]; in queryExternalStatsForUser()
9217 Landroid/app/usage/ExternalStorageStats;->videoBytes:J