Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogManagerUnitTest.java653 IoOveruseAlertThreshold ioOveruseAlertThreshold = new IoOveruseAlertThreshold(1, 2); in testIoOveruseAlertThresholdToStringAndDescribeContent() local
654 int content = ioOveruseAlertThreshold.describeContents(); in testIoOveruseAlertThresholdToStringAndDescribeContent()
655 String string = ioOveruseAlertThreshold.toString(); in testIoOveruseAlertThresholdToStringAndDescribeContent()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java2839 IoOveruseAlertThreshold ioOveruseAlertThreshold) { in checkIoOveruseAlertThreshold() argument
2840 if (ioOveruseAlertThreshold.getDurationInSeconds() <= 0) { in checkIoOveruseAlertThreshold()
2843 + ioOveruseAlertThreshold); in checkIoOveruseAlertThreshold()
2845 if (ioOveruseAlertThreshold.getWrittenBytesPerSecond() <= 0) { in checkIoOveruseAlertThreshold()
2848 + ioOveruseAlertThreshold); in checkIoOveruseAlertThreshold()