Searched refs:dexoptBytes (Results 1 – 2 of 2) sorted by relevance
43 /** @hide */ public long dexoptBytes; field in StorageStats160 case APP_DATA_TYPE_FILE_TYPE_DEXOPT_ARTIFACT: return dexoptBytes; in getAppBytesByDataType()221 this.dexoptBytes = in.readLong(); in StorageStats()240 dest.writeLong(dexoptBytes); in writeToParcel()
600 res.dexoptBytes = stats.dexoptSize; in translate()