Home
last modified time | relevance | path

Searched refs:isPulsingBlocked (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeHost.java32 boolean isPulsingBlocked(); in isPulsingBlocked() method
DDozeTriggers.java598 if (!isPulsePending || mDozeHost.isPulsingBlocked() in requestPulse()
604 } else if (mDozeHost.isPulsingBlocked()) { in requestPulse()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeTriggersTest.java168 when(mHost.isPulsingBlocked()).thenReturn(false); in testOnNotification_stillWorksAfterOneFailedProxCheck()
252 when(mHost.isPulsingBlocked()).thenReturn(false); in testOnNotification_noPulseIfPulseIsNotPendingAnymore()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java355 public boolean isPulsingBlocked() { in isPulsingBlocked() method in DozeServiceHost