Home
last modified time | relevance | path

Searched defs:aggregateDebugReporting (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/aggregation/
DAggregateDebugReportingTest.java65 AggregateDebugReporting aggregateDebugReporting = createExample1AggregateDebugReporting(); in getters() local
94 AggregateDebugReporting aggregateDebugReporting = in buildFromJson_success() local
126 AggregateDebugReporting aggregateDebugReporting = in buildFromJson_nullKeyPiece() local
156 AggregateDebugReporting aggregateDebugReporting = in buildFromJson_nullBudget() local
186 AggregateDebugReporting aggregateDebugReporting = in buildFromJson_nullAggregationCoordinatorOrigin() local
210 AggregateDebugReporting aggregateDebugReporting = in buildFromJson_nullDebugData() local
250 AggregateDebugReporting aggregateDebugReporting = in buildFromJson_nullDebugDataValue() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/registration/
DFetcherUtilTest.java1752 AggregateDebugReporting aggregateDebugReporting = in getValidAggregateDebugReportingWithoutBudget_missingBudget_succeeds() local
1830 AggregateDebugReporting aggregateDebugReporting = in getValidAggregateDebugReportingString_validBudget_succeeds() local
1958 AggregateDebugReporting aggregateDebugReporting = in getValidAggregateDebugReportingString_originInAllowList_succeeds() local
1980 AggregateDebugReporting aggregateDebugReporting = in getValidAggregateDebugReportingString_emptyDebugData_succeeds() local
2294 AggregateDebugReporting aggregateDebugReporting = in getValidAggregateDebugReportingString_invalidReportType_ignoreInvalidReportType() local
2468 AggregateDebugReporting aggregateDebugReporting = in getValidAggregateDebugReportingString_defaultReportType_succeeds() local
2525 AggregateDebugReporting aggregateDebugReporting = in getValidAggregateDebugReportingString_noDuplicatesTypes_succeeds() local
DAsyncTriggerFetcherTest.java8745 AggregateDebugReporting aggregateDebugReporting = in fetchTrigger_aggregateDebugReportingEnabled_parseValidAggregateDebugReportingFields() local
DAsyncSourceFetcherTest.java12067 AggregateDebugReporting aggregateDebugReporting = in fetchSource_aggregateDebugReportingEnabled_validAggregateDebugReporting() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateDebugReporting.java105 public Builder(JSONObject aggregateDebugReporting) throws JSONException { in Builder()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DFetcherUtil.java444 JSONObject aggregateDebugReporting, Flags flags) throws JSONException { in getValidAggregateDebugReportingWithBudget()
482 JSONObject aggregateDebugReporting, Flags flags) throws JSONException { in getValidAggregateDebugReportingWithoutBudget()
497 JSONObject aggregateDebugReporting, Flags flags, int maxAggregateDebugDataValue) in getValidAggregateDebugReportingWithoutBudget()