Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearHistory.java117 WearEstimateRecord currentRecord = get(i); in toWearEstimateChanges() local
119 currentRecord.getTotalCarServiceUptime() - in toWearEstimateChanges()
122 result.add(currentRecord.toWearEstimateChange(isAcceptableDegradation)); in toWearEstimateChanges()