Searched refs:photosAppsSize (Results 1 – 8 of 8) sorted by relevance
83 long photosAppsSize = 0; in getStorageResultForUser() local127 photosAppsSize += blamedSize; in getStorageResultForUser()140 AppsStorageResult result = new AppsStorageResult(gameAppSize, musicAppsSize, photosAppsSize, in getStorageResultForUser()166 AppsStorageResult(long gamesSize, long musicAppsSize, long photosAppsSize, in AppsStorageResult() argument170 mPhotosAppsSize = photosAppsSize; in AppsStorageResult()
277 + otherData.photosAppsSize in onLoadFinished()329 return data.photosAppsSize + data.externalStats.imageBytes in getPhotosSize()331 + profileData.photosAppsSize + profileData.externalStats.imageBytes in getPhotosSize()334 return data.photosAppsSize + data.externalStats.imageBytes in getPhotosSize()
125 result.photosAppsSize = photoAppSize; in getCachedAppsStorageResult()143 .putLong(PHOTO_APPS_SIZE_KEY, result.photosAppsSize) in cacheResult()
139 result.photosAppsSize += blamedSize; in getStorageResultForUser()170 public long photosAppsSize; field in StorageAsyncLoader.AppsStorageResult
256 data.photosAppsSize + data.externalStats.imageBytes + data.externalStats.videoBytes, in onLoadFinished()282 + otherData.photosAppsSize in onLoadFinished()
135 assertThat(primaryResult.photosAppsSize).isEqualTo(1000L); in getCachedAppsStorageResult_cachedValuesAreLoaded()274 result.photosAppsSize = 1000L; in cacheResult_succeeds()