Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DSipDialogAttributes.java30 public class SipDialogAttributes { class
48 public SipDialogAttributes() { in SipDialogAttributes() method in SipDialogAttributes
59 private SipDialogAttributes(String branchId, String callId, String fromUri, in SipDialogAttributes() method in SipDialogAttributes
99 public SipDialogAttributes copyWithNewBranch() { in copyWithNewBranch()
100 return new SipDialogAttributes(branchId, callId, mFromUri, fromTag, toUri, in copyWithNewBranch()
104 public SipDialogAttributes fromExisting() { in fromExisting()
105 return new SipDialogAttributes(branchId, callId, mFromUri, fromTag, toUri, in fromExisting()
109 public SipDialogAttributes invertFromTo() { in invertFromTo()
110 return new SipDialogAttributes(branchId, callId, toUri, fromTag, mFromUri, mToTag, in invertFromTo()
DSipDelegateManagerTest.java428 SipDialogAttributes attr = new SipDialogAttributes(); in testSipDialogStateChanges()
514 SipDialogAttributes attr = new SipDialogAttributes(); in testSipDialogStateChangesOnMultipleDelegates()
515 SipDialogAttributes invAttr = attr.fromExisting().copyWithNewBranch(); in testSipDialogStateChangesOnMultipleDelegates()
542 SipDialogAttributes attr2 = new SipDialogAttributes(); in testSipDialogStateChangesOnMultipleDelegates()
543 SipDialogAttributes invAttr2 = attr2.fromExisting().copyWithNewBranch(); in testSipDialogStateChangesOnMultipleDelegates()
1397 SipDialogAttributes attr = new SipDialogAttributes(); in testCloseActiveDialog()
1442 SipDialogAttributes attr = new SipDialogAttributes(); in testReceivedActiveDialogClose()
1483 SipDialogAttributes attr = new SipDialogAttributes(); in testActiveDialogPendingNewInvite()
1498 SipDialogAttributes attr2 = new SipDialogAttributes(); in testActiveDialogPendingNewInvite()
1533 SipDialogAttributes attr = new SipDialogAttributes(); in testCloseSessionByePendingCleanup()
[all …]
DSipMessageUtils.java38 new SipDialogAttributes());
171 public static SipMessage generateSipRequest(String requestMethod, SipDialogAttributes attr) { in generateSipRequest()
178 SipDialogAttributes attr) { in generateSipResponse()
/cts/tests/tests/telephony/current/
DAndroid.bp34 "src/android/telephony/ims/cts/SipDialogAttributes.java",