Searched refs:mIsStartedFromActiveSession (Results 1 – 1 of 1) sorted by relevance
146 private boolean mIsStartedFromActiveSession = false; field in Session161 mIsStartedFromActiveSession = isStartedFromActiveSession; in Session()228 return mIsStartedFromActiveSession; in isStartedFromActiveSession()420 result = 31 * result + (mIsStartedFromActiveSession ? 1 : 0); in hashCode()436 if (mIsStartedFromActiveSession != session.mIsStartedFromActiveSession) return false; in equals()