Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DAttributedTrigger.java36 private final Boolean mHasSourceDebugKey; field in AttributedTrigger
53 && Objects.equals(mHasSourceDebugKey, t.mHasSourceDebugKey); in equals()
66 mHasSourceDebugKey); in hashCode()
105 mHasSourceDebugKey = json.getBoolean(JsonKeys.HAS_SOURCE_DEBUG_KEY); in AttributedTrigger()
107 mHasSourceDebugKey = null; in AttributedTrigger()
118 mHasSourceDebugKey = null; in AttributedTrigger()
141 mHasSourceDebugKey = hasSourceDebugKey; in AttributedTrigger()
177 return mHasSourceDebugKey; in hasSourceDebugKey()
227 json.put(JsonKeys.HAS_SOURCE_DEBUG_KEY, mHasSourceDebugKey); in encodeToJsonFlexApi()