Searched refs:isStrictIncreasing (Results 1 – 2 of 2) sorted by relevance
121 public static <T extends Comparable<T>> boolean isStrictIncreasing(List<T> list) { in isStrictIncreasing() method in TriggerSpec
671 || !TriggerSpec.isStrictIncreasing(summaryBuckets)) { in getValidTriggerSpec()746 if (startTime >= windowEnds.get(0) || !TriggerSpec.isStrictIncreasing(windowEnds)) { in getValidEventReportWindows()