Searched refs:appSize (Results 1 – 2 of 2) sorted by relevance
39 long appSize = getAppStorageStats().getCodeBytes(); in getSize() local44 return appSize + userData + cacheData; in getSize()
157 long appSize = app.size; in getTotalAppsFreeableSpace() local160 if ((countUnchecked || mCheckedApplications.contains(packageName)) && appSize > 0) { in getTotalAppsFreeableSpace()161 freeableSpace += appSize; in getTotalAppsFreeableSpace()