43 lines
1012 B
Java
43 lines
1012 B
Java
package o;
|
|
|
|
import java.util.List;
|
|
import o.InterfaceC9169dee;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class aGF extends ZI<InterfaceC9169dee.RVV> {
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public aGF(C16903sI c16903sI) {
|
|
super(c16903sI);
|
|
C14957gcv.e(c16903sI, "");
|
|
}
|
|
|
|
/* loaded from: classes4.dex */
|
|
public static final class RVV {
|
|
private RVV() {
|
|
}
|
|
|
|
public /* synthetic */ RVV(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public static /* synthetic */ void a(List list, InterfaceC9169dee.RVV rvv) {
|
|
C14957gcv.e(list, "");
|
|
rvv.d((List<C0562Jl>) list);
|
|
}
|
|
|
|
public static /* synthetic */ void a(String str, InterfaceC9169dee.RVV rvv) {
|
|
C14957gcv.e(str, "");
|
|
if (C14957gcv.b((Object) str, (Object) "CVP")) {
|
|
rvv.b();
|
|
} else {
|
|
rvv.c();
|
|
}
|
|
}
|
|
|
|
static {
|
|
new RVV((byte) 0);
|
|
}
|
|
}
|