Searched refs:mIsStartedFromActiveSession (Results 1 – 1 of 1) sorted by relevance
120 private boolean mIsStartedFromActiveSession = false; field in Session135 mIsStartedFromActiveSession = isStartedFromActiveSession; in Session()202 return mIsStartedFromActiveSession; in isStartedFromActiveSession()386 result = 31 * result + (mIsStartedFromActiveSession ? 1 : 0); in hashCode()402 if (mIsStartedFromActiveSession != session.mIsStartedFromActiveSession) return false; in equals()422 if (mParentSession != null && mIsStartedFromActiveSession) { in toString()