Searched refs:awake (Results 1 – 11 of 11) sorted by relevance
199 awake: Boolean in logNoAlertingSuppressedBy()204 bool1 = awake in logNoAlertingSuppressedBy()
58 // The device is fully awake. It can be put to sleep by a call to
605 private fun notifyAnimationStart(awake: Boolean) { in notifyAnimationStart()606 mStackScrollerController.notifyHideAnimationStart(!awake) in notifyAnimationStart()
32 Device is awake and showing UI. This is state typically occurs in response to incoming notification…35 Device is awake, showing docking UI and listening for enabled pulsing and wake-up triggers. The def…
789 public void setAwake(boolean awake) { in setAwake() argument791 if (awake == mAwake) { in setAwake()794 mAwake = awake; in setAwake()798 if (awake) { in setAwake()806 if (!awake) { in setAwake()
1109 final boolean awake = mDisplayPolicy.isAwake(); in updateOrientationListenerLw()1119 screenOnEarly, awake, mCurrentAppOrientation, mOrientationListener.mEnabled, in updateOrientationListenerLw()1131 && (awake || mOrientationListener.shouldStayEnabledWhileDreaming()) in updateOrientationListenerLw()
211 // Keep the device awake enough to allow drawing to occur. This is used
29 # This is logged when the partial wake lock (keeping the device awake
50 // only set if already awake80 // Indicates whether the device is awake or asleep or somewhere in between.
1740 private void stayAwake(boolean awake) { in stayAwake() argument1742 if (awake && !mWakeLock.isHeld()) { in stayAwake()1744 } else if (!awake && mWakeLock.isHeld()) { in stayAwake()1748 mStayAwake = awake; in stayAwake()
5816 final boolean awake = mDefaultDisplayPolicy.isAwake();5820 if (!mKeyguardDrawnOnce && awake) {