Searched refs:cleanupSession (Results 1 – 12 of 12) 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()
163 mTrackerUT.cleanupSession(attr.callId); in testMetricsCloseCleanupSession()282 mTrackerUT.cleanupSession(attrB1.callId); in testForkDialog()304 mTrackerUT.cleanupSession(attr.callId); in testCloseLocalDialog()342 mTrackerUT.cleanupSession(remoteAttr.callId); in testCloseRemoteDialog()356 mTrackerUT.cleanupSession(attr.callId); in testCleanupConfirmedDialog()379 mTrackerUT.cleanupSession(attr1.callId); in testMultipleDialogs()386 mTrackerUT.cleanupSession(attr2.callId); in testMultipleDialogs()
177 verify(mSipSessionTracker).cleanupSession("abc"); in testSessionTrackerFiltering()
83 public void cleanupSession(String callId) {87 mExecutor.execute(() -> d.cleanupSession(callId));
29 void cleanupSession(in String callId); in cleanupSession() method
215 public void cleanupSession(String callId) { in cleanupSession() method in SipDelegateConnectionAidlWrapper221 conn.cleanupSession(callId); in cleanupSession()
80 void cleanupSession(@NonNull String callId); in cleanupSession() method
81 void cleanupSession(@NonNull String callId); in cleanupSession() method
161 public void cleanupSession(String callId) {437 mSipDelegate.cleanupSession(callId); in cleanupSessionInternal()
142 public void cleanupSession(String callId) { in cleanupSession() method in SipSessionTracker
278 mSipSessionTracker.cleanupSession(callId); in onSipSessionCleanup()
13703 method public void cleanupSession(@NonNull String);14093 method public void cleanupSession(@NonNull String);