53 lines
718 B
Java
53 lines
718 B
Java
package o;
|
|
|
|
import java.util.List;
|
|
import java.util.Map;
|
|
|
|
/* renamed from: o.dkO, reason: case insensitive filesystem */
|
|
/* loaded from: classes4.dex */
|
|
public interface InterfaceC9470dkO extends InterfaceC6638cYp {
|
|
void a();
|
|
|
|
void a(int i);
|
|
|
|
void a(String str);
|
|
|
|
void a(String str, long j, int i);
|
|
|
|
void b();
|
|
|
|
void b(String str);
|
|
|
|
void c();
|
|
|
|
void c(String str);
|
|
|
|
void c(List<? extends TF> list);
|
|
|
|
void d();
|
|
|
|
void d(String str);
|
|
|
|
void d(String str, Map<String, String> map);
|
|
|
|
void e();
|
|
|
|
void e(long j, int i);
|
|
|
|
void e(String str);
|
|
|
|
void f();
|
|
|
|
void g();
|
|
|
|
void g(String str);
|
|
|
|
void h();
|
|
|
|
void h(String str);
|
|
|
|
void i();
|
|
|
|
void j();
|
|
}
|