Searched refs:isPulsingBlocked (Results 1 – 4 of 4) sorted by relevance
32 boolean isPulsingBlocked(); in isPulsingBlocked() method
598 if (!isPulsePending || mDozeHost.isPulsingBlocked() in requestPulse()604 } else if (mDozeHost.isPulsingBlocked()) { in requestPulse()
168 when(mHost.isPulsingBlocked()).thenReturn(false); in testOnNotification_stillWorksAfterOneFailedProxCheck()252 when(mHost.isPulsingBlocked()).thenReturn(false); in testOnNotification_noPulseIfPulseIsNotPendingAnymore()
355 public boolean isPulsingBlocked() { in isPulsingBlocked() method in DozeServiceHost