Searched refs:validAggregateDebugReporting (Results 1 – 3 of 3) sorted by relevance
465 Optional<JSONObject> validAggregateDebugReporting = in getValidAggregateDebugReportingWithBudget() local468 if (validAggregateDebugReporting.isPresent()) { in getValidAggregateDebugReportingWithBudget()469 validAggregateDebugReporting in getValidAggregateDebugReportingWithBudget()473 return validAggregateDebugReporting.map(JSONObject::toString); in getValidAggregateDebugReportingWithBudget()499 JSONObject validAggregateDebugReporting = new JSONObject(); in getValidAggregateDebugReportingWithoutBudget() local507 validAggregateDebugReporting.put(AggregateDebugReportingHeaderContract.KEY_PIECE, keyPiece); in getValidAggregateDebugReportingWithoutBudget()520 validAggregateDebugReporting.put( in getValidAggregateDebugReportingWithoutBudget()536 validAggregateDebugReporting.put( in getValidAggregateDebugReportingWithoutBudget()539 return Optional.of(validAggregateDebugReporting); in getValidAggregateDebugReportingWithoutBudget()
728 Optional<String> validAggregateDebugReporting = in parseValidateTrigger() local732 if (validAggregateDebugReporting.isPresent()) { in parseValidateTrigger()733 builder.setAggregateDebugReportingString(validAggregateDebugReporting.get()); in parseValidateTrigger()
705 Optional<String> validAggregateDebugReporting = in parseValidateSource() local709 if (validAggregateDebugReporting.isPresent()) { in parseValidateSource()710 builder.setAggregateDebugReportingString(validAggregateDebugReporting.get()); in parseValidateSource()