discord-jadx/app/src/main/java/c/i/a/c/z1/y.java

33 lines
748 B
Java

package c.i.a.c.z1;
import c.i.a.c.i2.f0;
import java.util.UUID;
/* compiled from: FrameworkMediaCrypto */
public final class y implements w {
public static final boolean a;
public final UUID b;
/* renamed from: c reason: collision with root package name */
public final byte[] f1018c;
public final boolean d;
static {
boolean z2;
if ("Amazon".equals(f0.f904c)) {
String str = f0.d;
if ("AFTM".equals(str) || "AFTB".equals(str)) {
z2 = true;
a = z2;
}
}
z2 = false;
a = z2;
}
public y(UUID uuid, byte[] bArr, boolean z2) {
this.b = uuid;
this.f1018c = bArr;
this.d = z2;
}
}