Searched refs:curProfBytes (Results 1 – 2 of 2) sorted by relevance
44 /** @hide */ public long curProfBytes; field in StorageStats162 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()
601 res.curProfBytes = stats.curProfSize; in translate()