Searched refs:setPulsePending (Results 1 – 5 of 5) sorted by relevance
45 void setPulsePending(boolean isPulsePending); in setPulsePending() method
587 mDozeHost.setPulsePending(true); in requestPulse()592 mDozeHost.setPulsePending(false); in requestPulse()597 mDozeHost.setPulsePending(false); in requestPulse()
166 ).when(mHost).setPulsePending(boolCaptor.capture()); in testOnNotification_stillWorksAfterOneFailedProxCheck()198 verify(mHost).setPulsePending(true); in testOnNotification_startsPulseRequest()219 verify(mHost, never()).setPulsePending(anyBoolean()); in testOnNotification_cannotPulse_notificationSuppressed()239 verify(mHost, never()).setPulsePending(anyBoolean()); in testOnNotification_alreadyPulsing_notificationNotSuppressed()347 ).when(mHost).setPulsePending(boolCaptor.capture()); in testQuickPickup()
380 setPulsePending(false); // prevent any pending pulses from continuing in stopPulsing()524 public void setPulsePending(boolean isPulsePending) { in setPulsePending() method in DozeServiceHost
213 mDozeServiceHost.setPulsePending(true); in testStopPulsing_setPendingPulseToFalse()