Primer paso de la investigacion. Se aportan el .apk, las carpetas con el apk extraido y el apk descompilado. El archivo API_DOCUMENTATION.md es un archivo donde se anotaran los descubrimientos del funcionamiento de la API, y los .py son scripts para probar la funcionalidad de la API con los métodos que vayamos encontrando. Finalmente, los archivos .js son scripts de Frida para extraer informacion de la APP durante la ejecucion.
This commit is contained in:
5
apk_decompiled/sources/V1/a.java
Normal file
5
apk_decompiled/sources/V1/a.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package V1;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public abstract class a {
|
||||
}
|
||||
63
apk_decompiled/sources/V1/b.java
Normal file
63
apk_decompiled/sources/V1/b.java
Normal file
@@ -0,0 +1,63 @@
|
||||
package V1;
|
||||
|
||||
import com.google.firebase.encoders.FieldDescriptor;
|
||||
import com.google.firebase.encoders.ObjectEncoder;
|
||||
import com.google.firebase.encoders.ObjectEncoderContext;
|
||||
import com.google.firebase.remoteconfig.RemoteConfigConstants;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class b implements ObjectEncoder {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final b f1797a = new Object();
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1798b = FieldDescriptor.of(RemoteConfigConstants.RequestFieldKey.SDK_VERSION);
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1799c = FieldDescriptor.of("model");
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1800d = FieldDescriptor.of("hardware");
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1801e = FieldDescriptor.of("device");
|
||||
|
||||
/* renamed from: f, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1802f = FieldDescriptor.of("product");
|
||||
|
||||
/* renamed from: g, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1803g = FieldDescriptor.of("osBuild");
|
||||
public static final FieldDescriptor h = FieldDescriptor.of("manufacturer");
|
||||
public static final FieldDescriptor i = FieldDescriptor.of("fingerprint");
|
||||
|
||||
/* renamed from: j, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1804j = FieldDescriptor.of("locale");
|
||||
|
||||
/* renamed from: k, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1805k = FieldDescriptor.of("country");
|
||||
|
||||
/* renamed from: l, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1806l = FieldDescriptor.of("mccMnc");
|
||||
|
||||
/* renamed from: m, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1807m = FieldDescriptor.of("applicationBuild");
|
||||
|
||||
@Override // com.google.firebase.encoders.Encoder
|
||||
public final void encode(Object obj, ObjectEncoderContext objectEncoderContext) {
|
||||
ObjectEncoderContext objectEncoderContext2 = objectEncoderContext;
|
||||
i iVar = (i) ((a) obj);
|
||||
objectEncoderContext2.add(f1798b, iVar.f1831a);
|
||||
objectEncoderContext2.add(f1799c, iVar.f1832b);
|
||||
objectEncoderContext2.add(f1800d, iVar.f1833c);
|
||||
objectEncoderContext2.add(f1801e, iVar.f1834d);
|
||||
objectEncoderContext2.add(f1802f, iVar.f1835e);
|
||||
objectEncoderContext2.add(f1803g, iVar.f1836f);
|
||||
objectEncoderContext2.add(h, iVar.f1837g);
|
||||
objectEncoderContext2.add(i, iVar.h);
|
||||
objectEncoderContext2.add(f1804j, iVar.i);
|
||||
objectEncoderContext2.add(f1805k, iVar.f1838j);
|
||||
objectEncoderContext2.add(f1806l, iVar.f1839k);
|
||||
objectEncoderContext2.add(f1807m, iVar.f1840l);
|
||||
}
|
||||
}
|
||||
20
apk_decompiled/sources/V1/c.java
Normal file
20
apk_decompiled/sources/V1/c.java
Normal file
@@ -0,0 +1,20 @@
|
||||
package V1;
|
||||
|
||||
import com.google.firebase.encoders.FieldDescriptor;
|
||||
import com.google.firebase.encoders.ObjectEncoder;
|
||||
import com.google.firebase.encoders.ObjectEncoderContext;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class c implements ObjectEncoder {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final c f1808a = new Object();
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1809b = FieldDescriptor.of("logRequest");
|
||||
|
||||
@Override // com.google.firebase.encoders.Encoder
|
||||
public final void encode(Object obj, ObjectEncoderContext objectEncoderContext) {
|
||||
objectEncoderContext.add(f1809b, ((j) ((q) obj)).f1841a);
|
||||
}
|
||||
}
|
||||
27
apk_decompiled/sources/V1/d.java
Normal file
27
apk_decompiled/sources/V1/d.java
Normal file
@@ -0,0 +1,27 @@
|
||||
package V1;
|
||||
|
||||
import com.google.firebase.encoders.FieldDescriptor;
|
||||
import com.google.firebase.encoders.ObjectEncoder;
|
||||
import com.google.firebase.encoders.ObjectEncoderContext;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class d implements ObjectEncoder {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final d f1810a = new Object();
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1811b = FieldDescriptor.of("clientType");
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1812c = FieldDescriptor.of("androidClientInfo");
|
||||
|
||||
@Override // com.google.firebase.encoders.Encoder
|
||||
public final void encode(Object obj, ObjectEncoderContext objectEncoderContext) {
|
||||
ObjectEncoderContext objectEncoderContext2 = objectEncoderContext;
|
||||
k kVar = (k) ((s) obj);
|
||||
kVar.getClass();
|
||||
objectEncoderContext2.add(f1811b, r.f1866a);
|
||||
objectEncoderContext2.add(f1812c, kVar.f1842a);
|
||||
}
|
||||
}
|
||||
44
apk_decompiled/sources/V1/e.java
Normal file
44
apk_decompiled/sources/V1/e.java
Normal file
@@ -0,0 +1,44 @@
|
||||
package V1;
|
||||
|
||||
import com.google.firebase.encoders.FieldDescriptor;
|
||||
import com.google.firebase.encoders.ObjectEncoder;
|
||||
import com.google.firebase.encoders.ObjectEncoderContext;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class e implements ObjectEncoder {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final e f1813a = new Object();
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1814b = FieldDescriptor.of("eventTimeMs");
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1815c = FieldDescriptor.of("eventCode");
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1816d = FieldDescriptor.of("eventUptimeMs");
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1817e = FieldDescriptor.of("sourceExtension");
|
||||
|
||||
/* renamed from: f, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1818f = FieldDescriptor.of("sourceExtensionJsonProto3");
|
||||
|
||||
/* renamed from: g, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1819g = FieldDescriptor.of("timezoneOffsetSeconds");
|
||||
public static final FieldDescriptor h = FieldDescriptor.of("networkConnectionInfo");
|
||||
|
||||
@Override // com.google.firebase.encoders.Encoder
|
||||
public final void encode(Object obj, ObjectEncoderContext objectEncoderContext) {
|
||||
ObjectEncoderContext objectEncoderContext2 = objectEncoderContext;
|
||||
m mVar = (m) ((t) obj);
|
||||
objectEncoderContext2.add(f1814b, mVar.f1850a);
|
||||
objectEncoderContext2.add(f1815c, mVar.f1851b);
|
||||
objectEncoderContext2.add(f1816d, mVar.f1852c);
|
||||
objectEncoderContext2.add(f1817e, mVar.f1853d);
|
||||
objectEncoderContext2.add(f1818f, mVar.f1854e);
|
||||
objectEncoderContext2.add(f1819g, mVar.f1855f);
|
||||
objectEncoderContext2.add(h, mVar.f1856g);
|
||||
}
|
||||
}
|
||||
44
apk_decompiled/sources/V1/f.java
Normal file
44
apk_decompiled/sources/V1/f.java
Normal file
@@ -0,0 +1,44 @@
|
||||
package V1;
|
||||
|
||||
import com.google.firebase.encoders.FieldDescriptor;
|
||||
import com.google.firebase.encoders.ObjectEncoder;
|
||||
import com.google.firebase.encoders.ObjectEncoderContext;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class f implements ObjectEncoder {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final f f1820a = new Object();
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1821b = FieldDescriptor.of("requestTimeMs");
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1822c = FieldDescriptor.of("requestUptimeMs");
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1823d = FieldDescriptor.of("clientInfo");
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1824e = FieldDescriptor.of("logSource");
|
||||
|
||||
/* renamed from: f, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1825f = FieldDescriptor.of("logSourceName");
|
||||
|
||||
/* renamed from: g, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1826g = FieldDescriptor.of("logEvent");
|
||||
public static final FieldDescriptor h = FieldDescriptor.of("qosTier");
|
||||
|
||||
@Override // com.google.firebase.encoders.Encoder
|
||||
public final void encode(Object obj, ObjectEncoderContext objectEncoderContext) {
|
||||
ObjectEncoderContext objectEncoderContext2 = objectEncoderContext;
|
||||
n nVar = (n) ((u) obj);
|
||||
objectEncoderContext2.add(f1821b, nVar.f1857a);
|
||||
objectEncoderContext2.add(f1822c, nVar.f1858b);
|
||||
objectEncoderContext2.add(f1823d, nVar.f1859c);
|
||||
objectEncoderContext2.add(f1824e, nVar.f1860d);
|
||||
objectEncoderContext2.add(f1825f, nVar.f1861e);
|
||||
objectEncoderContext2.add(f1826g, nVar.f1862f);
|
||||
objectEncoderContext2.add(h, y.f1872a);
|
||||
}
|
||||
}
|
||||
26
apk_decompiled/sources/V1/g.java
Normal file
26
apk_decompiled/sources/V1/g.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package V1;
|
||||
|
||||
import com.google.firebase.encoders.FieldDescriptor;
|
||||
import com.google.firebase.encoders.ObjectEncoder;
|
||||
import com.google.firebase.encoders.ObjectEncoderContext;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class g implements ObjectEncoder {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final g f1827a = new Object();
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1828b = FieldDescriptor.of("networkType");
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public static final FieldDescriptor f1829c = FieldDescriptor.of("mobileSubtype");
|
||||
|
||||
@Override // com.google.firebase.encoders.Encoder
|
||||
public final void encode(Object obj, ObjectEncoderContext objectEncoderContext) {
|
||||
ObjectEncoderContext objectEncoderContext2 = objectEncoderContext;
|
||||
p pVar = (p) ((x) obj);
|
||||
objectEncoderContext2.add(f1828b, pVar.f1864a);
|
||||
objectEncoderContext2.add(f1829c, pVar.f1865b);
|
||||
}
|
||||
}
|
||||
33
apk_decompiled/sources/V1/h.java
Normal file
33
apk_decompiled/sources/V1/h.java
Normal file
@@ -0,0 +1,33 @@
|
||||
package V1;
|
||||
|
||||
import com.google.firebase.encoders.config.Configurator;
|
||||
import com.google.firebase.encoders.config.EncoderConfig;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class h implements Configurator {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final h f1830a = new Object();
|
||||
|
||||
@Override // com.google.firebase.encoders.config.Configurator
|
||||
public final void configure(EncoderConfig encoderConfig) {
|
||||
c cVar = c.f1808a;
|
||||
encoderConfig.registerEncoder(q.class, cVar);
|
||||
encoderConfig.registerEncoder(j.class, cVar);
|
||||
f fVar = f.f1820a;
|
||||
encoderConfig.registerEncoder(u.class, fVar);
|
||||
encoderConfig.registerEncoder(n.class, fVar);
|
||||
d dVar = d.f1810a;
|
||||
encoderConfig.registerEncoder(s.class, dVar);
|
||||
encoderConfig.registerEncoder(k.class, dVar);
|
||||
b bVar = b.f1797a;
|
||||
encoderConfig.registerEncoder(a.class, bVar);
|
||||
encoderConfig.registerEncoder(i.class, bVar);
|
||||
e eVar = e.f1813a;
|
||||
encoderConfig.registerEncoder(t.class, eVar);
|
||||
encoderConfig.registerEncoder(m.class, eVar);
|
||||
g gVar = g.f1827a;
|
||||
encoderConfig.registerEncoder(x.class, gVar);
|
||||
encoderConfig.registerEncoder(p.class, gVar);
|
||||
}
|
||||
}
|
||||
153
apk_decompiled/sources/V1/i.java
Normal file
153
apk_decompiled/sources/V1/i.java
Normal file
@@ -0,0 +1,153 @@
|
||||
package V1;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class i extends a {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final Integer f1831a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final String f1832b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final String f1833c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public final String f1834d;
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public final String f1835e;
|
||||
|
||||
/* renamed from: f, reason: collision with root package name */
|
||||
public final String f1836f;
|
||||
|
||||
/* renamed from: g, reason: collision with root package name */
|
||||
public final String f1837g;
|
||||
public final String h;
|
||||
public final String i;
|
||||
|
||||
/* renamed from: j, reason: collision with root package name */
|
||||
public final String f1838j;
|
||||
|
||||
/* renamed from: k, reason: collision with root package name */
|
||||
public final String f1839k;
|
||||
|
||||
/* renamed from: l, reason: collision with root package name */
|
||||
public final String f1840l;
|
||||
|
||||
public i(Integer num, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11) {
|
||||
this.f1831a = num;
|
||||
this.f1832b = str;
|
||||
this.f1833c = str2;
|
||||
this.f1834d = str3;
|
||||
this.f1835e = str4;
|
||||
this.f1836f = str5;
|
||||
this.f1837g = str6;
|
||||
this.h = str7;
|
||||
this.i = str8;
|
||||
this.f1838j = str9;
|
||||
this.f1839k = str10;
|
||||
this.f1840l = str11;
|
||||
}
|
||||
|
||||
public final boolean equals(Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (obj instanceof a) {
|
||||
a aVar = (a) obj;
|
||||
Integer num = this.f1831a;
|
||||
if (num != null ? num.equals(((i) aVar).f1831a) : ((i) aVar).f1831a == null) {
|
||||
String str = this.f1832b;
|
||||
if (str != null ? str.equals(((i) aVar).f1832b) : ((i) aVar).f1832b == null) {
|
||||
String str2 = this.f1833c;
|
||||
if (str2 != null ? str2.equals(((i) aVar).f1833c) : ((i) aVar).f1833c == null) {
|
||||
String str3 = this.f1834d;
|
||||
if (str3 != null ? str3.equals(((i) aVar).f1834d) : ((i) aVar).f1834d == null) {
|
||||
String str4 = this.f1835e;
|
||||
if (str4 != null ? str4.equals(((i) aVar).f1835e) : ((i) aVar).f1835e == null) {
|
||||
String str5 = this.f1836f;
|
||||
if (str5 != null ? str5.equals(((i) aVar).f1836f) : ((i) aVar).f1836f == null) {
|
||||
String str6 = this.f1837g;
|
||||
if (str6 != null ? str6.equals(((i) aVar).f1837g) : ((i) aVar).f1837g == null) {
|
||||
String str7 = this.h;
|
||||
if (str7 != null ? str7.equals(((i) aVar).h) : ((i) aVar).h == null) {
|
||||
String str8 = this.i;
|
||||
if (str8 != null ? str8.equals(((i) aVar).i) : ((i) aVar).i == null) {
|
||||
String str9 = this.f1838j;
|
||||
if (str9 != null ? str9.equals(((i) aVar).f1838j) : ((i) aVar).f1838j == null) {
|
||||
String str10 = this.f1839k;
|
||||
if (str10 != null ? str10.equals(((i) aVar).f1839k) : ((i) aVar).f1839k == null) {
|
||||
String str11 = this.f1840l;
|
||||
if (str11 != null ? str11.equals(((i) aVar).f1840l) : ((i) aVar).f1840l == null) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public final int hashCode() {
|
||||
Integer num = this.f1831a;
|
||||
int hashCode = ((num == null ? 0 : num.hashCode()) ^ 1000003) * 1000003;
|
||||
String str = this.f1832b;
|
||||
int hashCode2 = (hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003;
|
||||
String str2 = this.f1833c;
|
||||
int hashCode3 = (hashCode2 ^ (str2 == null ? 0 : str2.hashCode())) * 1000003;
|
||||
String str3 = this.f1834d;
|
||||
int hashCode4 = (hashCode3 ^ (str3 == null ? 0 : str3.hashCode())) * 1000003;
|
||||
String str4 = this.f1835e;
|
||||
int hashCode5 = (hashCode4 ^ (str4 == null ? 0 : str4.hashCode())) * 1000003;
|
||||
String str5 = this.f1836f;
|
||||
int hashCode6 = (hashCode5 ^ (str5 == null ? 0 : str5.hashCode())) * 1000003;
|
||||
String str6 = this.f1837g;
|
||||
int hashCode7 = (hashCode6 ^ (str6 == null ? 0 : str6.hashCode())) * 1000003;
|
||||
String str7 = this.h;
|
||||
int hashCode8 = (hashCode7 ^ (str7 == null ? 0 : str7.hashCode())) * 1000003;
|
||||
String str8 = this.i;
|
||||
int hashCode9 = (hashCode8 ^ (str8 == null ? 0 : str8.hashCode())) * 1000003;
|
||||
String str9 = this.f1838j;
|
||||
int hashCode10 = (hashCode9 ^ (str9 == null ? 0 : str9.hashCode())) * 1000003;
|
||||
String str10 = this.f1839k;
|
||||
int hashCode11 = (hashCode10 ^ (str10 == null ? 0 : str10.hashCode())) * 1000003;
|
||||
String str11 = this.f1840l;
|
||||
return hashCode11 ^ (str11 != null ? str11.hashCode() : 0);
|
||||
}
|
||||
|
||||
public final String toString() {
|
||||
StringBuilder sb = new StringBuilder("AndroidClientInfo{sdkVersion=");
|
||||
sb.append(this.f1831a);
|
||||
sb.append(", model=");
|
||||
sb.append(this.f1832b);
|
||||
sb.append(", hardware=");
|
||||
sb.append(this.f1833c);
|
||||
sb.append(", device=");
|
||||
sb.append(this.f1834d);
|
||||
sb.append(", product=");
|
||||
sb.append(this.f1835e);
|
||||
sb.append(", osBuild=");
|
||||
sb.append(this.f1836f);
|
||||
sb.append(", manufacturer=");
|
||||
sb.append(this.f1837g);
|
||||
sb.append(", fingerprint=");
|
||||
sb.append(this.h);
|
||||
sb.append(", locale=");
|
||||
sb.append(this.i);
|
||||
sb.append(", country=");
|
||||
sb.append(this.f1838j);
|
||||
sb.append(", mccMnc=");
|
||||
sb.append(this.f1839k);
|
||||
sb.append(", applicationBuild=");
|
||||
return C.w.r(sb, this.f1840l, "}");
|
||||
}
|
||||
}
|
||||
32
apk_decompiled/sources/V1/j.java
Normal file
32
apk_decompiled/sources/V1/j.java
Normal file
@@ -0,0 +1,32 @@
|
||||
package V1;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class j extends q {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final ArrayList f1841a;
|
||||
|
||||
public j(ArrayList arrayList) {
|
||||
this.f1841a = arrayList;
|
||||
}
|
||||
|
||||
public final boolean equals(Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof q)) {
|
||||
return false;
|
||||
}
|
||||
return this.f1841a.equals(((j) ((q) obj)).f1841a);
|
||||
}
|
||||
|
||||
public final int hashCode() {
|
||||
return this.f1841a.hashCode() ^ 1000003;
|
||||
}
|
||||
|
||||
public final String toString() {
|
||||
return "BatchedLogRequest{logRequests=" + this.f1841a + "}";
|
||||
}
|
||||
}
|
||||
33
apk_decompiled/sources/V1/k.java
Normal file
33
apk_decompiled/sources/V1/k.java
Normal file
@@ -0,0 +1,33 @@
|
||||
package V1;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class k extends s {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final i f1842a;
|
||||
|
||||
public k(i iVar) {
|
||||
this.f1842a = iVar;
|
||||
}
|
||||
|
||||
public final boolean equals(Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof s)) {
|
||||
return false;
|
||||
}
|
||||
s sVar = (s) obj;
|
||||
Object obj2 = r.f1866a;
|
||||
((k) sVar).getClass();
|
||||
return obj2.equals(obj2) && this.f1842a.equals(((k) sVar).f1842a);
|
||||
}
|
||||
|
||||
public final int hashCode() {
|
||||
return this.f1842a.hashCode() ^ ((r.f1866a.hashCode() ^ 1000003) * 1000003);
|
||||
}
|
||||
|
||||
public final String toString() {
|
||||
return "ClientInfo{clientType=" + r.f1866a + ", androidClientInfo=" + this.f1842a + "}";
|
||||
}
|
||||
}
|
||||
26
apk_decompiled/sources/V1/l.java
Normal file
26
apk_decompiled/sources/V1/l.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package V1;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class l {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public Long f1843a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public Integer f1844b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public Long f1845c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public byte[] f1846d;
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public String f1847e;
|
||||
|
||||
/* renamed from: f, reason: collision with root package name */
|
||||
public Long f1848f;
|
||||
|
||||
/* renamed from: g, reason: collision with root package name */
|
||||
public p f1849g;
|
||||
}
|
||||
100
apk_decompiled/sources/V1/m.java
Normal file
100
apk_decompiled/sources/V1/m.java
Normal file
@@ -0,0 +1,100 @@
|
||||
package V1;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class m extends t {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final long f1850a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final Integer f1851b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final long f1852c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public final byte[] f1853d;
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public final String f1854e;
|
||||
|
||||
/* renamed from: f, reason: collision with root package name */
|
||||
public final long f1855f;
|
||||
|
||||
/* renamed from: g, reason: collision with root package name */
|
||||
public final p f1856g;
|
||||
|
||||
public m(long j4, Integer num, long j5, byte[] bArr, String str, long j6, p pVar) {
|
||||
this.f1850a = j4;
|
||||
this.f1851b = num;
|
||||
this.f1852c = j5;
|
||||
this.f1853d = bArr;
|
||||
this.f1854e = str;
|
||||
this.f1855f = j6;
|
||||
this.f1856g = pVar;
|
||||
}
|
||||
|
||||
public final boolean equals(Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof t)) {
|
||||
return false;
|
||||
}
|
||||
t tVar = (t) obj;
|
||||
m mVar = (m) tVar;
|
||||
if (this.f1850a != mVar.f1850a) {
|
||||
return false;
|
||||
}
|
||||
Integer num = this.f1851b;
|
||||
if (num == null) {
|
||||
if (mVar.f1851b != null) {
|
||||
return false;
|
||||
}
|
||||
} else if (!num.equals(mVar.f1851b)) {
|
||||
return false;
|
||||
}
|
||||
if (this.f1852c != mVar.f1852c) {
|
||||
return false;
|
||||
}
|
||||
if (!Arrays.equals(this.f1853d, tVar instanceof m ? ((m) tVar).f1853d : mVar.f1853d)) {
|
||||
return false;
|
||||
}
|
||||
String str = mVar.f1854e;
|
||||
String str2 = this.f1854e;
|
||||
if (str2 == null) {
|
||||
if (str != null) {
|
||||
return false;
|
||||
}
|
||||
} else if (!str2.equals(str)) {
|
||||
return false;
|
||||
}
|
||||
if (this.f1855f != mVar.f1855f) {
|
||||
return false;
|
||||
}
|
||||
p pVar = mVar.f1856g;
|
||||
p pVar2 = this.f1856g;
|
||||
return pVar2 == null ? pVar == null : pVar2.equals(pVar);
|
||||
}
|
||||
|
||||
public final int hashCode() {
|
||||
long j4 = this.f1850a;
|
||||
int i = (((int) (j4 ^ (j4 >>> 32))) ^ 1000003) * 1000003;
|
||||
Integer num = this.f1851b;
|
||||
int hashCode = (i ^ (num == null ? 0 : num.hashCode())) * 1000003;
|
||||
long j5 = this.f1852c;
|
||||
int hashCode2 = (((hashCode ^ ((int) (j5 ^ (j5 >>> 32)))) * 1000003) ^ Arrays.hashCode(this.f1853d)) * 1000003;
|
||||
String str = this.f1854e;
|
||||
int hashCode3 = (hashCode2 ^ (str == null ? 0 : str.hashCode())) * 1000003;
|
||||
long j6 = this.f1855f;
|
||||
int i4 = (hashCode3 ^ ((int) (j6 ^ (j6 >>> 32)))) * 1000003;
|
||||
p pVar = this.f1856g;
|
||||
return i4 ^ (pVar != null ? pVar.hashCode() : 0);
|
||||
}
|
||||
|
||||
public final String toString() {
|
||||
return "LogEvent{eventTimeMs=" + this.f1850a + ", eventCode=" + this.f1851b + ", eventUptimeMs=" + this.f1852c + ", sourceExtension=" + Arrays.toString(this.f1853d) + ", sourceExtensionJsonProto3=" + this.f1854e + ", timezoneOffsetSeconds=" + this.f1855f + ", networkConnectionInfo=" + this.f1856g + "}";
|
||||
}
|
||||
}
|
||||
91
apk_decompiled/sources/V1/n.java
Normal file
91
apk_decompiled/sources/V1/n.java
Normal file
@@ -0,0 +1,91 @@
|
||||
package V1;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class n extends u {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final long f1857a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final long f1858b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final k f1859c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public final Integer f1860d;
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public final String f1861e;
|
||||
|
||||
/* renamed from: f, reason: collision with root package name */
|
||||
public final ArrayList f1862f;
|
||||
|
||||
public n(long j4, long j5, k kVar, Integer num, String str, ArrayList arrayList) {
|
||||
y yVar = y.f1872a;
|
||||
this.f1857a = j4;
|
||||
this.f1858b = j5;
|
||||
this.f1859c = kVar;
|
||||
this.f1860d = num;
|
||||
this.f1861e = str;
|
||||
this.f1862f = arrayList;
|
||||
}
|
||||
|
||||
public final boolean equals(Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof u)) {
|
||||
return false;
|
||||
}
|
||||
n nVar = (n) ((u) obj);
|
||||
if (this.f1857a != nVar.f1857a) {
|
||||
return false;
|
||||
}
|
||||
if (this.f1858b != nVar.f1858b) {
|
||||
return false;
|
||||
}
|
||||
if (!this.f1859c.equals(nVar.f1859c)) {
|
||||
return false;
|
||||
}
|
||||
Integer num = nVar.f1860d;
|
||||
Integer num2 = this.f1860d;
|
||||
if (num2 == null) {
|
||||
if (num != null) {
|
||||
return false;
|
||||
}
|
||||
} else if (!num2.equals(num)) {
|
||||
return false;
|
||||
}
|
||||
String str = nVar.f1861e;
|
||||
String str2 = this.f1861e;
|
||||
if (str2 == null) {
|
||||
if (str != null) {
|
||||
return false;
|
||||
}
|
||||
} else if (!str2.equals(str)) {
|
||||
return false;
|
||||
}
|
||||
if (!this.f1862f.equals(nVar.f1862f)) {
|
||||
return false;
|
||||
}
|
||||
Object obj2 = y.f1872a;
|
||||
return obj2.equals(obj2);
|
||||
}
|
||||
|
||||
public final int hashCode() {
|
||||
long j4 = this.f1857a;
|
||||
long j5 = this.f1858b;
|
||||
int hashCode = (((((((int) (j4 ^ (j4 >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j5 >>> 32) ^ j5))) * 1000003) ^ this.f1859c.hashCode()) * 1000003;
|
||||
Integer num = this.f1860d;
|
||||
int hashCode2 = (hashCode ^ (num == null ? 0 : num.hashCode())) * 1000003;
|
||||
String str = this.f1861e;
|
||||
return ((this.f1862f.hashCode() ^ ((hashCode2 ^ (str != null ? str.hashCode() : 0)) * 1000003)) * 1000003) ^ y.f1872a.hashCode();
|
||||
}
|
||||
|
||||
public final String toString() {
|
||||
return "LogRequest{requestTimeMs=" + this.f1857a + ", requestUptimeMs=" + this.f1858b + ", clientInfo=" + this.f1859c + ", logSource=" + this.f1860d + ", logSourceName=" + this.f1861e + ", logEvents=" + this.f1862f + ", qosTier=" + y.f1872a + "}";
|
||||
}
|
||||
}
|
||||
54
apk_decompiled/sources/V1/o.java
Normal file
54
apk_decompiled/sources/V1/o.java
Normal file
@@ -0,0 +1,54 @@
|
||||
package V1;
|
||||
|
||||
import android.util.JsonReader;
|
||||
import android.util.JsonToken;
|
||||
import java.io.BufferedReader;
|
||||
import java.io.IOException;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class o {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final long f1863a;
|
||||
|
||||
public o(long j4) {
|
||||
this.f1863a = j4;
|
||||
}
|
||||
|
||||
public static o a(BufferedReader bufferedReader) {
|
||||
JsonReader jsonReader = new JsonReader(bufferedReader);
|
||||
try {
|
||||
jsonReader.beginObject();
|
||||
while (jsonReader.hasNext()) {
|
||||
if (jsonReader.nextName().equals("nextRequestWaitMillis")) {
|
||||
return jsonReader.peek() == JsonToken.STRING ? new o(Long.parseLong(jsonReader.nextString())) : new o(jsonReader.nextLong());
|
||||
}
|
||||
jsonReader.skipValue();
|
||||
}
|
||||
throw new IOException("Response is missing nextRequestWaitMillis field.");
|
||||
} finally {
|
||||
jsonReader.close();
|
||||
}
|
||||
}
|
||||
|
||||
public final boolean equals(Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (obj instanceof o) {
|
||||
if (this.f1863a == ((o) obj).f1863a) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public final int hashCode() {
|
||||
long j4 = this.f1863a;
|
||||
return ((int) ((j4 >>> 32) ^ j4)) ^ 1000003;
|
||||
}
|
||||
|
||||
public final String toString() {
|
||||
return C.w.q(new StringBuilder("LogResponse{nextRequestWaitMillis="), this.f1863a, "}");
|
||||
}
|
||||
}
|
||||
44
apk_decompiled/sources/V1/p.java
Normal file
44
apk_decompiled/sources/V1/p.java
Normal file
@@ -0,0 +1,44 @@
|
||||
package V1;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class p extends x {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final w f1864a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final v f1865b;
|
||||
|
||||
public p(w wVar, v vVar) {
|
||||
this.f1864a = wVar;
|
||||
this.f1865b = vVar;
|
||||
}
|
||||
|
||||
public final boolean equals(Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (obj instanceof x) {
|
||||
x xVar = (x) obj;
|
||||
w wVar = this.f1864a;
|
||||
if (wVar != null ? wVar.equals(((p) xVar).f1864a) : ((p) xVar).f1864a == null) {
|
||||
v vVar = this.f1865b;
|
||||
if (vVar != null ? vVar.equals(((p) xVar).f1865b) : ((p) xVar).f1865b == null) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public final int hashCode() {
|
||||
w wVar = this.f1864a;
|
||||
int hashCode = ((wVar == null ? 0 : wVar.hashCode()) ^ 1000003) * 1000003;
|
||||
v vVar = this.f1865b;
|
||||
return hashCode ^ (vVar != null ? vVar.hashCode() : 0);
|
||||
}
|
||||
|
||||
public final String toString() {
|
||||
return "NetworkConnectionInfo{networkType=" + this.f1864a + ", mobileSubtype=" + this.f1865b + "}";
|
||||
}
|
||||
}
|
||||
5
apk_decompiled/sources/V1/q.java
Normal file
5
apk_decompiled/sources/V1/q.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package V1;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public abstract class q {
|
||||
}
|
||||
33
apk_decompiled/sources/V1/r.java
Normal file
33
apk_decompiled/sources/V1/r.java
Normal file
@@ -0,0 +1,33 @@
|
||||
package V1;
|
||||
|
||||
/* JADX WARN: Failed to restore enum class, 'enum' modifier and super class removed */
|
||||
/* JADX WARN: Unknown enum class pattern. Please report as an issue! */
|
||||
/* loaded from: classes3.dex */
|
||||
public final class r {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final r f1866a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public static final /* synthetic */ r[] f1867b;
|
||||
|
||||
/* JADX INFO: Fake field, exist only in values array */
|
||||
r EF0;
|
||||
|
||||
/* JADX WARN: Type inference failed for: r0v0, types: [java.lang.Enum, V1.r] */
|
||||
/* JADX WARN: Type inference failed for: r1v1, types: [java.lang.Enum, V1.r] */
|
||||
static {
|
||||
?? r02 = new Enum("UNKNOWN", 0);
|
||||
?? r12 = new Enum("ANDROID_FIREBASE", 1);
|
||||
f1866a = r12;
|
||||
f1867b = new r[]{r02, r12};
|
||||
}
|
||||
|
||||
public static r valueOf(String str) {
|
||||
return (r) Enum.valueOf(r.class, str);
|
||||
}
|
||||
|
||||
public static r[] values() {
|
||||
return (r[]) f1867b.clone();
|
||||
}
|
||||
}
|
||||
5
apk_decompiled/sources/V1/s.java
Normal file
5
apk_decompiled/sources/V1/s.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package V1;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public abstract class s {
|
||||
}
|
||||
5
apk_decompiled/sources/V1/t.java
Normal file
5
apk_decompiled/sources/V1/t.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package V1;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public abstract class t {
|
||||
}
|
||||
5
apk_decompiled/sources/V1/u.java
Normal file
5
apk_decompiled/sources/V1/u.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package V1;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public abstract class u {
|
||||
}
|
||||
93
apk_decompiled/sources/V1/v.java
Normal file
93
apk_decompiled/sources/V1/v.java
Normal file
@@ -0,0 +1,93 @@
|
||||
package V1;
|
||||
|
||||
import android.util.SparseArray;
|
||||
|
||||
/* JADX WARN: Failed to restore enum class, 'enum' modifier and super class removed */
|
||||
/* JADX WARN: Unknown enum class pattern. Please report as an issue! */
|
||||
/* loaded from: classes3.dex */
|
||||
public final class v {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final SparseArray f1868a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public static final /* synthetic */ v[] f1869b;
|
||||
|
||||
/* JADX INFO: Fake field, exist only in values array */
|
||||
v EF1;
|
||||
|
||||
/* JADX WARN: Type inference failed for: r0v10, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r0v13, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r10v2, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r11v3, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r12v2, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r13v3, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r14v2, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r15v3, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r1v0, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r1v3, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r1v6, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r2v1, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r2v4, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r2v7, types: [java.lang.Enum, V1.v] */
|
||||
/* JADX WARN: Type inference failed for: r3v1, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r4v1, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r5v2, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r6v1, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r7v2, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r8v1, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r9v2, types: [java.lang.Enum, V1.v, java.lang.Object] */
|
||||
static {
|
||||
?? r12 = new Enum("UNKNOWN_MOBILE_SUBTYPE", 0);
|
||||
?? r22 = new Enum("GPRS", 1);
|
||||
?? r32 = new Enum("EDGE", 2);
|
||||
?? r4 = new Enum("UMTS", 3);
|
||||
?? r5 = new Enum("CDMA", 4);
|
||||
?? r6 = new Enum("EVDO_0", 5);
|
||||
?? r7 = new Enum("EVDO_A", 6);
|
||||
?? r8 = new Enum("RTT", 7);
|
||||
?? r9 = new Enum("HSDPA", 8);
|
||||
?? r10 = new Enum("HSUPA", 9);
|
||||
?? r11 = new Enum("HSPA", 10);
|
||||
?? r122 = new Enum("IDEN", 11);
|
||||
?? r13 = new Enum("EVDO_B", 12);
|
||||
?? r14 = new Enum("LTE", 13);
|
||||
?? r15 = new Enum("EHRPD", 14);
|
||||
?? r02 = new Enum("HSPAP", 15);
|
||||
?? r16 = new Enum("GSM", 16);
|
||||
?? r23 = new Enum("TD_SCDMA", 17);
|
||||
?? r03 = new Enum("IWLAN", 18);
|
||||
?? r17 = new Enum("LTE_CA", 19);
|
||||
f1869b = new v[]{r12, r22, r32, r4, r5, r6, r7, r8, r9, r10, r11, r122, r13, r14, r15, r02, r16, r23, r03, r17, new Enum("COMBINED", 20)};
|
||||
SparseArray sparseArray = new SparseArray();
|
||||
f1868a = sparseArray;
|
||||
sparseArray.put(0, r12);
|
||||
sparseArray.put(1, r22);
|
||||
sparseArray.put(2, r32);
|
||||
sparseArray.put(3, r4);
|
||||
sparseArray.put(4, r5);
|
||||
sparseArray.put(5, r6);
|
||||
sparseArray.put(6, r7);
|
||||
sparseArray.put(7, r8);
|
||||
sparseArray.put(8, r9);
|
||||
sparseArray.put(9, r10);
|
||||
sparseArray.put(10, r11);
|
||||
sparseArray.put(11, r122);
|
||||
sparseArray.put(12, r13);
|
||||
sparseArray.put(13, r14);
|
||||
sparseArray.put(14, r15);
|
||||
sparseArray.put(15, r02);
|
||||
sparseArray.put(16, r16);
|
||||
sparseArray.put(17, r23);
|
||||
sparseArray.put(18, r03);
|
||||
sparseArray.put(19, r17);
|
||||
}
|
||||
|
||||
public static v valueOf(String str) {
|
||||
return (v) Enum.valueOf(v.class, str);
|
||||
}
|
||||
|
||||
public static v[] values() {
|
||||
return (v[]) f1869b.clone();
|
||||
}
|
||||
}
|
||||
89
apk_decompiled/sources/V1/w.java
Normal file
89
apk_decompiled/sources/V1/w.java
Normal file
@@ -0,0 +1,89 @@
|
||||
package V1;
|
||||
|
||||
import android.util.SparseArray;
|
||||
|
||||
/* JADX WARN: Failed to restore enum class, 'enum' modifier and super class removed */
|
||||
/* JADX WARN: Unknown enum class pattern. Please report as an issue! */
|
||||
/* loaded from: classes3.dex */
|
||||
public final class w {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final SparseArray f1870a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public static final /* synthetic */ w[] f1871b;
|
||||
|
||||
/* JADX INFO: Fake field, exist only in values array */
|
||||
w EF1;
|
||||
|
||||
/* JADX WARN: Type inference failed for: r0v10, types: [V1.w, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r0v13, types: [V1.w, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r10v2, types: [V1.w, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r11v3, types: [V1.w, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r12v2, types: [V1.w, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r13v3, types: [V1.w, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r14v2, types: [V1.w, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r15v3, types: [V1.w, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r1v0, types: [V1.w, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r1v3, types: [V1.w, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r2v1, types: [V1.w, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r2v4, types: [V1.w, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r3v1, types: [V1.w, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r4v1, types: [V1.w, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r5v2, types: [V1.w, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r6v1, types: [V1.w, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r7v2, types: [V1.w, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r8v1, types: [V1.w, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r9v2, types: [V1.w, java.lang.Enum, java.lang.Object] */
|
||||
static {
|
||||
?? r12 = new Enum("MOBILE", 0);
|
||||
?? r22 = new Enum("WIFI", 1);
|
||||
?? r32 = new Enum("MOBILE_MMS", 2);
|
||||
?? r4 = new Enum("MOBILE_SUPL", 3);
|
||||
?? r5 = new Enum("MOBILE_DUN", 4);
|
||||
?? r6 = new Enum("MOBILE_HIPRI", 5);
|
||||
?? r7 = new Enum("WIMAX", 6);
|
||||
?? r8 = new Enum("BLUETOOTH", 7);
|
||||
?? r9 = new Enum("DUMMY", 8);
|
||||
?? r10 = new Enum("ETHERNET", 9);
|
||||
?? r11 = new Enum("MOBILE_FOTA", 10);
|
||||
?? r122 = new Enum("MOBILE_IMS", 11);
|
||||
?? r13 = new Enum("MOBILE_CBS", 12);
|
||||
?? r14 = new Enum("WIFI_P2P", 13);
|
||||
?? r15 = new Enum("MOBILE_IA", 14);
|
||||
?? r02 = new Enum("MOBILE_EMERGENCY", 15);
|
||||
?? r16 = new Enum("PROXY", 16);
|
||||
?? r23 = new Enum("VPN", 17);
|
||||
?? r03 = new Enum("NONE", 18);
|
||||
f1871b = new w[]{r12, r22, r32, r4, r5, r6, r7, r8, r9, r10, r11, r122, r13, r14, r15, r02, r16, r23, r03};
|
||||
SparseArray sparseArray = new SparseArray();
|
||||
f1870a = sparseArray;
|
||||
sparseArray.put(0, r12);
|
||||
sparseArray.put(1, r22);
|
||||
sparseArray.put(2, r32);
|
||||
sparseArray.put(3, r4);
|
||||
sparseArray.put(4, r5);
|
||||
sparseArray.put(5, r6);
|
||||
sparseArray.put(6, r7);
|
||||
sparseArray.put(7, r8);
|
||||
sparseArray.put(8, r9);
|
||||
sparseArray.put(9, r10);
|
||||
sparseArray.put(10, r11);
|
||||
sparseArray.put(11, r122);
|
||||
sparseArray.put(12, r13);
|
||||
sparseArray.put(13, r14);
|
||||
sparseArray.put(14, r15);
|
||||
sparseArray.put(15, r02);
|
||||
sparseArray.put(16, r16);
|
||||
sparseArray.put(17, r23);
|
||||
sparseArray.put(-1, r03);
|
||||
}
|
||||
|
||||
public static w valueOf(String str) {
|
||||
return (w) Enum.valueOf(w.class, str);
|
||||
}
|
||||
|
||||
public static w[] values() {
|
||||
return (w[]) f1871b.clone();
|
||||
}
|
||||
}
|
||||
5
apk_decompiled/sources/V1/x.java
Normal file
5
apk_decompiled/sources/V1/x.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package V1;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public abstract class x {
|
||||
}
|
||||
47
apk_decompiled/sources/V1/y.java
Normal file
47
apk_decompiled/sources/V1/y.java
Normal file
@@ -0,0 +1,47 @@
|
||||
package V1;
|
||||
|
||||
import android.util.SparseArray;
|
||||
|
||||
/* JADX WARN: Failed to restore enum class, 'enum' modifier and super class removed */
|
||||
/* JADX WARN: Unknown enum class pattern. Please report as an issue! */
|
||||
/* loaded from: classes3.dex */
|
||||
public final class y {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final y f1872a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public static final /* synthetic */ y[] f1873b;
|
||||
|
||||
/* JADX WARN: Type inference failed for: r0v0, types: [V1.y, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r1v1, types: [V1.y, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r2v1, types: [V1.y, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r3v1, types: [V1.y, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r4v1, types: [V1.y, java.lang.Enum, java.lang.Object] */
|
||||
/* JADX WARN: Type inference failed for: r5v1, types: [V1.y, java.lang.Enum, java.lang.Object] */
|
||||
static {
|
||||
?? r02 = new Enum("DEFAULT", 0);
|
||||
f1872a = r02;
|
||||
?? r12 = new Enum("UNMETERED_ONLY", 1);
|
||||
?? r22 = new Enum("UNMETERED_OR_DAILY", 2);
|
||||
?? r32 = new Enum("FAST_IF_RADIO_AWAKE", 3);
|
||||
?? r4 = new Enum("NEVER", 4);
|
||||
?? r5 = new Enum("UNRECOGNIZED", 5);
|
||||
f1873b = new y[]{r02, r12, r22, r32, r4, r5};
|
||||
SparseArray sparseArray = new SparseArray();
|
||||
sparseArray.put(0, r02);
|
||||
sparseArray.put(1, r12);
|
||||
sparseArray.put(2, r22);
|
||||
sparseArray.put(3, r32);
|
||||
sparseArray.put(4, r4);
|
||||
sparseArray.put(-1, r5);
|
||||
}
|
||||
|
||||
public static y valueOf(String str) {
|
||||
return (y) Enum.valueOf(y.class, str);
|
||||
}
|
||||
|
||||
public static y[] values() {
|
||||
return (y[]) f1873b.clone();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user