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