package D0;

/* JADX INFO: loaded from: classes.dex */
public final class i extends b {

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ int f433e;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ i(int i, String str, String str2) {
        super(2, str, str2);
        this.f433e = i;
    }

    @Override // D0.c
    public final boolean b() {
        switch (this.f433e) {
            case 0:
                if (!super.b() || !C0.d.a("MULTI_PROCESS")) {
                    return false;
                }
                int i = C0.c.f279a;
                if (j.f434a.b()) {
                    return l.f437a.getStatics().isMultiProcessEnabled();
                }
                throw new UnsupportedOperationException("This method is not supported by the current version of the framework and the current WebView APK");
            default:
                if (C0.d.a("MULTI_PROFILE")) {
                    return super.b();
                }
                return false;
        }
    }
}
