what-the-bank/sources/o/C16694qRm.java

44 lines
1.5 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.os.Build;
import android.webkit.SafeBrowsingResponse;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Proxy;
import o.Wwj;
import org.chromium.support_lib_boundary.SafeBrowsingResponseBoundaryInterface;
/* renamed from: o.qRm, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C16694qRm extends qYF {
private SafeBrowsingResponseBoundaryInterface b;
private SafeBrowsingResponse c;
public C16694qRm(InvocationHandler invocationHandler) {
this.b = (SafeBrowsingResponseBoundaryInterface) C15269glx.d(SafeBrowsingResponseBoundaryInterface.class, invocationHandler);
}
public C16694qRm(SafeBrowsingResponse safeBrowsingResponse) {
this.c = safeBrowsingResponse;
}
@Override // o.qYF
public final void c(boolean z) {
OrR a = OrR.a("SAFE_BROWSING_RESPONSE_SHOW_INTERSTITIAL");
if (Build.VERSION.SDK_INT >= a.mOsVersion) {
if (this.c == null) {
this.c = Wwj.IeS.a.Cs_(Proxy.getInvocationHandler(this.b));
}
this.c.showInterstitial(z);
} else {
if (a.e()) {
if (this.b == null) {
this.b = (SafeBrowsingResponseBoundaryInterface) C15269glx.d(SafeBrowsingResponseBoundaryInterface.class, Wwj.IeS.a.Ct_(this.c));
}
this.b.showInterstitial(z);
return;
}
throw OrR.c();
}
}
}