Searched refs:appSize (Results 1 – 4 of 4) sorted by relevance
203 public long appSize; field in DiskStatsFileLoggerTest.AppSizeGrouping206 public AppSizeGrouping(String packageName, long appSize, long cacheSize) { in AppSizeGrouping() argument208 this.appSize = appSize; in AppSizeGrouping()215 result = 37 * result + (int)(appSize ^ (appSize >>> 32)); in hashCode()230 return packageName.equals(grouping.packageName) && appSize == grouping.appSize && in equals()236 return packageName + " " + appSize + " " + cacheSize; in toString()
128 long appSize = stat.codeSize; in addAppsToJson() local132 appSize += stat.externalCodeSize; in addAppsToJson()136 appSizeSum += appSize; in addAppsToJson()141 appSizeList.put(appSize); in addAppsToJson()
213 final int appSize = apps.size(); in calculate() local214 for (int i = 0; i < appSize; i++) { in calculate()
2984 int64_t appSize = 0; in getExternalSize() local3009 appSize = extStats.dataSize; in getExternalSize()3048 appSize += size; in getExternalSize()3072 ret.push_back(appSize); in getExternalSize()