Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DMessageTransportWrapperTest.java139 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()
DSipSessionTrackerTest.java196 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()
DTransportSipMessageValidatorTest.java177 verify(mSipSessionTracker).cleanupSession("abc"); in testSessionTrackerFiltering()
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DMessageTransportWrapper.java161 public void cleanupSession(String callId) {
437 mSipDelegate.cleanupSession(callId); in cleanupSessionInternal()
DSipSessionTracker.java147 public void cleanupSession(String callId) { in cleanupSession() method in SipSessionTracker
DTransportSipMessageValidator.java278 mSipSessionTracker.cleanupSession(callId); in onSipSessionCleanup()