HomeSort by relevance Sort by last modified time
    Searched refs:notifyStarted (Results 1 - 3 of 3) sorted by null

  /external/guava/src/com/google/common/util/concurrent/
AbstractExecutionThreadService.java 43 notifyStarted();
AbstractIdleService.java 45 notifyStarted();
AbstractService.java 34 * {@link #doStop} requests, responding to them with {@link #notifyStarted()}
63 * invocation of this method should cause a call to {@link #notifyStarted()},
157 protected final void notifyStarted() {
162 "Cannot notifyStarted() when the service is " + state);

Completed in 1036 milliseconds