package com.google.android.gms.internal.pal;

/* JADX INFO: loaded from: classes2.dex */
public final class k7 {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final k7 f21026b = new k7("ENABLED");

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final k7 f21027c = new k7("DISABLED");

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final k7 f21028d = new k7("DESTROYED");

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f21029a;

    public k7(String str) {
        this.f21029a = str;
    }

    public final String toString() {
        return this.f21029a;
    }
}
