Searched refs:codeSize (Results 1 – 5 of 5) sorted by relevance
72 long codeSize; field in ApplicationsState.SizeInfo782 return ps.codeSize + ps.dataSize; in getTotalInternalSize()830 entry.codeSize != stats.codeSize ||837 entry.codeSize = stats.codeSize;
678 if (mLastCodeSize != mAppEntry.codeSize) { in refreshSizeInfo()679 mLastCodeSize = mAppEntry.codeSize; in refreshSizeInfo()680 mAppSize.setText(getSizeStr(mAppEntry.codeSize)); in refreshSizeInfo()
364 mAppStorage += ae.codeSize + ae.dataSize; in updateStorageUsage()
418 final int codeSize = mInputLength;424 if (codeSize <= inputIndex) {475 if (codeSize == inputIndex + 1) {
330 mAppsSizeForThisStatsObserver += stats.codeSize + stats.dataSize; in onGetStatsCompleted()336 mAppsSizeForThisStatsObserver += stats.codeSize + stats.dataSize + in onGetStatsCompleted()