()
| 1269 | } |
| 1270 | |
| 1271 | private static void assertInitialized() { |
| 1272 | if (!isInitialized()) { |
| 1273 | throw new IllegalStateException("SoLoader.init() not yet called"); |
| 1274 | } |
| 1275 | } |
| 1276 | |
| 1277 | public static boolean isInitialized() { |
| 1278 | if (sSoSources != null) { |
no test coverage detected