Home
last modified time | relevance | path

Searched refs:blamedSize (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DStorageAsyncLoader.java108 long blamedSize = dataSize; in getStorageResultForUser() local
114 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()
120 blamedSize += stats.getCodeBytes(); in getStorageResultForUser()
126 gameAppSize += blamedSize; in getStorageResultForUser()
129 musicAppsSize += blamedSize; in getStorageResultForUser()
132 videoAppsSize += blamedSize; in getStorageResultForUser()
135 photosAppsSize += blamedSize; in getStorageResultForUser()
140 gameAppSize += blamedSize; in getStorageResultForUser()
143 otherAppsSize += blamedSize; in getStorageResultForUser()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageAsyncLoader.java186 long blamedSize = dataSize + stats.getCodeBytes(); in getAppsAndGamesSize() local
192 blamedSize = blamedSize - cacheBytes + cacheQuota; in getAppsAndGamesSize()
205 result.gamesSize += blamedSize; in getAppsAndGamesSize()
210 result.allAppsExceptGamesSize += blamedSize; in getAppsAndGamesSize()
215 result.gamesSize += blamedSize; in getAppsAndGamesSize()
218 result.allAppsExceptGamesSize += blamedSize; in getAppsAndGamesSize()