Searched refs:PULSE_REASON_NOTIFICATION (Results 1 – 3 of 3) sorted by relevance
110 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDone_goesToDoze()123 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDone_goesToAoD()167 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testWakeLock_heldInPulseStates()190 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testWakeLock_releasedAfterPulse()202 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDuringPulse_doesntCrash()204 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDuringPulse_doesntCrash()213 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testSuppressingPulse_doesntCrash()239 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testScreen_onInPulse()250 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testScreen_offInRequestPulseWithoutAoD()260 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testScreen_onInRequestPulseWithoutAoD()[all …]
42 public static final int PULSE_REASON_NOTIFICATION = 1; field in DozeLog178 case PULSE_REASON_NOTIFICATION: return "notification"; in pulseReasonToString()
93 requestPulse(DozeLog.PULSE_REASON_NOTIFICATION, false /* performedProxCheck */); in onNotification()98 requestPulse(DozeLog.PULSE_REASON_NOTIFICATION, false /* performedProxCheck */); in onWhisper()