Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/services/telephony/rcs/
H A DSipDialog.java65 private final Set<String> mAcceptContactFeatureTags; field in SipDialog
94 mAcceptContactFeatureTags = featureTags; in SipDialog()
125 return mAcceptContactFeatureTags; in getAcceptContactFeatureTags()
132 return new SipDialog(mBranchId, mCallId, mFromTag, mAcceptContactFeatureTags); in forkDialog()