Searched refs:notifyStarted (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractIdleService.java44 notifyStarted();
H A DAbstractExecutionThreadService.java48 notifyStarted();
H A DAbstractService.java31 * {@link #doStop} requests, responding to them with {@link #notifyStarted()}
61 * invocation of this method should cause a call to {@link #notifyStarted()},
145 protected final void notifyStarted() { method in class:AbstractService
150 "Cannot notifyStarted() when the service is " + state);
H A DAbstractScheduledService.java193 notifyStarted();
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractServiceTest.java126 notifyStarted();
144 service.notifyStarted(); // usually this would be invoked by another thread
171 service.notifyStarted();
186 service.notifyStarted();
198 * The user of this service should call {@link #notifyStarted} and {@link
304 notifyStarted();
398 notifyStarted();
409 notifyStarted();

Completed in 80 milliseconds