Searched refs:blamedSize (Results 1 – 3 of 3) sorted by relevance
100 long blamedSize = dataSize; in getStorageResultForUser() local106 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()
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()