Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DServiceManagerTest.java66 private static class NoOpDelayedService extends NoOpService { class in ServiceManagerTest
69 public NoOpDelayedService(long delay) { in NoOpDelayedService() method in ServiceManagerTest.NoOpDelayedService
112 Service a = new NoOpDelayedService(150); in testServiceStartupTimes()
113 Service b = new NoOpDelayedService(353); in testServiceStartupTimes()
127 final Service b = new NoOpDelayedService(353) { in testServiceStartupTimes_selfStartingServices()
134 Service a = new NoOpDelayedService(150) { in testServiceStartupTimes_selfStartingServices()
251 Service a = new NoOpDelayedService(50); in testTimeouts()