Home
last modified time | relevance | path

Searched defs:fromTag (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DSipDialogTest.java43 String fromTag = "abcd"; in testCreateEarlyDialog() local
63 String fromTag = "abcd"; in testIsResponseAssociated() local
105 String fromTag = "abcd"; in testFork() local
128 String fromTag = "abcd"; in testConfirmDialog() local
147 String fromTag = "testFromTag"; in testIsRequestAssociated() local
191 String fromTag = "abcd"; in testCloseDialog() local
DSipMessageUtils.java37 String toContact, String toUri, String branchId, String callId, String fromTag, in generateSipRequest()
55 String fromContact, String toContact, String branchId, String callId, String fromTag, in generateSipResponse()
DTransportSipMessageValidatorTest.java540 String fromTag = "tag=1928301774"; in generateSipResponse() local
550 String fromTag = "tag=1928301774"; in generateSipRequest() local
DSipSessionTrackerTest.java74 public final String fromTag; field in SipSessionTrackerTest.DialogAttributes
92 String fromTag, String toUri, String toTag) { in DialogAttributes()
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DSipDialog.java90 private SipDialog(String branchId, String callId, String fromTag, Set<String> featureTags) { in SipDialog()