Searched refs:mDebugKey (Results 1 – 3 of 3) sorted by relevance
35 private final UnsignedLong mDebugKey; field in AttributedTrigger52 && 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()
69 @Nullable private UnsignedLong mDebugKey; field in Trigger115 && Objects.equals(mDebugKey, trigger.mDebugKey) in equals()156 mDebugKey, in hashCode()316 return mDebugKey; in getDebugKey()719 mBuilding.mDebugKey = debugKey; in setDebugKey()
85 @Nullable private UnsignedLong mDebugKey; field in Source589 && 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()