Searched refs:mCanDoze (Results 1 – 2 of 2) sorted by relevance
100 pw.println(" mCanDoze=" + mCurrentDream.mCanDoze); in dump()185 + ", isTest=" + oldDream.mIsTest + ", canDoze=" + oldDream.mCanDoze in stopDream()237 service.attach(mCurrentDream.mToken, mCurrentDream.mCanDoze); in attach()263 public final boolean mCanDoze; field in DreamController.DreamRecord278 mCanDoze = canDoze; in DreamRecord()
182 private boolean mCanDoze; field in DreamService573 return mCanDoze; in canDoze()606 if (mCanDoze && !mDozing) { in startDozing()916 mCanDoze = false; in detach()943 mCanDoze = canDoze; in attach()944 if (mWindowless && !mCanDoze) { in attach()