Home
last modified time | relevance | path

Searched refs:AggregateDebugReportingHeaderContract (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateDebugReporting.java106 if (!aggregateDebugReporting.isNull(AggregateDebugReportingHeaderContract.BUDGET)) { in Builder()
109 AggregateDebugReportingHeaderContract.BUDGET); in Builder()
111 if (!aggregateDebugReporting.isNull(AggregateDebugReportingHeaderContract.KEY_PIECE)) { in Builder()
114 .getString(AggregateDebugReportingHeaderContract.KEY_PIECE) in Builder()
118 if (!aggregateDebugReporting.isNull(AggregateDebugReportingHeaderContract.DEBUG_DATA)) { in Builder()
122 AggregateDebugReportingHeaderContract.DEBUG_DATA); in Builder()
131 AggregateDebugReportingHeaderContract.AGGREGATION_COORDINATOR_ORIGIN)) { in Builder()
135 AggregateDebugReportingHeaderContract in Builder()
147 public interface AggregateDebugReportingHeaderContract { interface in AggregateDebugReporting
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DFetcherUtil.java33 …ices.service.measurement.aggregation.AggregateDebugReporting.AggregateDebugReportingHeaderContract;
446 if (aggregateDebugReporting.isNull(AggregateDebugReportingHeaderContract.BUDGET)) { in getValidAggregateDebugReportingWithBudget()
453 aggregateDebugReporting, AggregateDebugReportingHeaderContract.BUDGET); in getValidAggregateDebugReportingWithBudget()
471 .put(AggregateDebugReportingHeaderContract.BUDGET, budget); in getValidAggregateDebugReportingWithBudget()
501 aggregateDebugReporting.optString(AggregateDebugReportingHeaderContract.KEY_PIECE); in getValidAggregateDebugReportingWithoutBudget()
507 validAggregateDebugReporting.put(AggregateDebugReportingHeaderContract.KEY_PIECE, keyPiece); in getValidAggregateDebugReportingWithoutBudget()
510 AggregateDebugReportingHeaderContract.AGGREGATION_COORDINATOR_ORIGIN)) { in getValidAggregateDebugReportingWithoutBudget()
513 AggregateDebugReportingHeaderContract.AGGREGATION_COORDINATOR_ORIGIN); in getValidAggregateDebugReportingWithoutBudget()
521 AggregateDebugReportingHeaderContract.AGGREGATION_COORDINATOR_ORIGIN, in getValidAggregateDebugReportingWithoutBudget()
524 if (!aggregateDebugReporting.isNull(AggregateDebugReportingHeaderContract.DEBUG_DATA)) { in getValidAggregateDebugReportingWithoutBudget()
[all …]