Searched refs:isSessionCompleted (Results 1 – 5 of 5) sorted by relevance
91 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 …]
334 if (parentSession != null && !parentSession.isSessionCompleted() && in endSession()344 if (!subsession.isSessionCompleted() || subsession.getChildSessions().size() != 0) { in endParentSessions()
223 public boolean isSessionCompleted() { in isSessionCompleted() method in Session
14479 HSPLandroid/telecom/Logging/Session;->isSessionCompleted()Z
14528 HSPLandroid/telecom/Logging/Session;->isSessionCompleted()Z