Searched refs:allAppsExceptGamesSize (Results 1 – 4 of 4) sorted by relevance
108 assertThat(result.get(PRIMARY_USER_ID).allAppsExceptGamesSize).isEqualTo(1111L); in testLoadingApps()119 assertThat(result.get(PRIMARY_USER_ID).allAppsExceptGamesSize).isEqualTo(0); in testGamesAreFiltered()132 assertThat(result.get(PRIMARY_USER_ID).allAppsExceptGamesSize).isEqualTo(0); in testLegacyGamesAreFiltered()142 assertThat(result.get(PRIMARY_USER_ID).allAppsExceptGamesSize).isEqualTo(111L); in testCacheIsNotIgnored()171 assertThat(result.get(PRIMARY_USER_ID).allAppsExceptGamesSize).isEqualTo(111L); in testUpdatedSystemAppCodeSizeIsCounted()195 assertThat(result.get(PRIMARY_USER_ID).allAppsExceptGamesSize) in testCacheOveragesAreCountedAsFree()208 assertThat(result.get(PRIMARY_USER_ID).allAppsExceptGamesSize).isEqualTo(33L); in testAppsAreFiltered()
185 result.allAppsExceptGamesSize += blamedSize; in getAppsAndGamesSize()193 result.allAppsExceptGamesSize += blamedSize; in getAppsAndGamesSize()217 public long allAppsExceptGamesSize; field in StorageAsyncLoader.StorageResult
370 mAppsPreference.setStorageSize(data.allAppsExceptGamesSize, mTotalSize); in onLoadFinished()388 + otherData.allAppsExceptGamesSize; in onLoadFinished()
341 result.allAppsExceptGamesSize = MEGABYTE_IN_BYTES * 90; in testMeasurementCompletedUpdatesPreferences()