Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java2699 android.automotive.watchdog.internal.IoOveruseAlertThreshold internalThreshold = in toInternalIoOveruseAlertThresholds() local
2701 internalThreshold.durationInSeconds = thresholds.get(i).getDurationInSeconds(); in toInternalIoOveruseAlertThresholds()
2702 internalThreshold.writtenBytesPerSecond = thresholds.get(i).getWrittenBytesPerSecond(); in toInternalIoOveruseAlertThresholds()
2703 internalThresholds.add(internalThreshold); in toInternalIoOveruseAlertThresholds()