NetMirror.apk
Download file
package a2;
/* JADX INFO: renamed from: a2.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC0211a {
/* JADX INFO: renamed from: a, reason: collision with root package name */
private static b f2865a;
public static void a(b bVar) {
synchronized (AbstractC0211a.class) {
try {
if (f2865a != null) {
throw new IllegalStateException("Cannot re-initialize NativeLoader.");
}
f2865a = bVar;
} catch (Throwable th) {
throw th;
}
}
}
public static void b(b bVar) {
if (c()) {
return;
}
a(bVar);
}
public static boolean c() {
boolean z3;
synchronized (AbstractC0211a.class) {
z3 = f2865a != null;
}
return z3;
}
public static boolean d(String str) {
return e(str, 0);
}
public static boolean e(String str, int i3) {
b bVar;
synchronized (AbstractC0211a.class) {
bVar = f2865a;
if (bVar == null) {
throw new IllegalStateException("NativeLoader has not been initialized. To use standard native library loading, call NativeLoader.init(new SystemDelegate()).");
}
}
return bVar.a(str, i3);
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file