Searched refs:codeSize (Results 1 – 13 of 13) sorted by relevance
35 public long codeSize; field in PackageStats87 if (codeSize != 0) { in toString()89 sb.append(codeSize); in toString()137 codeSize = source.readLong(); in PackageStats()150 codeSize = pStats.codeSize; in PackageStats()167 dest.writeLong(codeSize); in writeToParcel()
223 long codeSize = stats.codeSize; in addStatsLocked() local229 codeSize += stats.externalCodeSize + stats.externalObbSize; in addStatsLocked()235 addValueIfKeyExists(mDetails.appsSize, stats.userHandle, codeSize + dataSize); in addStatsLocked()
484 return ps.codeSize + ps.dataSize; in getTotalInternalSize()979 entry.codeSize != stats.codeSize ||986 entry.codeSize = stats.codeSize;1106 public long codeSize; field in ApplicationsState.SizeInfo
117 stats.codeSize += Long.parseLong(res[1]); in getAppSize()
16737 stats.codeSize = 0;20119 if (DEBUG_INSTALL) Slog.d(TAG, "Measured code size " + stats.codeSize + ", data size "20125 sizeBytes = stats.codeSize + stats.dataSize;20127 sizeBytes = stats.codeSize;
585 if(localLOGV) Log.i(TAG, "OBSERVER RET VALUES code="+observer.stats.codeSize+ in invokePMGetPackageSizeInfo()603 if(localLOGV) Log.i(TAG, "code="+stats.codeSize+", data="+stats.dataSize+ in testGetPackageSizeInfo()
1812 platform.size_t codeSize /// Specified in bytes1813 …const u32* pCode /// Binary code of size codeSize
1665 size_t codeSize; member
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
8887 field public long codeSize;
9898 field public long codeSize;
9911 field public long codeSize;
10322 field public long codeSize;