Home
last modified time | relevance | path

Searched refs:videoBytes (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DStorageStatsSource.java69 public long videoBytes; field in StorageStatsSource.ExternalStorageStats
76 long totalBytes, long audioBytes, long videoBytes, long imageBytes, long appBytes) { in ExternalStorageStats() argument
79 this.videoBytes = videoBytes; in ExternalStorageStats()
92 videoBytes = stats.getVideoBytes(); in ExternalStorageStats()
/frameworks/base/core/java/android/app/usage/
DExternalStorageStats.java33 /** {@hide} */ public long videoBytes; field in ExternalStorageStats
71 return videoBytes; in getVideoBytes()
113 this.videoBytes = in.readLong(); in ExternalStorageStats()
128 dest.writeLong(videoBytes); in writeToParcel()
/frameworks/base/services/tests/servicestests/src/com/android/server/storage/
DDiskStatsLoggingServiceTest.java124 mStorageStats.videoBytes = 5L; in testPopulatedLogTask()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java403 res.videoBytes = stats[2]; in queryExternalStatsForUser()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt9226 Landroid/app/usage/ExternalStorageStats;->videoBytes:J