Searched refs:HAS_SOURCE_DEBUG_KEY (Results 1 – 1 of 1) sorted by relevance
104 if (!json.isNull(JsonKeys.HAS_SOURCE_DEBUG_KEY)) { in AttributedTrigger()105 mHasSourceDebugKey = json.getBoolean(JsonKeys.HAS_SOURCE_DEBUG_KEY); in AttributedTrigger()227 json.put(JsonKeys.HAS_SOURCE_DEBUG_KEY, mHasSourceDebugKey); in encodeToJsonFlexApi()243 String HAS_SOURCE_DEBUG_KEY = "has_source_debug_key"; field