- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
83 lines
1.4 KiB
Java
83 lines
1.4 KiB
Java
package com.applovin.impl;
|
|
|
|
import java.util.HashMap;
|
|
import java.util.List;
|
|
import java.util.Map;
|
|
import java.util.UUID;
|
|
|
|
/* loaded from: classes.dex */
|
|
public interface z7 {
|
|
|
|
public interface b {
|
|
void a(z7 z7Var, byte[] bArr, int i, int i2, byte[] bArr2);
|
|
}
|
|
|
|
public interface c {
|
|
z7 a(UUID uuid);
|
|
}
|
|
|
|
a a(byte[] bArr, List list, int i, HashMap hashMap);
|
|
|
|
void a();
|
|
|
|
void a(b bVar);
|
|
|
|
void a(byte[] bArr);
|
|
|
|
void a(byte[] bArr, byte[] bArr2);
|
|
|
|
boolean a(byte[] bArr, String str);
|
|
|
|
d b();
|
|
|
|
Map b(byte[] bArr);
|
|
|
|
byte[] b(byte[] bArr, byte[] bArr2);
|
|
|
|
int c();
|
|
|
|
void c(byte[] bArr);
|
|
|
|
z4 d(byte[] bArr);
|
|
|
|
byte[] d();
|
|
|
|
public static final class a {
|
|
private final byte[] a;
|
|
private final String b;
|
|
private final int c;
|
|
|
|
public byte[] a() {
|
|
return this.a;
|
|
}
|
|
|
|
public String b() {
|
|
return this.b;
|
|
}
|
|
|
|
public a(byte[] bArr, String str, int i) {
|
|
this.a = bArr;
|
|
this.b = str;
|
|
this.c = i;
|
|
}
|
|
}
|
|
|
|
public static final class d {
|
|
private final byte[] a;
|
|
private final String b;
|
|
|
|
public byte[] a() {
|
|
return this.a;
|
|
}
|
|
|
|
public String b() {
|
|
return this.b;
|
|
}
|
|
|
|
public d(byte[] bArr, String str) {
|
|
this.a = bArr;
|
|
this.b = str;
|
|
}
|
|
}
|
|
}
|