Searched refs:mCurrentDream (Results 1 – 2 of 2) sorted by relevance
99 private DreamRecord mCurrentDream; field in DreamController157 if (mCurrentDream != null) { in dump()159 pw.println(" mToken=" + mCurrentDream.mToken); in dump()160 pw.println(" mName=" + mCurrentDream.mName); in dump()161 pw.println(" mIsPreviewMode=" + mCurrentDream.mIsPreviewMode); in dump()162 pw.println(" mCanDoze=" + mCurrentDream.mCanDoze); in dump()163 pw.println(" mUserId=" + mCurrentDream.mUserId); in dump()164 pw.println(" mBound=" + mCurrentDream.mBound); in dump()165 pw.println(" mService=" + mCurrentDream.mService); in dump()166 pw.println(" mWakingGently=" + mCurrentDream.mWakingGently); in dump()[all …]
142 private DreamRecord mCurrentDream; field in DreamManagerService177 shouldRequestAwaken = mCurrentDream != null && !mCurrentDream.isWaking178 && !mCurrentDream.isDozing && !activityAllowed;340 pw.println("mCurrentDream=" + mCurrentDream); in dumpInternal()406 return mCurrentDream != null && !mCurrentDream.isPreview in isDreamingInternal()407 && !mCurrentDream.isWaking; in isDreamingInternal()414 return mCurrentDream != null && mCurrentDream.isDozing; in isDozingInternal()421 return mCurrentDream != null && !mCurrentDream.isWaking; in isDreamingOrInPreviewInternal()512 if (mCurrentDream != null && mCurrentDream.token == token) { in finishSelfInternal()554 if (mCurrentDream != null && mCurrentDream.token == token && mCurrentDream.canDoze) { in startDozingInternal()[all …]