Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DStorageStatsSource.java68 public long audioBytes; field in StorageStatsSource.ExternalStorageStats
76 long totalBytes, long audioBytes, long videoBytes, long imageBytes, long appBytes) { in ExternalStorageStats() argument
78 this.audioBytes = audioBytes; in ExternalStorageStats()
91 audioBytes = stats.getAudioBytes(); in ExternalStorageStats()
/frameworks/base/core/java/android/app/usage/
DExternalStorageStats.java32 /** {@hide} */ public long audioBytes; field in ExternalStorageStats
59 return audioBytes; in getAudioBytes()
112 this.audioBytes = in.readLong(); in ExternalStorageStats()
127 dest.writeLong(audioBytes); in writeToParcel()
/frameworks/base/services/tests/servicestests/src/com/android/server/storage/
DDiskStatsLoggingServiceTest.java122 mStorageStats.audioBytes = 6L; in testPopulatedLogTask()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java402 res.audioBytes = stats[1]; in queryExternalStatsForUser()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt9221 Landroid/app/usage/ExternalStorageStats;->audioBytes:J