Searched refs:windowEnds (Results 1 – 1 of 1) sorted by relevance
717 List<Long> windowEnds = TriggerSpec.getLongListFromJSON(maybeWindowEndsJson.get()); in getValidEventReportWindows() local719 int windowEndsSize = windowEnds.size(); in getValidEventReportWindows()720 if (windowEnds.isEmpty() in getValidEventReportWindows()726 Long lastWindowsEnd = windowEnds.get(windowEndsSize - 1); in getValidEventReportWindows()730 windowEnds.set(windowEndsSize - 1, extractValidNumberInRange( in getValidEventReportWindows()737 Long firstWindowsEnd = windowEnds.get(0); in getValidEventReportWindows()741 windowEnds.set(0, Math.max( in getValidEventReportWindows()746 if (startTime >= windowEnds.get(0) || !TriggerSpec.isStrictIncreasing(windowEnds)) { in getValidEventReportWindows()753 new JSONArray(windowEnds.stream().map((x) -> in getValidEventReportWindows()