Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractScheduledServiceTest.java364 TestAbstractScheduledCustomService service = new TestAbstractScheduledCustomService(); in testCustomSchedulerServiceStop()
377 TestAbstractScheduledCustomService service = new TestAbstractScheduledCustomService() { in testBig()
401 private static class TestAbstractScheduledCustomService extends AbstractScheduledService { class in AbstractScheduledServiceTest.SchedulerTest