Home
last modified time | relevance | path

Searched refs:isSessionCompleted (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DSessionManagerTest.java91 assertFalse(testSession.isSessionCompleted()); in testStartSession()
140 assertTrue(testSession.isSessionCompleted()); in testEndSession()
189 assertFalse(testSession.isSessionCompleted()); in testCreateSubsession()
208 assertTrue(testSession.isSessionCompleted()); in testCancelSubsession()
209 assertFalse(parentSession.isSessionCompleted()); in testCancelSubsession()
234 assertFalse(parentSession.isSessionCompleted()); in testContinueSubsession()
235 assertFalse(testSession.isSessionCompleted()); in testContinueSubsession()
255 assertTrue(testSession.isSessionCompleted()); in testEndSubsession()
278 assertTrue(parentSession.isSessionCompleted()); in testEndSubsessionWithParentComplete()
279 assertFalse(childSession.isSessionCompleted()); in testEndSubsessionWithParentComplete()
[all …]
/aosp12/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSessionManager.java334 if (parentSession != null && !parentSession.isSessionCompleted() && in endSession()
344 if (!subsession.isSessionCompleted() || subsession.getChildSessions().size() != 0) { in endParentSessions()
H A DSession.java223 public boolean isSessionCompleted() { in isSessionCompleted() method in Session
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt14479 HSPLandroid/telecom/Logging/Session;->isSessionCompleted()Z
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt14528 HSPLandroid/telecom/Logging/Session;->isSessionCompleted()Z