19 lines
487 B
Java
19 lines
487 B
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.BJj, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class C0189BJj {
|
||
|
private final String d;
|
||
|
public static final C0189BJj c = new C0189BJj("ENABLED");
|
||
|
public static final C0189BJj a = new C0189BJj("DISABLED");
|
||
|
public static final C0189BJj e = new C0189BJj("DESTROYED");
|
||
|
|
||
|
private C0189BJj(String str) {
|
||
|
this.d = str;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
return this.d;
|
||
|
}
|
||
|
}
|