Searched defs:isStartedFromActiveSession (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DSession.java56 boolean isStartedFromActiveSession, String ownerInfo) {
62 mIsStartedFromActiveSession = isStartedFromActiveSession;
120 public boolean isStartedFromActiveSession() { method in class:Session
55 Session(String sessionId, String shortMethodName, long startTimeMs, long threadID, boolean isStartedFromActiveSession, String ownerInfo) argument
H A DLog.java571 private static synchronized Session createSubsession(boolean isStartedFromActiveSession) { argument
581 isStartedFromActiveSession, null);
585 if(!isStartedFromActiveSession) {
628 if(!subsession.isStartedFromActiveSession()) {
657 if(!completedSession.isStartedFromActiveSession()) {
671 completedSession.isStartedFromActiveSession()) {

Completed in 48 milliseconds