Home
last modified time | relevance | path

Searched defs:startupTimes (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
DServiceManager.java386 public ImmutableMap<Service, Long> startupTimes() { in startupTimes() method in ServiceManager
589 ImmutableMap<Service, Long> startupTimes() { in startupTimes() method in ServiceManager.ServiceManagerState
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DServiceManagerTest.java116 ImmutableMap<Service, Long> startupTimes = serviceManager.startupTimes(); in testServiceStartupTimes() local
142 ImmutableMap<Service, Long> startupTimes = serviceManager.startupTimes(); in testServiceStartupTimes_selfStartingServices() local