Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DServiceManagerTest.java116 ImmutableMap<Service, Long> startupTimes = serviceManager.startupTimes(); in testServiceStartupTimes() local
117 assertEquals(2, startupTimes.size()); in testServiceStartupTimes()
118 assertThat(startupTimes.get(a)).isInclusivelyInRange(150, Long.MAX_VALUE); in testServiceStartupTimes()
119 assertThat(startupTimes.get(b)).isInclusivelyInRange(353, Long.MAX_VALUE); in testServiceStartupTimes()
142 ImmutableMap<Service, Long> startupTimes = serviceManager.startupTimes(); in testServiceStartupTimes_selfStartingServices() local
143 assertEquals(2, startupTimes.size()); in testServiceStartupTimes_selfStartingServices()
144 assertThat(startupTimes.get(a)).isInclusivelyInRange(150, Long.MAX_VALUE); in testServiceStartupTimes_selfStartingServices()
149 assertThat(startupTimes.get(b)).isNotNull(); in testServiceStartupTimes_selfStartingServices()
359 assertTrue(manager.startupTimes().isEmpty()); in testEmptyServiceManager()
/external/guava/guava/src/com/google/common/util/concurrent/
DServiceManager.java386 public ImmutableMap<Service, Long> startupTimes() { in startupTimes() method in ServiceManager
387 return state.startupTimes(); in startupTimes()
589 ImmutableMap<Service, Long> startupTimes() { in startupTimes() method in ServiceManager.ServiceManagerState
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...