Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeMachineTest.java229 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDone_goesToDoze()
242 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDone_goesToAoD()
256 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDone_alwaysOnSuppressed_goesToSuppressed()
269 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDone_afterDocked_goesToDockedAoD()
294 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDone_alwaysOnSuppressed_afterDocked_goesToDoze()
309 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDone_afterDockPaused_goesToDoze()
325 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDone_alwaysOnSuppressed_afterDockPaused_goesToDoze()
369 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testWakeLock_heldInPulseStates()
392 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testWakeLock_releasedAfterPulse()
404 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDuringPulse_doesntCrash()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DDozeServiceHostTest.java147 }, DozeLog.PULSE_REASON_NOTIFICATION); in testPulseWhileDozing_updatesScrimController()
153 pulseCallbackArgumentCaptor.capture(), eq(DozeLog.PULSE_REASON_NOTIFICATION)); in testPulseWhileDozing_updatesScrimController()
168 DozeLog.PULSE_REASON_NOTIFICATION, in testPulseWhileDozing_notifyAuthInterrupt()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeLog.java506 case PULSE_REASON_NOTIFICATION: return "notification"; in reasonToString()
541 @IntDef({PULSE_REASON_NONE, PULSE_REASON_INTENT, PULSE_REASON_NOTIFICATION,
549 public static final int PULSE_REASON_NOTIFICATION = 1; field in DozeLog
DDozeTriggers.java259 requestPulse(DozeLog.PULSE_REASON_NOTIFICATION, false /* performedProxCheck */, in onNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeScrimController.java69 if (mPulseReason != DozeLog.PULSE_REASON_NOTIFICATION