Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogManagerUnitTest.java483 IoOveruseAlertThreshold ioOveruseAlertThreshold = new IoOveruseAlertThreshold(1, 2); in testIoOveruseAlertThresholdToStringAndDescribeContent() local
484 int content = ioOveruseAlertThreshold.describeContents(); in testIoOveruseAlertThresholdToStringAndDescribeContent()
485 String string = ioOveruseAlertThreshold.toString(); in testIoOveruseAlertThresholdToStringAndDescribeContent()
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogPerfHandler.java2290 IoOveruseAlertThreshold ioOveruseAlertThreshold) { in checkIoOveruseAlertThreshold() argument
2291 if (ioOveruseAlertThreshold.getDurationInSeconds() <= 0) { in checkIoOveruseAlertThreshold()
2294 + ioOveruseAlertThreshold); in checkIoOveruseAlertThreshold()
2296 if (ioOveruseAlertThreshold.getWrittenBytesPerSecond() <= 0) { in checkIoOveruseAlertThreshold()
2299 + ioOveruseAlertThreshold); in checkIoOveruseAlertThreshold()