Home
last modified time | relevance | path

Searched refs:canPulse (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeTriggers.java535 if (mPulsePending || !mAllowPulseTriggers || !canPulse()) { in requestPulse()
561 private boolean canPulse() { in canPulse() method in DozeTriggers
569 if (mDozeHost.isPulsingBlocked() || !canPulse()) { in continuePulseRequest()
H A DDozeMachine.java88 boolean canPulse() { in canPulse() method in DozeMachine.State
371 if (requestedState == State.DOZE_REQUEST_PULSE && !mState.canPulse()) { in transitionPolicy()