Home
last modified time | relevance | path

Searched refs:getDebugKey (Results 1 – 13 of 13) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessor.java112 sourceDebugKey = source.getDebugKey(); in getDebugKeys()
115 triggerDebugKey = trigger.getDebugKey(); in getDebugKeys()
122 sourceDebugKey = source.getDebugKey(); in getDebugKeys()
125 triggerDebugKey = trigger.getDebugKey(); in getDebugKeys()
131 sourceDebugKey = source.getDebugKey(); in getDebugKeys()
132 triggerDebugKey = trigger.getDebugKey(); in getDebugKeys()
150 sourceDebugKey = source.getDebugKey(); in getDebugKeys()
151 triggerDebugKey = trigger.getDebugKey(); in getDebugKeys()
172 sourceDebugKey = source.getDebugKey(); in getDebugKeys()
173 triggerDebugKey = trigger.getDebugKey(); in getDebugKeys()
[all …]
DDebugReportApi.java398 body.put(Body.SOURCE_DEBUG_KEY, source.getDebugKey()); in scheduleSourceDestinationLimitDebugReport()
574 body.put(Body.SOURCE_DEBUG_KEY, source.getDebugKey()); in generateSourceDebugReportBody()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DAttributedTrigger.java168 public UnsignedLong getDebugKey() { in getDebugKey() method in AttributedTrigger
DTrigger.java315 public UnsignedLong getDebugKey() { in getDebugKey() method in Trigger
DSource.java808 public UnsignedLong getDebugKey() { in getDebugKey() method in Source
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DAttributedTriggerTest.java429 assertEquals(DEBUG_KEY1, attributedTrigger.getDebugKey()); in getters()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateReport.java545 mAttributionReport.mTriggerDebugKey = trigger.getDebugKey(); in getNullAggregateReportBuilder()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncTriggerFetcherTest.java2957 assertEquals(DEBUG_KEY, result.getDebugKey()); in testBasicTriggerRequestWithDebugKey()
2989 assertNull(result.getDebugKey()); in testBasicTriggerRequest_debugKeyNegative_setToNull()
3021 assertNull(result.getDebugKey()); in testBasicTriggerRequest_debugKeyNotAString_setToNull()
3054 assertNull(result.getDebugKey()); in testBasicTriggerRequest_debugKey_tooLarge()
3086 assertNull(result.getDebugKey()); in testBasicTriggerRequest_debugKey_notAnInt()
3118 assertEquals(new UnsignedLong(-1L), result.getDebugKey()); in testBasicTriggerRequest_debugKey_uses64thBit()
5924 assertEquals(DEBUG_KEY, result.getDebugKey()); in fetchTrigger_basicWithDebugJoinKey_getsParsed()
5962 assertEquals(DEBUG_KEY, result.getDebugKey()); in fetchTrigger_basicWithDebugJoinKeyEnrollmentNotInAllowlist_joinKeyDropped()
6002 assertEquals(DEBUG_KEY, result.getDebugKey()); in fetchTrigger_setsRegistrationOriginWithoutPath_forRegistrationURIWithPath()
6040 assertEquals(DEBUG_KEY, result.getDebugKey()); in fetchTrigger_setsRegistrationOriginWithPort_forRegistrationURIWithPort()
[all …]
DAsyncSourceFetcherTest.java308 assertEquals(DEBUG_KEY, result.getDebugKey()); in testBasicSourceRequest()
1900 assertEquals(DEBUG_KEY, result.getDebugKey()); in fetchSource_xnaDisabled_nullSharedAggregationKeys()
1975 assertNull(result.getDebugKey()); in testBasicSourceRequest_debugKeyNotAString_setAsNull()
2017 assertNull(result.getDebugKey()); in testBasicSourceRequest_debugKeyNegative_setAsNull()
2060 assertNull(result.getDebugKey()); in testBasicSourceRequest_debugKey_tooLarge()
2102 assertNull(result.getDebugKey()); in testBasicSourceRequest_debugKey_notAnInt()
2144 assertEquals(new UnsignedLong(-1L), result.getDebugKey()); in testBasicSourceRequest_debugKey_uses64thBit()
5430 assertEquals(DEBUG_KEY, result.getDebugKey()); in fetchSource_withDebugJoinKey_getsParsed()
5486 assertEquals(DEBUG_KEY, result.getDebugKey()); in fetchSource_withDebugJoinKeyEnrollmentNotAllowListed_joinKeyDropped()
5612 assertEquals(DEBUG_KEY, result.getDebugKey()); in fetchSource_appRegistrationWithAdId_encodedAdIdAddedToSource()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobHandler.java1777 if (trigger.getDebugKey() != null) { in getDebugKeysForFlex()
1778 triggerDebugKeys.add(trigger.getDebugKey()); in getDebugKeysForFlex()
1787 ? source.getDebugKey() in getDebugKeysForFlex()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java1018 return source.getDebugKey(); in getSourceDebugKeyForNoisedReport()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementDao.java135 getNullableUnsignedLong(trigger.getDebugKey())); in insertTrigger()
697 values.put(SourceContract.DEBUG_KEY, getNullableUnsignedLong(source.getDebugKey())); in insertSource()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/
DAttributionJobHandlerTest.java8190 assertEquals(trigger.getDebugKey(), report.getTriggerDebugKey()); in assertNullAggregateReport()
8263 .setTriggerDebugKey(trigger.getDebugKey())
8264 .setSourceDebugKey(source.getDebugKey())