Home
last modified time | relevance | path

Searched refs:getDebugJoinKey (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessor.java130 if (source.getDebugJoinKey().equals(trigger.getDebugJoinKey())) { in getDebugKeys()
133 joinKeyHash = (long) source.getDebugJoinKey().hashCode(); in getDebugKeys()
184 if (source.getDebugJoinKey().equals(trigger.getDebugJoinKey())) { in getDebugKeys()
187 joinKeyHash = (long) source.getDebugJoinKey().hashCode(); in getDebugKeys()
267 if (source.getDebugJoinKey().equals(trigger.getDebugJoinKey())) { in getDebugKeysForVerboseTriggerDebugReport()
269 joinKeyHash = (long) source.getDebugJoinKey().hashCode(); in getDebugKeysForVerboseTriggerDebugReport()
302 if (source.getDebugJoinKey().equals(trigger.getDebugJoinKey())) { in getDebugKeysForVerboseTriggerDebugReport()
304 joinKeyHash = (long) source.getDebugJoinKey().hashCode(); in getDebugKeysForVerboseTriggerDebugReport()
336 if (source.getDebugJoinKey().equals(trigger.getDebugJoinKey())) { in getDebugKeysForVerboseTriggerDebugReport()
338 joinKeyHash = (long) source.getDebugJoinKey().hashCode(); in getDebugKeysForVerboseTriggerDebugReport()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DTrigger.java344 public String getDebugJoinKey() { in getDebugJoinKey() method in Trigger
DSource.java1030 public String getDebugJoinKey() { in getDebugJoinKey() method in Source
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementDao.java147 values.put(MeasurementTables.TriggerContract.DEBUG_JOIN_KEY, trigger.getDebugJoinKey()); in insertTrigger()
704 values.put(SourceContract.DEBUG_JOIN_KEY, source.getDebugJoinKey()); in insertSource()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncTriggerFetcherTest.java5843 assertEquals(DEBUG_JOIN_KEY, result.getDebugJoinKey()); in fetchWebTriggers_withDebugJoinKey_getsParsed()
5888 assertNull(result.getDebugJoinKey()); in fetchWebTriggers_withDebugJoinKeyEnrollmentNotAllowlisted_joinKeyDropped()
5925 assertEquals(DEBUG_JOIN_KEY, result.getDebugJoinKey()); in fetchTrigger_basicWithDebugJoinKey_getsParsed()
5963 assertNull(result.getDebugJoinKey()); in fetchTrigger_basicWithDebugJoinKeyEnrollmentNotInAllowlist_joinKeyDropped()
DAsyncSourceFetcherTest.java4878 assertEquals(DEBUG_JOIN_KEY, result.getDebugJoinKey()); in fetchWebSources_withDebugJoinKey_getsParsed()
4934 assertNull(result.getDebugJoinKey()); in fetchWebSources_withDebugJoinKeyEnrollmentNotAllowListed_joinKeyDropped()
5431 assertEquals(DEBUG_JOIN_KEY, result.getDebugJoinKey()); in fetchSource_withDebugJoinKey_getsParsed()
5488 assertNull(result.getDebugJoinKey()); in fetchSource_withDebugJoinKeyEnrollmentNotAllowListed_joinKeyDropped()