package n4;

import d5.AbstractC0844a;

/* JADX INFO: renamed from: n4.b0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1280b0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public Double f15332a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public int f15333b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public boolean f15334c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public int f15335d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public long f15336e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public long f15337f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public byte f15338g;

    public final C1282c0 a() {
        if (this.f15338g == 31) {
            return new C1282c0(this.f15332a, this.f15333b, this.f15334c, this.f15335d, this.f15336e, this.f15337f);
        }
        StringBuilder sb = new StringBuilder();
        if ((this.f15338g & 1) == 0) {
            sb.append(" batteryVelocity");
        }
        if ((this.f15338g & 2) == 0) {
            sb.append(" proximityOn");
        }
        if ((this.f15338g & 4) == 0) {
            sb.append(" orientation");
        }
        if ((this.f15338g & 8) == 0) {
            sb.append(" ramUsed");
        }
        if ((this.f15338g & 16) == 0) {
            sb.append(" diskUsed");
        }
        throw new IllegalStateException(AbstractC0844a.m("Missing required properties:", sb));
    }
}
