Searched refs:DefaultService (Results 1 – 2 of 2) sorted by relevance
44 private static class DefaultService extends AbstractIdleService { class in AbstractIdleServiceTest.FunctionalTest50 AbstractIdleService service = new DefaultService(); in testServiceStartStop()59 AbstractIdleService service = new DefaultService() { in testStart_failed()75 AbstractIdleService service = new DefaultService() { in testStop_failed()
907 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