Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSessionManager.java218 public synchronized Session createSubsession(boolean isStartedFromActiveSession) { in createSubsession() argument
229 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()
H A DSession.java155 boolean isStartedFromActiveSession, String ownerInfo) { in Session() argument
161 mIsStartedFromActiveSession = isStartedFromActiveSession; in Session()
227 public boolean isStartedFromActiveSession() { in isStartedFromActiveSession() method in Session
457 if (getParentSession() != null && isStartedFromActiveSession()) { in toString()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DSessionManagerTest.java92 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()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt14480 HSPLandroid/telecom/Logging/Session;->isStartedFromActiveSession()Z
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt14529 HSPLandroid/telecom/Logging/Session;->isStartedFromActiveSession()Z