Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/usage/
DStorageStats.java44 /** @hide */ public long curProfBytes; field in StorageStats
162 case APP_DATA_TYPE_FILE_TYPE_CURRENT_PROFILE: return curProfBytes; in getAppBytesByDataType()
223 this.curProfBytes = in.readLong(); in StorageStats()
242 dest.writeLong(curProfBytes); in writeToParcel()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java601 res.curProfBytes = stats.curProfSize; in translate()