()
| 10 | public class SyncUtils { |
| 11 | |
| 12 | private SyncUtils() { |
| 13 | throw new AssertionError("No " + getClass().getName() + " instances for you!"); |
| 14 | } |
| 15 | |
| 16 | private static Handler sHandler; |
| 17 |
nothing calls this directly
no outgoing calls
no test coverage detected