Searched refs:cleanupSession (Results 1 – 6 of 6) sorted by relevance
139 verify(mISipDelegate).cleanupSession(callId); in testRegistrationStateChanged()156 verify(mISipDelegate, never()).cleanupSession(anyString()); in testCloseGracefully()179 verify(mISipDelegate).cleanupSession(callId); in testCloseGracefullyForceCloseCallIds()201 verify(mISipDelegate).cleanupSession(callId); in testClose()258 tracker.getDelegateConnection().cleanupSession("testCallId"); in testDelegateConnectionCloseSession()259 verify(mISipDelegate).cleanupSession("testCallId"); in testDelegateConnectionCloseSession()
196 mTrackerUT.cleanupSession(attr.callId); in testMetricsCloseCleanupSession()315 mTrackerUT.cleanupSession(attrB1.callId); in testForkDialog()337 mTrackerUT.cleanupSession(attr.callId); in testCloseLocalDialog()375 mTrackerUT.cleanupSession(remoteAttr.callId); in testCloseRemoteDialog()389 mTrackerUT.cleanupSession(attr.callId); in testCleanupConfirmedDialog()412 mTrackerUT.cleanupSession(attr1.callId); in testMultipleDialogs()419 mTrackerUT.cleanupSession(attr2.callId); in testMultipleDialogs()486 mTrackerUT.cleanupSession(attr1.callId); in testActiveDialogsChanged()495 mTrackerUT.cleanupSession(attr2.callId); in testActiveDialogsChanged()
177 verify(mSipSessionTracker).cleanupSession("abc"); in testSessionTrackerFiltering()
161 public void cleanupSession(String callId) {437 mSipDelegate.cleanupSession(callId); in cleanupSessionInternal()
147 public void cleanupSession(String callId) { in cleanupSession() method in SipSessionTracker
278 mSipSessionTracker.cleanupSession(callId); in onSipSessionCleanup()