Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageAsyncLoader.java111 long blamedSize = dataSize; in getStorageResultForUser() local
117 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()
123 blamedSize += stats.getCodeBytes(); in getStorageResultForUser()
129 result.gamesSize += blamedSize; in getStorageResultForUser()
132 result.musicAppsSize += blamedSize; in getStorageResultForUser()
135 result.videoAppsSize += blamedSize; in getStorageResultForUser()
140 result.gamesSize += blamedSize; in getStorageResultForUser()
143 result.otherAppsSize += blamedSize; in getStorageResultForUser()