Searched refs:otherData (Results 1 – 3 of 3) sorted by relevance
47 StorageAsyncLoader.AppsStorageResult otherData = result.valueAt(i); in calculateCategoryUsage() local49 attributedSize += otherData.getGamesSize() in calculateCategoryUsage()50 + otherData.getMusicAppsSize() in calculateCategoryUsage()51 + otherData.getVideoAppsSize() in calculateCategoryUsage()52 + otherData.getPhotosAppsSize() in calculateCategoryUsage()53 + otherData.getOtherAppsSize(); in calculateCategoryUsage()55 attributedSize += otherData.getExternalStats().totalBytes in calculateCategoryUsage()56 - otherData.getExternalStats().appBytes; in calculateCategoryUsage()
501 final StorageAsyncLoader.StorageResult otherData = result.valueAt(i); in getSizeInfo() local503 otherData.gamesSize in getSizeInfo()504 + otherData.audioSize in getSizeInfo()505 + otherData.videosSize in getSizeInfo()506 + otherData.imagesSize in getSizeInfo()507 + otherData.documentsSize in getSizeInfo()508 + otherData.otherSize in getSizeInfo()509 + otherData.trashSize in getSizeInfo()510 + otherData.allAppsExceptGamesSize; in getSizeInfo()511 attributedSize -= otherData.duplicateCodeSize; in getSizeInfo()
321 Metadata otherData = new Metadata(OTHER_BT_ADDR1); in testRemoveUnusedMetadata_WithSingleBondedDevice() local323 otherData.setCustomizedMeta(0, TEST_BYTE_ARRAY); in testRemoveUnusedMetadata_WithSingleBondedDevice()324 mDatabaseManager.mMetadataCache.put(OTHER_BT_ADDR1, otherData); in testRemoveUnusedMetadata_WithSingleBondedDevice()325 mDatabase.insert(otherData); in testRemoveUnusedMetadata_WithSingleBondedDevice()