Searched refs:NoOpDelayedService (Results 1 – 1 of 1) sorted by relevance
66 private static class NoOpDelayedService extends NoOpService { class in ServiceManagerTest69 public NoOpDelayedService(long delay) { in NoOpDelayedService() method in ServiceManagerTest.NoOpDelayedService112 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()