75 lines
1.5 KiB
Java
75 lines
1.5 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.dcm, reason: case insensitive filesystem */
|
|
/* loaded from: classes4.dex */
|
|
public interface InterfaceC9071dcm {
|
|
|
|
/* renamed from: o.dcm$LWm */
|
|
/* loaded from: classes4.dex */
|
|
public interface LWm extends InterfaceC6638cYp {
|
|
void a();
|
|
|
|
void a(List<String> list);
|
|
|
|
void a(boolean z);
|
|
|
|
void b();
|
|
|
|
void b(List<String> list);
|
|
|
|
void c();
|
|
|
|
void c(List<String> list);
|
|
|
|
void c(C0455Gy c0455Gy);
|
|
|
|
void c(boolean z);
|
|
|
|
void d();
|
|
|
|
void d(List<String> list);
|
|
|
|
void d(GF gf);
|
|
|
|
void d(boolean z);
|
|
|
|
void e();
|
|
|
|
void e(String str);
|
|
|
|
void e(List<String> list);
|
|
|
|
void e(GG gg);
|
|
|
|
void e(boolean z);
|
|
|
|
void i();
|
|
|
|
void j();
|
|
}
|
|
|
|
/* renamed from: o.dcm$HBt */
|
|
/* loaded from: classes4.dex */
|
|
public interface HBt {
|
|
void b(Boolean bool, Boolean bool2, Boolean bool3, Boolean bool4);
|
|
|
|
static /* synthetic */ void e(HBt hBt, Boolean bool, Boolean bool2, Boolean bool3, Boolean bool4, int i) {
|
|
if ((i & 1) != 0) {
|
|
bool = Boolean.FALSE;
|
|
}
|
|
if ((i & 2) != 0) {
|
|
bool2 = Boolean.FALSE;
|
|
}
|
|
if ((i & 4) != 0) {
|
|
bool3 = Boolean.FALSE;
|
|
}
|
|
if ((i & 8) != 0) {
|
|
bool4 = Boolean.FALSE;
|
|
}
|
|
hBt.b(bool, bool2, bool3, bool4);
|
|
}
|
|
}
|
|
}
|