Searched refs:getDebugJoinKey (Results 1 – 6 of 6) sorted by relevance
130 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 …]
344 public String getDebugJoinKey() { in getDebugJoinKey() method in Trigger
1030 public String getDebugJoinKey() { in getDebugJoinKey() method in Source
147 values.put(MeasurementTables.TriggerContract.DEBUG_JOIN_KEY, trigger.getDebugJoinKey()); in insertTrigger()704 values.put(SourceContract.DEBUG_JOIN_KEY, source.getDebugJoinKey()); in insertSource()
5843 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()
4878 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()