Searched refs:mToTag (Results 1 – 1 of 1) sorted by relevance
66 private String mToTag; field in SipDialog118 return mToTag; in getToTag()147 if (mToTag == null) { in earlyResponse()148 mToTag = toTag; in earlyResponse()164 if (mToTag == null) { in confirm()165 mToTag = toTag; in confirm()199 if (fromTag == null || toTag == null || mToTag == null) return false; in isRequestAssociatedWithDialog()203 && (mToTag.equals(toTag) || mToTag.equals(fromTag)); in isRequestAssociatedWithDialog()229 b.append(mToTag); in toString()245 && Objects.equals(mToTag, sipDialog.mToTag); in equals()[all …]