Searched refs:ioOveruseAlertThreshold (Results 1 – 2 of 2) sorted by relevance
653 IoOveruseAlertThreshold ioOveruseAlertThreshold = new IoOveruseAlertThreshold(1, 2); in testIoOveruseAlertThresholdToStringAndDescribeContent() local654 int content = ioOveruseAlertThreshold.describeContents(); in testIoOveruseAlertThresholdToStringAndDescribeContent()655 String string = ioOveruseAlertThreshold.toString(); in testIoOveruseAlertThresholdToStringAndDescribeContent()
2839 IoOveruseAlertThreshold ioOveruseAlertThreshold) { in checkIoOveruseAlertThreshold() argument2840 if (ioOveruseAlertThreshold.getDurationInSeconds() <= 0) { in checkIoOveruseAlertThreshold()2843 + ioOveruseAlertThreshold); in checkIoOveruseAlertThreshold()2845 if (ioOveruseAlertThreshold.getWrittenBytesPerSecond() <= 0) { in checkIoOveruseAlertThreshold()2848 + ioOveruseAlertThreshold); in checkIoOveruseAlertThreshold()