Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
H A 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()
H A DSipSessionTrackerTest.java163 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()
H A DTransportSipMessageValidatorTest.java177 verify(mSipSessionTracker).cleanupSession("abc"); in testSessionTrackerFiltering()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DSipDelegateAidlWrapper.java83 public void cleanupSession(String callId) {
87 mExecutor.execute(() -> d.cleanupSession(callId));
H A DISipDelegate.aidl29 void cleanupSession(in String callId); in cleanupSession() method
H A DSipDelegateConnectionAidlWrapper.java215 public void cleanupSession(String callId) { in cleanupSession() method in SipDelegateConnectionAidlWrapper
221 conn.cleanupSession(callId); in cleanupSession()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DSipDelegateConnection.java80 void cleanupSession(@NonNull String callId); in cleanupSession() method
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DSipDelegate.java81 void cleanupSession(@NonNull String callId); in cleanupSession() method
/aosp12/packages/services/Telephony/src/com/android/services/telephony/rcs/
H A DMessageTransportWrapper.java161 public void cleanupSession(String callId) {
437 mSipDelegate.cleanupSession(callId); in cleanupSessionInternal()
H A DSipSessionTracker.java142 public void cleanupSession(String callId) { in cleanupSession() method in SipSessionTracker
H A DTransportSipMessageValidator.java278 mSipSessionTracker.cleanupSession(callId); in onSipSessionCleanup()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt13703 method public void cleanupSession(@NonNull String);
14093 method public void cleanupSession(@NonNull String);