Home
last modified time | relevance | path

Searched refs:refProfBytes (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/usage/
DStorageStats.java45 /** @hide */ public long refProfBytes; field in StorageStats
161 case APP_DATA_TYPE_FILE_TYPE_REFERENCE_PROFILE: return refProfBytes; in getAppBytesByDataType()
222 this.refProfBytes = in.readLong(); in StorageStats()
241 dest.writeLong(refProfBytes); in writeToParcel()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java602 res.refProfBytes = stats.refProfSize; in translate()