Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
H A DSipDialogTest.java42 String branchId = "testBranchId"; in testCreateEarlyDialog() local
62 String branchId = "testBranchId"; in testIsResponseAssociated() local
104 String branchId = "testBranchId"; in testFork() local
127 String branchId = "testBranchId"; in testConfirmDialog() local
146 String branchId = "testBranchId"; in testIsRequestAssociated() local
160 SIP_URI_BOB, branchId, callId, fromTag, toTag); in testIsRequestAssociated()
165 SIP_URI_BOB, branchId, callId, fromTag, null /*toTag*/); in testIsRequestAssociated()
171 SIP_URI_BOB, branchId, callId, fromTag, toTag2); in testIsRequestAssociated()
177 SIP_URI_BOB, branchId, callId2, fromTag, toTag); in testIsRequestAssociated()
184 SIP_URI_BOB, branchId, callId, fromTag3, toTag3); in testIsRequestAssociated()
[all …]
H A DSipMessageUtils.java37 String toContact, String toUri, String branchId, String callId, String fromTag, in generateSipRequest() argument
39 String header = "Via: " + addParamToHeader(BASE_VIA_HEADER_VALUE, "branch", branchId); in generateSipRequest()
55 String fromContact, String toContact, String branchId, String callId, String fromTag, in generateSipResponse() argument
57 String header = "Via: " + addParamToHeader(BASE_VIA_HEADER_VALUE, "branch", branchId); in generateSipResponse()
H A DSipSessionTrackerTest.java52 public final String branchId; field in SipSessionTrackerTest.DialogAttributes
63 branchId = getNextString(); in DialogAttributes()
72 private DialogAttributes(String branchId, String callId, String fromUri, in DialogAttributes() argument
74 this.branchId = branchId; in DialogAttributes()
91 return new DialogAttributes(branchId, callId, mFromUri, fromTag, toUri, null); in fromExisting()
95 return new DialogAttributes(branchId, callId, toUri, fromTag, mFromUri, toTag); in invertFromTo()
402 mTrackerUT.pendingMessageFailed(attr.branchId); in testAcknowledgeMessageFailed()
423 mTrackerUT.acknowledgePendingMessage(attr.branchId); in testAcknowledgeBatchEvents()
431 mTrackerUT.acknowledgePendingMessage(attr.branchId); in filterMessage()
443 attr.toUri, attr.branchId, attr.callId, attr.fromTag, attr.toTag); in generateSipRequest()
[all …]
H A DTransportSipMessageValidatorTest.java539 String branchId = "AAAA"; in generateSipResponse() local
543 toHeader, branchId, callId, fromTag, toTag); in generateSipResponse()
549 String branchId = "AAAA"; in generateSipRequest() local
554 toUri, branchId, callId, fromTag, toTag); in generateSipRequest()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/rcs/
H A DSipDialog.java90 private SipDialog(String branchId, String callId, String fromTag, Set<String> featureTags) { in SipDialog() argument
91 mBranchId = branchId; in SipDialog()
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterGraph.java313 int branchId = 1; in connectPorts() local
326 branch = new FrameBranch("branch" + branchId++); in connectPorts()