Searched refs:mHasSourceDebugKey (Results 1 – 1 of 1) sorted by relevance
36 private final Boolean mHasSourceDebugKey; field in AttributedTrigger53 && 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()