Home
last modified time | relevance | path

Searched refs:appBytes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DStorageStatsSource.java70 public long appBytes; field in StorageStatsSource.ExternalStorageStats
75 long totalBytes, long audioBytes, long videoBytes, long imageBytes, long appBytes) { in ExternalStorageStats() argument
80 this.appBytes = appBytes; in ExternalStorageStats()
93 appBytes = stats.getAppBytes(); in ExternalStorageStats()
/frameworks/base/core/java/android/app/usage/
DExternalStorageStats.java35 /** {@hide} */ public long appBytes; field in ExternalStorageStats
97 return appBytes; in getAppBytes()
115 this.appBytes = in.readLong(); in ExternalStorageStats()
130 dest.writeLong(appBytes); in writeToParcel()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java406 res.appBytes = stats[4]; in queryExternalStatsForUser()