package l1;

import java.util.UUID;

/* JADX INFO: loaded from: classes.dex */
public final class e extends kotlin.jvm.internal.p implements J4.a {

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

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

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public static final e f20168e = new e(0, 3);

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

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

    @Override // J4.a
    public final Object invoke() {
        switch (this.f20169a) {
            case 0:
                return UUID.randomUUID();
            case 1:
                return Boolean.FALSE;
            case 2:
                return "DEFAULT_TEST_TAG";
            default:
                return UUID.randomUUID();
        }
    }
}
