Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java243 wearEstimateRecord1.getOldWearEstimate(), in testWearHistoryJson()
246 wearEstimateRecord2.getOldWearEstimate(), in testWearHistoryJson()
265 wearEstimateRecord1.getOldWearEstimate(), in testWearHistoryEquality()
268 wearEstimateRecord2.getOldWearEstimate(), in testWearHistoryEquality()
271 wearEstimateRecord3.getOldWearEstimate(), in testWearHistoryEquality()
274 wearEstimateRecord3.getOldWearEstimate(), in testWearHistoryEquality()
294 wearEstimateRecord1.getOldWearEstimate(), in testWearHistoryToChanges()
297 wearEstimateRecord2.getOldWearEstimate(), in testWearHistoryToChanges()
310 assertEquals(unknownToOne.oldEstimate, wearEstimateRecord1.getOldWearEstimate()); in testWearHistoryToChanges()
316 assertEquals(oneToTwo.oldEstimate, wearEstimateRecord2.getOldWearEstimate()); in testWearHistoryToChanges()
[all …]
/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearEstimateRecord.java69 public WearEstimate getOldWearEstimate() { in getOldWearEstimate() method in WearEstimateRecord