Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java248 … WearEstimateRecord wearEstimateRecord3 = new WearEstimateRecord(WearEstimate.UNKNOWN_ESTIMATE, in testWearEstimateRecordEquality() local
253 assertThat(wearEstimateRecord1).isNotSameInstanceAs(wearEstimateRecord3); in testWearEstimateRecordEquality()
265 WearEstimateRecord wearEstimateRecord3 = new WearEstimateRecord( in testWearHistoryJson() local
269 wearEstimateRecord2, wearEstimateRecord3); in testWearHistoryJson()
289 WearEstimateRecord wearEstimateRecord3 = new WearEstimateRecord( in testWearHistoryEquality() local
293 wearEstimateRecord3.getOldWearEstimate(), in testWearHistoryEquality()
296 wearEstimateRecord3.getOldWearEstimate(), in testWearHistoryEquality()
300 wearEstimateRecord2, wearEstimateRecord3, wearEstimateRecord4); in testWearHistoryEquality()
302 wearEstimateRecord1, wearEstimateRecord2, wearEstimateRecord3); in testWearHistoryEquality()
304 wearEstimateRecord2, wearEstimateRecord3, wearEstimateRecord5); in testWearHistoryEquality()
[all …]