Searched refs:blamedSize (Results 1 – 3 of 3) sorted by relevance
101 long blamedSize = dataSize; in getStorageResultForUser() local107 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()113 blamedSize += stats.getCodeBytes(); in getStorageResultForUser()119 gameAppSize += blamedSize; in getStorageResultForUser()122 musicAppsSize += blamedSize; in getStorageResultForUser()125 videoAppsSize += blamedSize; in getStorageResultForUser()128 photosAppsSize += blamedSize; in getStorageResultForUser()133 gameAppSize += blamedSize; in getStorageResultForUser()136 otherAppsSize += blamedSize; in getStorageResultForUser()
112 long blamedSize = dataSize; in getStorageResultForUser() local118 blamedSize = blamedSize - cacheBytes + cacheQuota; in getStorageResultForUser()124 blamedSize += stats.getCodeBytes(); in getStorageResultForUser()130 result.gamesSize += blamedSize; in getStorageResultForUser()133 result.musicAppsSize += blamedSize; in getStorageResultForUser()136 result.videoAppsSize += blamedSize; in getStorageResultForUser()139 result.photosAppsSize += blamedSize; in getStorageResultForUser()144 result.gamesSize += blamedSize; in getStorageResultForUser()147 result.otherAppsSize += blamedSize; in getStorageResultForUser()