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.java100 long blamedSize = dataSize; in getStorageResultForUser() local
106 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()
112 blamedSize += stats.getCodeBytes(); in getStorageResultForUser()
118 gameAppSize += blamedSize; in getStorageResultForUser()
121 musicAppsSize += blamedSize; in getStorageResultForUser()
124 videoAppsSize += blamedSize; in getStorageResultForUser()
127 photosAppsSize += blamedSize; in getStorageResultForUser()
132 gameAppSize += blamedSize; in getStorageResultForUser()
135 otherAppsSize += blamedSize; in getStorageResultForUser()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageAsyncLoader.java161 long blamedSize = dataSize + stats.getCodeBytes(); in getAppsAndGamesSize() local
167 blamedSize = blamedSize - cacheBytes + cacheQuota; in getAppsAndGamesSize()
180 result.gamesSize += blamedSize; in getAppsAndGamesSize()
185 result.allAppsExceptGamesSize += blamedSize; in getAppsAndGamesSize()
190 result.gamesSize += blamedSize; in getAppsAndGamesSize()
193 result.allAppsExceptGamesSize += blamedSize; in getAppsAndGamesSize()