Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DSipDelegateManagerTest.java448 ifaces.delegate.verifyCleanupSession(attr.callId); in testSipDialogStateChanges()
1420 ifaces.delegate.verifyCleanupSession(attr.callId); in testCloseActiveDialog()
1461 ifaces.delegate.verifyCleanupSession(attr.callId); in testReceivedActiveDialogClose()
1511 ifaces.delegate.verifyCleanupSession(attr.callId); in testActiveDialogPendingNewInvite()
1555 ifaces.delegate.verifyCleanupSession(attr.callId); in testCloseSessionByePendingCleanup()
1597 ifaces.delegate.verifyCleanupSession(attr.callId); in testCloseSessionPendingBye()
1644 ifaces.delegate.verifyCleanupSession(attr.callId, attr2.callId); in testCloseMultipleSessionsPendingBye()
1687 ifaces.delegate.verifyCleanupSession(attr.callId); in testCloseSessionBye()
1725 ifaces.delegate.verifyCleanupSession(attr.callId); in testSwitchAppPendingBye()
1765 ifaces.delegate.verifyCleanupSession(attr.callId); in testSwitchAppActiveSession()
[all …]
DTestSipDelegate.java101 public void verifyCleanupSession(String... callIdsToVerify) throws Exception { in verifyCleanupSession() method in TestSipDelegate