package d4;

import com.google.protobuf.T;

/* JADX INFO: renamed from: d4.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public enum EnumC1946b implements T {
    FIRST(0),
    LAST(1),
    UNRECOGNIZED(-1);


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

    EnumC1946b(int i6) {
        this.f16227a = i6;
    }

    @Override // com.google.protobuf.T
    public final int getNumber() {
        if (this != UNRECOGNIZED) {
            return this.f16227a;
        }
        throw new IllegalArgumentException("Can't get the number of an unknown enum value.");
    }
}
