Searched refs:getDebugJoinKey (Results 1 – 7 of 7) sorted by relevance
160 if (source.getDebugJoinKey().equals(trigger.getDebugJoinKey())) { in getDebugKeysForVerboseTriggerDebugReport()162 joinKeyHash = (long) source.getDebugJoinKey().hashCode(); in getDebugKeysForVerboseTriggerDebugReport()188 if (source.getDebugJoinKey().equals(trigger.getDebugJoinKey())) { in getDebugKeysForVerboseTriggerDebugReport()190 joinKeyHash = (long) source.getDebugJoinKey().hashCode(); in getDebugKeysForVerboseTriggerDebugReport()215 if (source.getDebugJoinKey().equals(trigger.getDebugJoinKey())) { in getDebugKeysForVerboseTriggerDebugReport()217 joinKeyHash = (long) source.getDebugJoinKey().hashCode(); in getDebugKeysForVerboseTriggerDebugReport()319 && Objects.nonNull(source.getDebugJoinKey())320 && Objects.nonNull(trigger.getDebugJoinKey());364 if (source.getDebugJoinKey().equals(trigger.getDebugJoinKey())) {365 joinKeyHash = (long) source.getDebugJoinKey().hashCode();
373 public String getDebugJoinKey() { in getDebugJoinKey() method in Trigger
1111 public String getDebugJoinKey() { in getDebugJoinKey() method in Source
155 values.put(TriggerContract.DEBUG_JOIN_KEY, trigger.getDebugJoinKey()); in insertTrigger()820 values.put(SourceContract.DEBUG_JOIN_KEY, source.getDebugJoinKey()); in insertSource()
7482 assertEquals(DEBUG_JOIN_KEY, result.getDebugJoinKey()); in fetchWebTriggers_withDebugJoinKey_getsParsed()7528 assertNull(result.getDebugJoinKey()); in fetchWebTriggers_withDebugJoinKeyEnrollmentNotAllowlisted_joinKeyDropped()7566 assertEquals(DEBUG_JOIN_KEY, result.getDebugJoinKey()); in fetchTrigger_basicWithDebugJoinKey_getsParsed()7605 assertNull(result.getDebugJoinKey()); in fetchTrigger_basicWithDebugJoinKeyEnrollmentNotInAllowlist_joinKeyDropped()
5442 assertEquals(DEBUG_JOIN_KEY, result.getDebugJoinKey()); in fetchWebSources_withDebugJoinKey_getsParsed()5499 assertNull(result.getDebugJoinKey()); in fetchWebSources_withDebugJoinKeyEnrollmentNotAllowListed_joinKeyDropped()6013 assertEquals(DEBUG_JOIN_KEY, result.getDebugJoinKey()); in fetchSource_withDebugJoinKey_getsParsed()6071 assertNull(result.getDebugJoinKey()); in fetchSource_withDebugJoinKeyEnrollmentNotAllowListed_joinKeyDropped()
9090 values.put(TriggerContract.DEBUG_JOIN_KEY, trigger.getDebugJoinKey()); in insertTrigger()