Searched refs:jsonReportWindows (Results 1 – 2 of 2) sorted by relevance
193 JSONObject jsonReportWindows = in Builder() local196 if (!jsonReportWindows.isNull( in Builder()199 jsonReportWindows.getLong( in Builder()204 jsonReportWindows, in Builder()241 JSONObject jsonReportWindows = in Builder() local244 if (!jsonReportWindows.isNull( in Builder()247 jsonReportWindows.getLong( in Builder()253 jsonReportWindows, in Builder()
690 private Optional<JSONObject> getValidEventReportWindows(JSONObject jsonReportWindows, in getValidEventReportWindows() argument694 if (!jsonReportWindows.isNull(TriggerSpecs.FlexEventReportJsonKeys.START_TIME)) { in getValidEventReportWindows()695 if (!FetcherUtil.is64BitInteger(jsonReportWindows.get( in getValidEventReportWindows()702 jsonReportWindows.getLong(TriggerSpecs.FlexEventReportJsonKeys.START_TIME); in getValidEventReportWindows()703 jsonReportWindows.put(TriggerSpecs.FlexEventReportJsonKeys.START_TIME, in getValidEventReportWindows()711 jsonReportWindows, TriggerSpecs.FlexEventReportJsonKeys.END_TIMES); in getValidEventReportWindows()750 jsonReportWindows.put( in getValidEventReportWindows()756 return Optional.of(jsonReportWindows); in getValidEventReportWindows()