Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DSipDelegateManagerTest.java515 SipDialogAttributes invAttr = attr.fromExisting().copyWithNewBranch(); in testSipDialogStateChangesOnMultipleDelegates() local
516 invAttr.addAcceptContactTag(GROUP_CHAT_TAG); in testSipDialogStateChangesOnMultipleDelegates()
518 invAttr); in testSipDialogStateChangesOnMultipleDelegates()
2025 SipDialogAttributes invAttr = attr.fromExisting().copyWithNewBranch(); in sendChatInvite() local
2026 invAttr.addAcceptContactTag(ONE_TO_ONE_CHAT_TAG); in sendChatInvite()
2028 invAttr); in sendChatInvite()
2034 SipDialogAttributes invAttr = attr.fromExisting().copyWithNewBranch(); in sendDeniedChatInvite() local
2036 invAttr); in sendDeniedChatInvite()
2042 SipDialogAttributes invAttr = attr.fromExisting().copyWithNewBranch(); in receiveChatInvite() local
2043 invAttr.addAcceptContactTag(ONE_TO_ONE_CHAT_TAG); in receiveChatInvite()
[all …]