Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java299 WearHistory wearHistory1 = WearHistory.fromRecords(wearEstimateRecord1, in testWearHistoryEquality() local
306 assertThat(wearHistory1).isEqualTo(wearHistory1); in testWearHistoryEquality()
307 assertThat(wearHistory2).isEqualTo(wearHistory1); in testWearHistoryEquality()
308 assertThat(wearHistory1).isNotSameInstanceAs(wearHistory3); in testWearHistoryEquality()