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

/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSession.java115 private boolean mIsStartedFromActiveSession = false; field in class:Session
130 mIsStartedFromActiveSession = isStartedFromActiveSession;
197 return mIsStartedFromActiveSession;
341 result = 31 * result + (mIsStartedFromActiveSession ? 1 : 0);
357 if (mIsStartedFromActiveSession != session.mIsStartedFromActiveSession) return false;
377 if (mParentSession != null && mIsStartedFromActiveSession) {

Completed in 70 milliseconds