- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for tryStartTiming (0.1 seconds)
-
android/guava/src/com/google/common/util/concurrent/ServiceManager.java
for (Service service : services) { checkState(service.state() == NEW, "Not all services are NEW, cannot start %s", this); } for (Service service : services) { try { state.tryStartTiming(service); service.startAsync(); } catch (IllegalStateException e) { // This can happen if the service has already been started or stopped (e.g. by another
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 33.2K bytes - Click Count (1)