Home
last modified time | relevance | path

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

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DCaliperMain.java118 ServiceManager serviceManager = mainComponent.getServiceManager(); in exitlessMain() local
119 serviceManager.startAsync().awaitHealthy(); in exitlessMain()
127 serviceManager.stopAsync().awaitStopped(10, TimeUnit.SECONDS); in exitlessMain()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DServiceManagerTest.java125 ServiceManager serviceManager = new ServiceManager(asList(a, b)); in testServiceStartupTimes() local
126 serviceManager.startAsync().awaitHealthy(); in testServiceStartupTimes()
127 ImmutableMap<Service, Long> startupTimes = serviceManager.startupTimes(); in testServiceStartupTimes()
157 ServiceManager serviceManager = new ServiceManager(asList(a, b)); in testServiceStartupTimes_selfStartingServices() local
158 serviceManager.startAsync().awaitHealthy(); in testServiceStartupTimes_selfStartingServices()
159 ImmutableMap<Service, Long> startupTimes = serviceManager.startupTimes(); in testServiceStartupTimes_selfStartingServices()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DServiceManagerTest.java125 ServiceManager serviceManager = new ServiceManager(asList(a, b)); in testServiceStartupTimes() local
126 serviceManager.startAsync().awaitHealthy(); in testServiceStartupTimes()
127 ImmutableMap<Service, Long> startupTimes = serviceManager.startupTimes(); in testServiceStartupTimes()
157 ServiceManager serviceManager = new ServiceManager(asList(a, b)); in testServiceStartupTimes_selfStartingServices() local
158 serviceManager.startAsync().awaitHealthy(); in testServiceStartupTimes_selfStartingServices()
159 ImmutableMap<Service, Long> startupTimes = serviceManager.startupTimes(); in testServiceStartupTimes_selfStartingServices()