Searched refs:codeSize (Results 1 – 6 of 6) sorted by relevance
73 long codeSize = mLastResult.getCodeBytes(); in updateUi() local76 if (mLastCodeSize != codeSize) { in updateUi()77 mLastCodeSize = codeSize; in updateUi()78 mAppSize.setSummary(getSizeStr(context, codeSize)); in updateUi()90 long totalSize = codeSize + dataSize + cacheSize; in updateUi()
213 private ApplicationInfo addPackage(String packageName, long cacheSize, long codeSize, in addPackage() argument217 when(storageStats.getCodeBytes()).thenReturn(codeSize); in addPackage()
543 legacy.codeSize = stats.getAppBytes(); in requestSize()756 return ps.codeSize + ps.dataSize - ps.cacheSize; in getTotalInternalSize()1357 legacy.codeSize = stats.getAppBytes(); in handleMessage()1439 entry.codeSize != stats.codeSize ||1446 entry.codeSize = stats.codeSize;1585 public long codeSize; field in ApplicationsState.SizeInfo
259 private ApplicationInfo createAppInfo(String packageName, long cacheSize, long codeSize, in createAppInfo() argument262 stats.codeBytes = codeSize; in createAppInfo()
622 .codeSize = kComputeShader.size() * sizeof(uint32_t), in initialize()
META-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...