package defpackage;

import android.content.Context;

/* JADX INFO: renamed from: ᵹᵭˌ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C5089 extends AbstractC4516 implements InterfaceC1841 {

    /* JADX INFO: renamed from: ᵔᵖᵹᵫ, reason: contains not printable characters */
    public final /* synthetic */ Context f19179;

    /* JADX INFO: renamed from: ᵜᵪʾ, reason: contains not printable characters */
    public final /* synthetic */ int f19180;

    /* JADX INFO: renamed from: ᵨᵼⁱ, reason: contains not printable characters */
    public final /* synthetic */ Object f19181;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ C5089(Context context, Object obj, int i) {
        super(0);
        this.f19180 = i;
        this.f19179 = context;
        this.f19181 = obj;
    }

    @Override // defpackage.InterfaceC1841
    /* JADX INFO: renamed from: ᵲᵶᵳˈ */
    public final Object mo1021() {
        int i = this.f19180;
        Object obj = this.f19181;
        Context context = this.f19179;
        switch (i) {
            case 0:
                return ᵴᵧˈ.ᵱᵽʡᵚ(context, ((C4899) obj).f18640.concat(".preferences_pb"));
            default:
                return context.getSharedPreferences((String) obj, 0);
        }
    }
}
