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