Home
last modified time | relevance | path

Searched refs:otherData (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DStorageSystemCategoryPreferenceController.java47 StorageAsyncLoader.AppsStorageResult otherData = result.valueAt(i); in calculateCategoryUsage() local
49 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()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceController.java380 final StorageAsyncLoader.StorageResult otherData = result.valueAt(i); in onLoadFinished() local
382 otherData.gamesSize in onLoadFinished()
383 + otherData.audioSize in onLoadFinished()
384 + otherData.videosSize in onLoadFinished()
385 + otherData.imagesSize in onLoadFinished()
386 + otherData.documentsAndOtherSize in onLoadFinished()
387 + otherData.trashSize in onLoadFinished()
388 + otherData.allAppsExceptGamesSize; in onLoadFinished()
389 attributedSize -= otherData.duplicateCodeSize; in onLoadFinished()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java240 Metadata otherData = new Metadata(OTHER_BT_ADDR1); in testRemoveUnusedMetadata_WithSingleBondedDevice() local
242 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()