Home
last modified time | relevance | path

Searched refs:shutDown (Results 1 – 6 of 6) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractIdleServiceTest.java45 @Override protected void shutDown() throws Exception {} in shutDown() method in AbstractIdleServiceTest.FunctionalTest.DefaultService
75 @Override protected void shutDown() throws Exception { in testStop_failed()
144 @Override protected void shutDown() throws Exception { in testStop_failed()
145 super.shutDown(); in testStop_failed()
203 @Override protected void shutDown() throws Exception { in shutDown() method in AbstractIdleServiceTest.TestService
DAbstractExecutionThreadServiceTest.java146 @Override protected void shutDown() { in shutDown() method in AbstractExecutionThreadServiceTest.WaitOnRunService
240 @Override protected void shutDown() { in shutDown() method in AbstractExecutionThreadServiceTest.ThrowOnRunService
275 @Override protected void shutDown() { in shutDown() method in AbstractExecutionThreadServiceTest.ThrowOnShutDown
368 @Override protected void shutDown() throws Exception { in shutDown() method in AbstractExecutionThreadServiceTest.FakeService
DAbstractScheduledServiceTest.java275 protected void shutDown() throws Exception { in shutDown() method in AbstractScheduledServiceTest.TestService
440 @Override protected void shutDown() throws Exception {} in shutDown() method in AbstractScheduledServiceTest.SchedulerTest.TestAbstractScheduledCustomService
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractExecutionThreadService.java63 shutDown();
73 shutDown();
122 protected void shutDown() throws Exception {} in shutDown() method in AbstractExecutionThreadService
DAbstractIdleService.java69 shutDown();
87 protected abstract void shutDown() throws Exception; in shutDown() method in AbstractIdleService
DAbstractScheduledService.java175 shutDown();
225 shutDown();
261 protected void shutDown() throws Exception {}