Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearHistory.java103 long acceptableHoursPerOnePercentFlashWear) { in toWearEstimateChanges() argument
107 Duration.ofHours(acceptableHoursPerOnePercentFlashWear).toMillis(); in toWearEstimateChanges()
/packages/services/Car/service/src/com/android/car/
DCarStorageMonitoringService.java371 mConfiguration.acceptableHoursPerOnePercentFlashWear); in doInitServiceIfNeededLocked()
703 final int acceptableHoursPerOnePercentFlashWear; field in Configuration
723 acceptableHoursPerOnePercentFlashWear = in Configuration()
724 resources.getInteger(R.integer.acceptableHoursPerOnePercentFlashWear); in Configuration()
749 acceptableHoursPerOnePercentFlashWear, in toString()