package e;

import java.util.UUID;
import kotlin.jvm.internal.p;

/* JADX INFO: renamed from: e.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1948b extends p implements J4.a {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final C1948b f16229b = new C1948b(0, 0);

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final C1948b f16230c = new C1948b(0, 1);

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final C1948b f16231d = new C1948b(0, 2);

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ C1948b(int i6, int i7) {
        super(i6);
        this.f16232a = i7;
    }

    @Override // J4.a
    public final Object invoke() {
        switch (this.f16232a) {
            case 0:
                return UUID.randomUUID().toString();
            case 1:
                return null;
            default:
                return null;
        }
    }
}
