Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearEstimateRecord.java77 public WearEstimate getNewWearEstimate() { in getNewWearEstimate() method in WearEstimateRecord
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java334 assertThat(wearEstimateRecord1.getNewWearEstimate()).isEqualTo(unknownToOne.newEstimate); in testWearHistoryToChanges()
341 assertThat(wearEstimateRecord2.getNewWearEstimate()).isEqualTo(oneToTwo.newEstimate); in testWearHistoryToChanges()
348 assertThat(wearEstimateRecord3.getNewWearEstimate()).isEqualTo(twoToThree.newEstimate); in testWearHistoryToChanges()
/packages/services/Car/service/src/com/android/car/
DCarStorageMonitoringService.java214 lastWearEstimate = wearHistory.getLast().getNewWearEstimate(); in addEventIfNeededLocked()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarStorageMonitoringTest.java436 … final WearEstimate expectedPreviousWear = wearData.wearHistory.getLast().getNewWearEstimate(); in checkLastWearEvent()