()
| 24 | private static String sHostAppName = null; |
| 25 | |
| 26 | private HostInfo() { |
| 27 | throw new AssertionError("No instance for you!"); |
| 28 | } |
| 29 | |
| 30 | public static void setHostApplication(@NonNull Application app) { |
| 31 | Objects.requireNonNull(app, "app"); |
nothing calls this directly
no outgoing calls
no test coverage detected