Searched refs:refProfBytes (Results 1 – 2 of 2) sorted by relevance
45 /** @hide */ public long refProfBytes; field in StorageStats161 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()
602 res.refProfBytes = stats.refProfSize; in translate()