Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearHistory.java102 public List<WearEstimateChange> toWearEstimateChanges( in toWearEstimateChanges() method in WearHistory
/packages/services/Car/service/src/com/android/car/
DCarStorageMonitoringService.java370 mWearEstimateChanges = wearHistory.toWearEstimateChanges( in doInitServiceIfNeededLocked()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java326 List<WearEstimateChange> wearEstimateChanges = wearHistory.toWearEstimateChanges(1); in testWearHistoryToChanges()