Searched refs:internalThreshold (Results 1 – 1 of 1) sorted by relevance
2699 android.automotive.watchdog.internal.IoOveruseAlertThreshold internalThreshold = in toInternalIoOveruseAlertThresholds() local2701 internalThreshold.durationInSeconds = thresholds.get(i).getDurationInSeconds(); in toInternalIoOveruseAlertThresholds()2702 internalThreshold.writtenBytesPerSecond = thresholds.get(i).getWrittenBytesPerSecond(); in toInternalIoOveruseAlertThresholds()2703 internalThresholds.add(internalThreshold); in toInternalIoOveruseAlertThresholds()