Searched refs:getSourceDebugKey (Results 1 – 10 of 10) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/aggregation/ |
D | AggregateReportTest.java | 141 assertEquals(SOURCE_DEBUG_KEY, attributionReport.getSourceDebugKey()); in testCreation() 169 assertEquals(SOURCE_DEBUG_KEY, attributionReport.getSourceDebugKey()); in testCreationSingleSourceDebugKey() 196 assertNull(attributionReport.getSourceDebugKey()); in testCreationSingleTriggerDebugKey() 222 assertNull(attributionReport.getSourceDebugKey()); in testDefaults()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/ |
D | EventReportTest.java | 150 assertEquals(SOURCE_DEBUG_KEY, eventReport.getSourceDebugKey()); in creation_success() 175 assertEquals(SOURCE_DEBUG_KEY, eventReport.getSourceDebugKey()); in creationSuccessSingleSourceDebugKey() 199 assertNull(eventReport.getSourceDebugKey()); in creationSuccessSingleTriggerDebugKey() 223 assertNull(eventReport.getSourceDebugKey()); in creationSuccessMultipleTriggerDebugKeys() 247 assertNull(eventReport.getSourceDebugKey()); in defaults_success()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | AggregateReportingJobHandler.java | 392 .setSourceDebugKey(aggregateReport.getSourceDebugKey()) in createReportJsonPayload() 396 aggregateReport.getSourceDebugKey() != null in createReportJsonPayload()
|
D | EventReportingJobHandler.java | 355 .setSourceDebugKey(eventReport.getSourceDebugKey()) in createReportJsonPayload()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/ |
D | AggregateReport.java | 217 public UnsignedLong getSourceDebugKey() { in getSourceDebugKey() method in AggregateReport
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/ |
D | EventReport.java | 234 public UnsignedLong getSourceDebugKey() { in getSourceDebugKey() method in EventReport
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/ |
D | AbstractDbIntegrationTest.java | 207 aggregateReport.getSourceDebugKey(), aggregateReport1.getSourceDebugKey()) in fuzzyCompareAggregateReport()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/ |
D | AttributionJobHandlerTest.java | 5410 assertNull(insertedEventReports.get(0).getSourceDebugKey()); 5411 assertEquals(sourceDebugKey, insertedEventReports.get(1).getSourceDebugKey()); 5412 assertEquals(sourceDebugKey, insertedEventReports.get(2).getSourceDebugKey()); 5585 assertEquals(sourceDebugKey, insertedEventReports.get(0).getSourceDebugKey()); 5586 assertEquals(sourceDebugKey, insertedEventReports.get(1).getSourceDebugKey()); 5587 assertNull(insertedEventReports.get(2).getSourceDebugKey()); 5759 assertEquals(sourceDebugKey, insertedEventReports.get(0).getSourceDebugKey()); 5760 assertEquals(sourceDebugKey, insertedEventReports.get(1).getSourceDebugKey()); 5761 assertEquals(sourceDebugKey, insertedEventReports.get(2).getSourceDebugKey()); 8186 assertNull(report.getSourceDebugKey()); in assertNullAggregateReport() [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
D | MeasurementDao.java | 1349 getNullableUnsignedLong(eventReport.getSourceDebugKey())); in insertEventReport() 2650 getNullableUnsignedLong(aggregateReport.getSourceDebugKey()));
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/ |
D | AsyncRegistrationQueueRunnerTest.java | 2645 assertNull(report.getSourceDebugKey()); in insertSource_withFalseAppAndWebAttribution_accountsForFakeReportAttribution() 5167 assertEquals(expectedSourceDebugKey, report.getSourceDebugKey()); in commonTestDebugKeyPresenceInFakeReport()
|