Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java244 … WearEstimateRecord wearEstimateRecord1 = new WearEstimateRecord(WearEstimate.UNKNOWN_ESTIMATE, in testWearEstimateRecordEquality() local
251 assertThat(wearEstimateRecord1).isEqualTo(wearEstimateRecord1); in testWearEstimateRecordEquality()
252 assertThat(wearEstimateRecord2).isEqualTo(wearEstimateRecord1); in testWearEstimateRecordEquality()
253 assertThat(wearEstimateRecord1).isNotSameInstanceAs(wearEstimateRecord3); in testWearEstimateRecordEquality()
259 WearEstimateRecord wearEstimateRecord1 = new WearEstimateRecord( in testWearHistoryJson() local
263 wearEstimateRecord1.getOldWearEstimate(), in testWearHistoryJson()
268 WearHistory originalWearHistory = WearHistory.fromRecords(wearEstimateRecord1, in testWearHistoryJson()
283 WearEstimateRecord wearEstimateRecord1 = new WearEstimateRecord( in testWearHistoryEquality() local
287 wearEstimateRecord1.getOldWearEstimate(), in testWearHistoryEquality()
299 WearHistory wearHistory1 = WearHistory.fromRecords(wearEstimateRecord1, in testWearHistoryEquality()
[all …]