Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeHost.java45 void setPulsePending(boolean isPulsePending); in setPulsePending() method
H A DDozeTriggers.java572 mDozeHost.setPulsePending(true); in requestPulse()
577 mDozeHost.setPulsePending(false); in requestPulse()
582 mDozeHost.setPulsePending(false); in requestPulse()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHost.java349 setPulsePending(false); // prevent any pending pulses from continuing in stopPulsing()
474 public void setPulsePending(boolean isPulsePending) { in setPulsePending() method in DozeServiceHost
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
H A DDozeTriggersTest.java155 ).when(mHost).setPulsePending(boolCaptor.capture()); in testOnNotification_stillWorksAfterOneFailedProxCheck()
277 ).when(mHost).setPulsePending(boolCaptor.capture()); in testQuickPickup()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHostTest.java211 mDozeServiceHost.setPulsePending(true); in testStopPulsing_setPendingPulseToFalse()