Searched refs:ioOveruseAlertThreshold (Results 1 – 2 of 2) sorted by relevance
483 IoOveruseAlertThreshold ioOveruseAlertThreshold = new IoOveruseAlertThreshold(1, 2); in testIoOveruseAlertThresholdToStringAndDescribeContent() local484 int content = ioOveruseAlertThreshold.describeContents(); in testIoOveruseAlertThresholdToStringAndDescribeContent()485 String string = ioOveruseAlertThreshold.toString(); in testIoOveruseAlertThresholdToStringAndDescribeContent()
2290 IoOveruseAlertThreshold ioOveruseAlertThreshold) { in checkIoOveruseAlertThreshold() argument2291 if (ioOveruseAlertThreshold.getDurationInSeconds() <= 0) { in checkIoOveruseAlertThreshold()2294 + ioOveruseAlertThreshold); in checkIoOveruseAlertThreshold()2296 if (ioOveruseAlertThreshold.getWrittenBytesPerSecond() <= 0) { in checkIoOveruseAlertThreshold()2299 + ioOveruseAlertThreshold); in checkIoOveruseAlertThreshold()