package p138.p176.p278.p279.p284.p285;

import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import p138.p176.p278.p279.InterfaceC5186;

/* JADX INFO: renamed from: ދ.ހ.ހ.֏.ޙ.֏.ށ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C5238 implements InterfaceC5186 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final SharedPreferences.Editor f15466;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final String f15467;

    public C5238(Context context, String str, String str2) {
        if (str == null) {
            throw new IllegalArgumentException("keysetName cannot be null");
        }
        this.f15467 = str;
        Context applicationContext = context.getApplicationContext();
        if (str2 == null) {
            this.f15466 = PreferenceManager.getDefaultSharedPreferences(applicationContext).edit();
        } else {
            this.f15466 = applicationContext.getSharedPreferences(str2, 0).edit();
        }
    }
}
