Home
last modified time | relevance | path

Searched refs:mDebugKey (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DAttributedTrigger.java35 private final UnsignedLong mDebugKey; field in AttributedTrigger
52 && Objects.equals(mDebugKey, t.mDebugKey) in equals()
65 mDebugKey, in hashCode()
99 mDebugKey = new UnsignedLong( in AttributedTrigger()
102 mDebugKey = null; in AttributedTrigger()
117 mDebugKey = null; in AttributedTrigger()
140 mDebugKey = debugKey; in AttributedTrigger()
169 return mDebugKey; in getDebugKey()
224 if (mDebugKey != null) { in encodeToJsonFlexApi()
225 json.put(JsonKeys.DEBUG_KEY, mDebugKey.toString()); in encodeToJsonFlexApi()
DTrigger.java69 @Nullable private UnsignedLong mDebugKey; field in Trigger
115 && Objects.equals(mDebugKey, trigger.mDebugKey) in equals()
156 mDebugKey, in hashCode()
316 return mDebugKey; in getDebugKey()
719 mBuilding.mDebugKey = debugKey; in setDebugKey()
DSource.java85 @Nullable private UnsignedLong mDebugKey; field in Source
589 && Objects.equals(mDebugKey, source.mDebugKey) in equals()
652 mDebugKey, in hashCode()
809 return mDebugKey; in getDebugKey()
1378 builder.setDebugKey(copyFrom.mDebugKey); in from()
1529 mBuilding.mDebugKey = debugKey; in setDebugKey()