Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractIdleServiceTest.java44 private static class DefaultService extends AbstractIdleService { class in AbstractIdleServiceTest.FunctionalTest
50 AbstractIdleService service = new DefaultService(); in testServiceStartStop()
59 AbstractIdleService service = new DefaultService() { in testStart_failed()
75 AbstractIdleService service = new DefaultService() { in testStop_failed()
DAbstractServiceTest.java907 AbstractService service = new DefaultService(); in testNotifyStartedWhenNotStarting()
915 AbstractService service = new DefaultService(); in testNotifyStoppedWhenNotRunning()
923 AbstractService service = new DefaultService(); in testNotifyFailedWhenNotStarted()
940 private static class DefaultService extends AbstractService { class in AbstractServiceTest