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.java501 final StorageAsyncLoader.StorageResult otherData = result.valueAt(i); in getSizeInfo() local
503 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()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java321 Metadata otherData = new Metadata(OTHER_BT_ADDR1); in testRemoveUnusedMetadata_WithSingleBondedDevice() local
323 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()