()
| 11 | private static ClassLoader sPluginParentClassLoader; |
| 12 | |
| 13 | private Initiator() { |
| 14 | throw new AssertionError("No instance for you!"); |
| 15 | } |
| 16 | |
| 17 | public static void initWithHostClassLoader(ClassLoader classLoader) { |
| 18 | sHostClassLoader = classLoader; |
nothing calls this directly
no outgoing calls
no test coverage detected