Home
last modified time | relevance | path

Searched refs:runOneIteration (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractScheduledServiceTest.java68 @Override protected void runOneIteration() throws Exception {} in runOneIteration() method in AbstractScheduledServiceTest.NullService
154 @Override protected void runOneIteration() throws Exception {} in testDefaultExecutorIsShutdownWhenServiceIsStopped()
181 @Override protected void runOneIteration() throws Exception {} in testDefaultExecutorIsShutdownWhenServiceFails()
233 protected void runOneIteration() throws Exception { in runOneIteration() method in AbstractScheduledServiceTest.TestService
407 @Override protected void runOneIteration() throws Exception { in runOneIteration() method in AbstractScheduledServiceTest.SchedulerTest.TestAbstractScheduledCustomService
455 @Override protected void runOneIteration() throws Exception { in runOneIteration() method in TestFailingCustomScheduledService
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractScheduledService.java174 AbstractScheduledService.this.runOneIteration();
249 protected abstract void runOneIteration() throws Exception;