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,35 @@
package Z1;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/* loaded from: classes3.dex */
public final class a {
/* renamed from: e, reason: collision with root package name */
public static final /* synthetic */ int f2168e = 0;
/* renamed from: a, reason: collision with root package name */
public final g f2169a;
/* renamed from: b, reason: collision with root package name */
public final List f2170b;
/* renamed from: c, reason: collision with root package name */
public final b f2171c;
/* renamed from: d, reason: collision with root package name */
public final String f2172d;
static {
Collections.unmodifiableList(new ArrayList());
}
public a(g gVar, List list, b bVar, String str) {
this.f2169a = gVar;
this.f2170b = list;
this.f2171c = bVar;
this.f2172d = str;
}
}

View File

@@ -0,0 +1,12 @@
package Z1;
/* loaded from: classes3.dex */
public final class b {
/* renamed from: a, reason: collision with root package name */
public final f f2173a;
public b(f fVar) {
this.f2173a = fVar;
}
}

View File

@@ -0,0 +1,27 @@
package Z1;
import com.google.firebase.encoders.proto.ProtoEnum;
/* loaded from: classes3.dex */
public enum c implements ProtoEnum {
REASON_UNKNOWN(0),
MESSAGE_TOO_OLD(1),
CACHE_FULL(2),
PAYLOAD_TOO_BIG(3),
MAX_RETRIES_REACHED(4),
INVALID_PAYLOD(5),
SERVER_ERROR(6);
/* renamed from: a, reason: collision with root package name */
public final int f2180a;
c(int i4) {
this.f2180a = i4;
}
@Override // com.google.firebase.encoders.proto.ProtoEnum
public final int getNumber() {
return this.f2180a;
}
}

View File

@@ -0,0 +1,16 @@
package Z1;
/* loaded from: classes3.dex */
public final class d {
/* renamed from: a, reason: collision with root package name */
public final long f2181a;
/* renamed from: b, reason: collision with root package name */
public final c f2182b;
public d(long j4, c cVar) {
this.f2181a = j4;
this.f2182b = cVar;
}
}

View File

@@ -0,0 +1,27 @@
package Z1;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/* loaded from: classes3.dex */
public final class e {
/* renamed from: c, reason: collision with root package name */
public static final /* synthetic */ int f2183c = 0;
/* renamed from: a, reason: collision with root package name */
public final String f2184a;
/* renamed from: b, reason: collision with root package name */
public final List f2185b;
static {
Collections.unmodifiableList(new ArrayList());
}
public e(String str, List list) {
this.f2184a = str;
this.f2185b = list;
}
}

View File

@@ -0,0 +1,16 @@
package Z1;
/* loaded from: classes3.dex */
public final class f {
/* renamed from: a, reason: collision with root package name */
public final long f2186a;
/* renamed from: b, reason: collision with root package name */
public final long f2187b;
public f(long j4, long j5) {
this.f2186a = j4;
this.f2187b = j5;
}
}

View File

@@ -0,0 +1,16 @@
package Z1;
/* loaded from: classes3.dex */
public final class g {
/* renamed from: a, reason: collision with root package name */
public final long f2188a;
/* renamed from: b, reason: collision with root package name */
public final long f2189b;
public g(long j4, long j5) {
this.f2188a = j4;
this.f2189b = j5;
}
}