Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DSipSessionTrackerTest.java102 public void setToTag() { in setToTag() method in SipSessionTrackerTest.DialogAttributes
159 attr.setToTag(); in testMetricsEndedGracefullyBye()
189 attr.setToTag(); in testMetricsCloseCleanupSession()
218 attr.setToTag(); in testMetricsCloseClearAllSessions()
250 attr.setToTag(); in testEarlyDialogToConfirmed()
276 attrB1.setToTag(); in testForkDialog()
288 attrB2.setToTag(); in testForkDialog()
324 attr.setToTag(); in testCloseLocalDialog()
346 attr.setToTag(); in testAcceptContactFts()
362 remoteAttr.setToTag(); in testCloseRemoteDialog()
[all …]
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/sip/
DSipUtils.java295 response.setToTag(Utils.getInstance().generateTag()); in buildInviteResponse()