Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DStorageStatsSource.java67 public long audioBytes; field in StorageStatsSource.ExternalStorageStats
75 long totalBytes, long audioBytes, long videoBytes, long imageBytes, long appBytes) { in ExternalStorageStats() argument
77 this.audioBytes = audioBytes; in ExternalStorageStats()
90 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.java403 res.audioBytes = stats[1]; in queryExternalStatsForUser()