Searched refs:getDebugJoinKey (Results 1 – 6 of 6) sorted by relevance
122 if (source.getDebugJoinKey().equals(trigger.getDebugJoinKey())) { in getDebugKeys()125 joinKeyHash = (long) source.getDebugJoinKey().hashCode(); in getDebugKeys()164 if (source.getDebugJoinKey().equals(trigger.getDebugJoinKey())) { in getDebugKeys()167 joinKeyHash = (long) source.getDebugJoinKey().hashCode(); in getDebugKeys()235 if (source.getDebugJoinKey().equals(trigger.getDebugJoinKey())) { in getDebugKeysForVerboseTriggerDebugReport()237 joinKeyHash = (long) source.getDebugJoinKey().hashCode(); in getDebugKeysForVerboseTriggerDebugReport()264 if (source.getDebugJoinKey().equals(trigger.getDebugJoinKey())) { in getDebugKeysForVerboseTriggerDebugReport()266 joinKeyHash = (long) source.getDebugJoinKey().hashCode(); in getDebugKeysForVerboseTriggerDebugReport()292 if (source.getDebugJoinKey().equals(trigger.getDebugJoinKey())) { in getDebugKeysForVerboseTriggerDebugReport()294 joinKeyHash = (long) source.getDebugJoinKey().hashCode(); in getDebugKeysForVerboseTriggerDebugReport()[all …]
325 public String getDebugJoinKey() { in getDebugJoinKey() method in Trigger
528 public String getDebugJoinKey() { in getDebugJoinKey() method in Source
4107 assertEquals(DEBUG_JOIN_KEY, result.getDebugJoinKey()); in fetchWebTriggers_withDebugJoinKey_getsParsed()4152 assertNull(result.getDebugJoinKey()); in fetchWebTriggers_withDebugJoinKeyEnrollmentNotAllowlisted_joinKeyDropped()4189 assertEquals(DEBUG_JOIN_KEY, result.getDebugJoinKey()); in fetchTrigger_basicWithDebugJoinKey_getsParsed()4227 assertNull(result.getDebugJoinKey()); in fetchTrigger_basicWithDebugJoinKeyEnrollmentNotInAllowlist_joinKeyDropped()
3513 assertEquals(DEBUG_JOIN_KEY, result.getDebugJoinKey()); in fetchWebSources_withDebugJoinKey_getsParsed()3569 assertNull(result.getDebugJoinKey()); in fetchWebSources_withDebugJoinKeyEnrollmentNotAllowListed_joinKeyDropped()4015 assertEquals(DEBUG_JOIN_KEY, result.getDebugJoinKey()); in fetchSource_withDebugJoinKey_getsParsed()4072 assertNull(result.getDebugJoinKey()); in fetchSource_withDebugJoinKeyEnrollmentNotAllowListed_joinKeyDropped()
131 values.put(MeasurementTables.TriggerContract.DEBUG_JOIN_KEY, trigger.getDebugJoinKey()); in insertTrigger()403 values.put(MeasurementTables.SourceContract.DEBUG_JOIN_KEY, source.getDebugJoinKey()); in insertSource()