HomeSort by relevance Sort by last modified time
    Searched full:notifystarted (Results 1 - 8 of 8) sorted by null

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractServiceTest.java 159 notifyStarted();
178 service.notifyStarted(); // usually this would be invoked by another thread
205 service.notifyStarted();
233 service.notifyStarted();
294 service.notifyStarted();
304 service.notifyStarted();
316 service.notifyStarted();
328 * The user of this service should call {@link #notifyStarted} and {@link
376 service.notifyStarted();
493 notifyStarted();
    [all...]
ServiceManagerTest.java 53 notifyStarted();
76 notifyStarted();
352 notifyStarted();
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractExecutionThreadService.java 56 notifyStarted();
AbstractIdleService.java 55 notifyStarted();
AbstractService.java 48 * requests, responding to them with {@link #notifyStarted()} and {@link #notifyStopped()}
196 * this method should cause a call to {@link #notifyStarted()}, either during this method's run,
384 protected final void notifyStarted() {
391 "Cannot notifyStarted() when the service is " + snapshot.state);
AbstractScheduledService.java 200 notifyStarted();
ServiceManager.java 788 @Override protected void doStart() { notifyStarted(); }
  /packages/services/Telecomm/libs/
guava.jar 

Completed in 194 milliseconds