Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DStorageSystemCategoryPreferenceController.java48 StorageAsyncLoader.AppsStorageResult otherData = result.valueAt(i); in calculateCategoryUsage() local
50 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/
DStorageItemPreferenceController.java277 final StorageAsyncLoader.AppsStorageResult otherData = result.valueAt(i); in onLoadFinished() local
279 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()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceController.java277 final StorageAsyncLoader.AppsStorageResult otherData = result.valueAt(i); in onLoadFinished() local
279 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()
/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()