Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
30
apk_decompiled/sources/m0/C0501a.java
Normal file
30
apk_decompiled/sources/m0/C0501a.java
Normal file
@@ -0,0 +1,30 @@
|
||||
package m0;
|
||||
|
||||
import java.util.concurrent.CancellationException;
|
||||
import kotlin.coroutines.CoroutineContext;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
import kotlinx.coroutines.CoroutineScope;
|
||||
import kotlinx.coroutines.JobKt__JobKt;
|
||||
|
||||
/* renamed from: m0.a, reason: case insensitive filesystem */
|
||||
/* loaded from: classes.dex */
|
||||
public final class C0501a implements AutoCloseable, CoroutineScope {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final CoroutineContext f7787a;
|
||||
|
||||
public C0501a(CoroutineContext coroutineContext) {
|
||||
Intrinsics.checkNotNullParameter(coroutineContext, "coroutineContext");
|
||||
this.f7787a = coroutineContext;
|
||||
}
|
||||
|
||||
@Override // java.lang.AutoCloseable
|
||||
public final void close() {
|
||||
JobKt__JobKt.cancel$default(this.f7787a, (CancellationException) null, 1, (Object) null);
|
||||
}
|
||||
|
||||
@Override // kotlinx.coroutines.CoroutineScope
|
||||
public final CoroutineContext getCoroutineContext() {
|
||||
return this.f7787a;
|
||||
}
|
||||
}
|
||||
45
apk_decompiled/sources/m0/C0502b.java
Normal file
45
apk_decompiled/sources/m0/C0502b.java
Normal file
@@ -0,0 +1,45 @@
|
||||
package m0;
|
||||
|
||||
import java.util.LinkedHashMap;
|
||||
import java.util.LinkedHashSet;
|
||||
import kotlin.Unit;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
|
||||
/* renamed from: m0.b, reason: case insensitive filesystem */
|
||||
/* loaded from: classes.dex */
|
||||
public final class C0502b {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final C0503c f7788a = new Object();
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final LinkedHashMap f7789b = new LinkedHashMap();
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final LinkedHashSet f7790c = new LinkedHashSet();
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public volatile boolean f7791d;
|
||||
|
||||
public static void b(AutoCloseable autoCloseable) {
|
||||
if (autoCloseable != null) {
|
||||
try {
|
||||
autoCloseable.close();
|
||||
} catch (Exception e4) {
|
||||
throw new RuntimeException(e4);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public final void a(AutoCloseable closeable) {
|
||||
Intrinsics.checkNotNullParameter(closeable, "closeable");
|
||||
if (this.f7791d) {
|
||||
b(closeable);
|
||||
return;
|
||||
}
|
||||
synchronized (this.f7788a) {
|
||||
this.f7790c.add(closeable);
|
||||
Unit unit = Unit.INSTANCE;
|
||||
}
|
||||
}
|
||||
}
|
||||
9
apk_decompiled/sources/m0/C0503c.java
Normal file
9
apk_decompiled/sources/m0/C0503c.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package m0;
|
||||
|
||||
/* renamed from: m0.c, reason: case insensitive filesystem */
|
||||
/* loaded from: classes.dex */
|
||||
public final class C0503c implements l0.b {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final C0503c f7792a = new Object();
|
||||
}
|
||||
Reference in New Issue
Block a user