Home
last modified time | relevance | path

Searched defs:shutDown (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractExecutionThreadServiceTest.java151 @Override protected void shutDown() { in shutDown() method in AbstractExecutionThreadServiceTest.WaitOnRunService
234 @Override protected void shutDown() { in shutDown() method in AbstractExecutionThreadServiceTest.ThrowOnRunService
269 @Override protected void shutDown() { in shutDown() method in AbstractExecutionThreadServiceTest.ThrowOnShutDown
DAbstractScheduledServiceTest.java70 @Override protected void shutDown() throws Exception { } in shutDown() method in AbstractScheduledServiceTest.NullService
209 protected void shutDown() throws Exception { in shutDown() method in AbstractScheduledServiceTest.TestService
374 @Override protected void shutDown() throws Exception { } in shutDown() method in AbstractScheduledServiceTest.SchedulerTest.TestAbstractScheduledCustomService
420 @Override protected void shutDown() throws Exception { } in shutDown() method in TestFailingCustomScheduledService
DAbstractIdleServiceTest.java106 @Override protected void shutDown() { in shutDown() method in AbstractIdleServiceTest.NullService
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractIdleService.java72 protected abstract void shutDown() throws Exception; in shutDown() method in AbstractIdleService
DAbstractExecutionThreadService.java104 protected void shutDown() throws Exception {} in shutDown() method in AbstractExecutionThreadService