Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
H A DSipSessionTrackerTest.java126 attr.setToTag(); in testMetricsEndedGracefullyBye()
156 attr.setToTag(); in testMetricsCloseCleanupSession()
185 attr.setToTag(); in testMetricsCloseClearAllSessions()
217 attr.setToTag(); in testEarlyDialogToConfirmed()
243 attrB1.setToTag(); in testForkDialog()
255 attrB2.setToTag(); in testForkDialog()
291 attr.setToTag(); in testCloseLocalDialog()
313 attr.setToTag(); in testAcceptContactFts()
351 attr.setToTag(); in testCleanupConfirmedDialog()
411 attr.setToTag(); in testAcknowledgeBatchEvents()
[all …]
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/sip/
H A DSipUtils.java295 response.setToTag(Utils.getInstance().generateTag()); in buildInviteResponse()