Initial import of ADIF API reverse-engineering toolkit

This commit is contained in:
2025-12-16 08:37:56 +01:00
commit 60388529c1
11486 changed files with 1086536 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
package androidx.concurrent.futures;
import java.util.concurrent.CancellationException;
/* loaded from: classes.dex */
public final class b {
/* renamed from: c, reason: collision with root package name */
public static final b f2514c;
/* renamed from: d, reason: collision with root package name */
public static final b f2515d;
/* renamed from: a, reason: collision with root package name */
public final boolean f2516a;
/* renamed from: b, reason: collision with root package name */
public final CancellationException f2517b;
static {
if (j.GENERATE_CANCELLATION_CAUSES) {
f2515d = null;
f2514c = null;
} else {
f2515d = new b(false, null);
f2514c = new b(true, null);
}
}
public b(boolean z3, CancellationException cancellationException) {
this.f2516a = z3;
this.f2517b = cancellationException;
}
}