Searched refs:getSourceDebugKey (Results 1 – 9 of 9) sorted by relevance
140 assertEquals(SOURCE_DEBUG_KEY, attributionReport.getSourceDebugKey()); in testCreation()167 assertEquals(SOURCE_DEBUG_KEY, attributionReport.getSourceDebugKey()); in testCreationSingleSourceDebugKey()193 assertNull(attributionReport.getSourceDebugKey()); in testCreationSingleTriggerDebugKey()218 assertNull(attributionReport.getSourceDebugKey()); in testDefaults()
142 assertEquals(SOURCE_DEBUG_KEY, eventReport.getSourceDebugKey()); in creation_success()165 assertEquals(SOURCE_DEBUG_KEY, eventReport.getSourceDebugKey()); in creationSuccessSingleSourceDebugKey()188 assertNull(eventReport.getSourceDebugKey()); in creationSuccessSingleTriggerDebugKey()210 assertNull(eventReport.getSourceDebugKey()); in defaults_success()
208 .setSourceDebugKey(eventReport.getSourceDebugKey()) in createReportJsonPayload()
237 .setSourceDebugKey(aggregateReport.getSourceDebugKey()) in createReportJsonPayload()
165 aggregateReport.getSourceDebugKey(), aggregateReport1.getSourceDebugKey()) in fuzzyCompareAggregateReport()
200 public UnsignedLong getSourceDebugKey() { in getSourceDebugKey() method in AggregateReport
223 public UnsignedLong getSourceDebugKey() { in getSourceDebugKey() method in EventReport
901 getNullableUnsignedLong(eventReport.getSourceDebugKey())); in insertEventReport()1937 getNullableUnsignedLong(aggregateReport.getSourceDebugKey()));
3561 assertEquals(expectedReport.getSourceDebugKey(), actualReport.getSourceDebugKey()); in assertAggregateReportsEqual()