Searched refs:otherData (Results 1 – 4 of 4) sorted by relevance
48 StorageAsyncLoader.AppsStorageResult otherData = result.valueAt(i); in calculateCategoryUsage() local50 attributedSize += otherData.getGamesSize() in calculateCategoryUsage()51 + otherData.getMusicAppsSize() in calculateCategoryUsage()52 + otherData.getVideoAppsSize() in calculateCategoryUsage()53 + otherData.getPhotosAppsSize() in calculateCategoryUsage()54 + otherData.getOtherAppsSize(); in calculateCategoryUsage()56 attributedSize += otherData.getExternalStats().totalBytes in calculateCategoryUsage()57 - otherData.getExternalStats().appBytes; in calculateCategoryUsage()
277 final StorageAsyncLoader.AppsStorageResult otherData = result.valueAt(i); in onLoadFinished() local279 otherData.gamesSize in onLoadFinished()280 + otherData.musicAppsSize in onLoadFinished()281 + otherData.videoAppsSize in onLoadFinished()282 + otherData.photosAppsSize in onLoadFinished()283 + otherData.otherAppsSize; in onLoadFinished()284 attributedSize += otherData.externalStats.totalBytes in onLoadFinished()285 - otherData.externalStats.appBytes; in onLoadFinished()
240 Metadata otherData = new Metadata(OTHER_BT_ADDR1); in testRemoveUnusedMetadata_WithSingleBondedDevice() local242 otherData.setCustomizedMeta(0, TEST_BYTE_ARRAY); in testRemoveUnusedMetadata_WithSingleBondedDevice()243 mDatabaseManager.mMetadataCache.put(OTHER_BT_ADDR1, otherData); in testRemoveUnusedMetadata_WithSingleBondedDevice()244 mDatabase.insert(otherData); in testRemoveUnusedMetadata_WithSingleBondedDevice()