Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java236 WearEstimateRecord newWearEstimateRecord = new WearEstimateRecord(jsonObject); in testWearEstimateRecordJson() local
237 assertThat(newWearEstimateRecord).isEqualTo(originalWearEstimateRecord); in testWearEstimateRecordJson()