Home
last modified time | relevance | path

Searched refs:validAggregateDebugReporting (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DFetcherUtil.java465 Optional<JSONObject> validAggregateDebugReporting = in getValidAggregateDebugReportingWithBudget() local
468 if (validAggregateDebugReporting.isPresent()) { in getValidAggregateDebugReportingWithBudget()
469 validAggregateDebugReporting in getValidAggregateDebugReportingWithBudget()
473 return validAggregateDebugReporting.map(JSONObject::toString); in getValidAggregateDebugReportingWithBudget()
499 JSONObject validAggregateDebugReporting = new JSONObject(); in getValidAggregateDebugReportingWithoutBudget() local
507 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()
DAsyncTriggerFetcher.java728 Optional<String> validAggregateDebugReporting = in parseValidateTrigger() local
732 if (validAggregateDebugReporting.isPresent()) { in parseValidateTrigger()
733 builder.setAggregateDebugReportingString(validAggregateDebugReporting.get()); in parseValidateTrigger()
DAsyncSourceFetcher.java705 Optional<String> validAggregateDebugReporting = in parseValidateSource() local
709 if (validAggregateDebugReporting.isPresent()) { in parseValidateSource()
710 builder.setAggregateDebugReportingString(validAggregateDebugReporting.get()); in parseValidateSource()