Home
last modified time | relevance | path

Searched refs:PULSE_REASON_NOTIFICATION (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
H A DDozeMachineTest.java208 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDone_goesToDoze()
221 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDone_goesToAoD()
235 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDone_dozeSuppressed_goesToSuppressed()
248 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDone_afterDocked_goesToDockedAoD()
273 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDone_dozeSuppressed_afterDocked_goesToDoze()
288 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDone_afterDockPaused_goesToDoze()
304 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDone_dozeSuppressed_afterDockPaused_goesToDoze()
348 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testWakeLock_heldInPulseStates()
371 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testWakeLock_releasedAfterPulse()
383 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDuringPulse_doesntCrash()
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHostTest.java149 }, DozeLog.PULSE_REASON_NOTIFICATION); in testPulseWhileDozing_updatesScrimController()
155 pulseCallbackArgumentCaptor.capture(), eq(DozeLog.PULSE_REASON_NOTIFICATION)); in testPulseWhileDozing_updatesScrimController()
170 DozeLog.PULSE_REASON_NOTIFICATION, in testPulseWhileDozing_notifyAuthInterrupt()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeLog.java407 case PULSE_REASON_NOTIFICATION: return "notification"; in reasonToString()
423 @IntDef({PULSE_REASON_NONE, PULSE_REASON_INTENT, PULSE_REASON_NOTIFICATION,
431 public static final int PULSE_REASON_NOTIFICATION = 1; field in DozeLog
H A DDozeTriggers.java250 requestPulse(DozeLog.PULSE_REASON_NOTIFICATION, false /* performedProxCheck */, in onNotification()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeScrimController.java75 if (mPulseReason != DozeLog.PULSE_REASON_NOTIFICATION