Searched refs:audioBytes (Results 1 – 4 of 4) sorted by relevance
67 public long audioBytes; field in StorageStatsSource.ExternalStorageStats75 long totalBytes, long audioBytes, long videoBytes, long imageBytes, long appBytes) { in ExternalStorageStats() argument77 this.audioBytes = audioBytes; in ExternalStorageStats()90 audioBytes = stats.getAudioBytes(); in ExternalStorageStats()
32 /** {@hide} */ public long audioBytes; field in ExternalStorageStats59 return audioBytes; in getAudioBytes()112 this.audioBytes = in.readLong(); in ExternalStorageStats()127 dest.writeLong(audioBytes); in writeToParcel()
122 mStorageStats.audioBytes = 6L; in testPopulatedLogTask()
403 res.audioBytes = stats[1]; in queryExternalStatsForUser()