- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for FailRunService (0.08 seconds)
-
android/guava-tests/test/com/google/common/util/concurrent/ServiceManagerTest.java
private static class FailStartService extends NoOpService { @Override protected void doStart() { notifyFailed(new IllegalStateException("start failure")); } } private static class FailRunService extends NoOpService { @Override protected void doStart() { super.doStart(); notifyFailed(new IllegalStateException("run failure")); } }Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 22 17:49:12 GMT 2025 - 25.5K bytes - Click Count (0)