Searched refs:isStartedFromActiveSession (Results 1 – 5 of 5) sorted by relevance
218 public synchronized Session createSubsession(boolean isStartedFromActiveSession) { in createSubsession() argument229 isStartedFromActiveSession, threadSession.getOwnerInfo()); in createSubsession()233 if (!isStartedFromActiveSession) { in createSubsession()299 if (!subsession.isStartedFromActiveSession()) { in continueSession()320 if (!completedSession.isStartedFromActiveSession()) { in endSession()335 completedSession.isStartedFromActiveSession()) { in endSession()
155 boolean isStartedFromActiveSession, String ownerInfo) { in Session() argument161 mIsStartedFromActiveSession = isStartedFromActiveSession; in Session()227 public boolean isStartedFromActiveSession() { in isStartedFromActiveSession() method in Session457 if (getParentSession() != null && isStartedFromActiveSession()) { in toString()
92 assertFalse(testSession.isStartedFromActiveSession()); in testStartSession()114 assertTrue(testChildSession.isStartedFromActiveSession()); in testStartInvisibleChildSession()166 assertFalse(testParentSession.isStartedFromActiveSession()); in testEndInvisibleChildSession()190 assertFalse(testSession.isStartedFromActiveSession()); in testCreateSubsession()233 assertFalse(parentSession.isStartedFromActiveSession()); in testContinueSubsession()236 assertFalse(testSession.isStartedFromActiveSession()); in testContinueSubsession()
14480 HSPLandroid/telecom/Logging/Session;->isStartedFromActiveSession()Z
14529 HSPLandroid/telecom/Logging/Session;->isStartedFromActiveSession()Z