Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java311 assertEquals(unknownToOne.newEstimate, wearEstimateRecord1.getNewWearEstimate()); in testWearHistoryToChanges()
317 assertEquals(oneToTwo.newEstimate, wearEstimateRecord2.getNewWearEstimate()); in testWearHistoryToChanges()
323 assertEquals(twoToThree.newEstimate, wearEstimateRecord3.getNewWearEstimate()); in testWearHistoryToChanges()
/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearEstimateRecord.java73 public WearEstimate getNewWearEstimate() { in getNewWearEstimate() method in WearEstimateRecord
/packages/services/Car/service/src/com/android/car/
DCarStorageMonitoringService.java177 lastWearEstimate = wearHistory.getLast().getNewWearEstimate(); in addEventIfNeeded()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarStorageMonitoringTest.java435 … final WearEstimate expectedPreviousWear = wearData.wearHistory.getLast().getNewWearEstimate(); in checkLastWearEvent()