Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractService.java94 notifyFailed(startupFailure); in start()
119 notifyFailed(shutdownFailure); in stop()
151 notifyFailed(failure); in notifyStarted()
180 notifyFailed(failure); in notifyStopped()
197 protected final void notifyFailed(Throwable cause) { in notifyFailed() method in AbstractService
DAbstractScheduledService.java177 notifyFailed(t);
195 notifyFailed(t);
224 notifyFailed(t);
367 service.notifyFailed(e);
DAbstractIdleService.java46 notifyFailed(t);
60 notifyFailed(t);
DAbstractExecutionThreadService.java67 notifyFailed(t);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractServiceTest.java388 notifyFailed(EXCEPTION); in doStart()
399 notifyFailed(EXCEPTION); in doStart()
413 notifyFailed(EXCEPTION); in doStop()