77 lines
2.5 KiB
Java
77 lines
2.5 KiB
Java
package p005;
|
||
|
||
import android.os.RemoteException;
|
||
import p001.InterfaceC0001;
|
||
import p002.InterfaceC0004;
|
||
import p003.InterfaceC0007;
|
||
import p004.C0016;
|
||
import p007.C0025;
|
||
|
||
/* JADX INFO: renamed from: Ԭ.Ϳ, reason: contains not printable characters */
|
||
/* JADX INFO: loaded from: classes.dex */
|
||
public class C0017 {
|
||
|
||
/* JADX INFO: renamed from: Ϳ, reason: contains not printable characters */
|
||
public InterfaceC0001 f12;
|
||
|
||
/* JADX INFO: renamed from: Ԭ.Ϳ$Ϳ, reason: contains not printable characters */
|
||
public class BinderC0018 extends InterfaceC0004.AbstractBinderC0005 {
|
||
|
||
/* JADX INFO: renamed from: Ϳ, reason: contains not printable characters */
|
||
public final /* synthetic */ InterfaceC0007 f13;
|
||
|
||
public BinderC0018(InterfaceC0007 interfaceC0007) {
|
||
this.f13 = interfaceC0007;
|
||
}
|
||
|
||
@Override // p002.InterfaceC0004
|
||
/* JADX INFO: renamed from: Ϳ */
|
||
public void mo7(String str, String str2, String str3) {
|
||
InterfaceC0007 interfaceC0007 = this.f13;
|
||
if (interfaceC0007 != null) {
|
||
interfaceC0007.mo10(str, str2, str3);
|
||
}
|
||
}
|
||
}
|
||
|
||
/* JADX INFO: renamed from: Ԭ.Ϳ$Ԩ, reason: contains not printable characters */
|
||
public static final class C0019 {
|
||
|
||
/* JADX INFO: renamed from: Ϳ, reason: contains not printable characters */
|
||
public static C0017 f15 = new C0017();
|
||
}
|
||
|
||
/* JADX INFO: renamed from: Ԩ, reason: contains not printable characters */
|
||
public static C0017 m13() {
|
||
return C0019.f15;
|
||
}
|
||
|
||
/* JADX INFO: renamed from: Ϳ, reason: contains not printable characters */
|
||
public void m14(InterfaceC0007 interfaceC0007) {
|
||
if (m15() == null) {
|
||
return;
|
||
}
|
||
try {
|
||
this.f12.mo2(new BinderC0018(interfaceC0007));
|
||
} catch (RemoteException e) {
|
||
e.printStackTrace();
|
||
}
|
||
}
|
||
|
||
/* JADX INFO: renamed from: ԩ, reason: contains not printable characters */
|
||
public InterfaceC0001 m15() {
|
||
if (this.f12 == null) {
|
||
try {
|
||
this.f12 = InterfaceC0001.AbstractBinderC0002.m5(C0025.m27(ClassLoader.getSystemClassLoader(), C0016.m12(new byte[]{-65, -64, 1, -56, 27, 0, -62, 78, -86, -55, 44, -58, 2}, new byte[]{-52, -91, 115, -66, 114, 99, -89, 17})));
|
||
} catch (Throwable unused) {
|
||
}
|
||
}
|
||
return this.f12;
|
||
}
|
||
|
||
/* JADX INFO: renamed from: Ԫ, reason: contains not printable characters */
|
||
public boolean m16() {
|
||
return m15() != null;
|
||
}
|
||
}
|