Home
last modified time | relevance | path

Searched refs:codeSize (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DApplicationsState.java72 long codeSize; field in ApplicationsState.SizeInfo
782 return ps.codeSize + ps.dataSize; in getTotalInternalSize()
830 entry.codeSize != stats.codeSize ||
837 entry.codeSize = stats.codeSize;
DInstalledAppDetails.java678 if (mLastCodeSize != mAppEntry.codeSize) { in refreshSizeInfo()
679 mLastCodeSize = mAppEntry.codeSize; in refreshSizeInfo()
680 mAppSize.setText(getSizeStr(mAppEntry.codeSize)); in refreshSizeInfo()
DManageApplications.java364 mAppStorage += ae.codeSize + ae.dataSize; in updateStorageUsage()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DExpandableDictionary.java418 final int codeSize = mInputLength;
424 if (codeSize <= inputIndex) {
475 if (codeSize == inputIndex + 1) {
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageMeasurement.java330 mAppsSizeForThisStatsObserver += stats.codeSize + stats.dataSize; in onGetStatsCompleted()
336 mAppsSizeForThisStatsObserver += stats.codeSize + stats.dataSize + in onGetStatsCompleted()