package g.i.a.b.e.h;

import android.os.Parcel;
import android.os.ParcelUuid;
import android.os.Parcelable;
import io.netty.handler.codec.dns.DnsRecord;
import java.util.ArrayList;
import java.util.List;
import no.nordicsemi.android.dfu.DfuServiceInitiator;

/* JADX INFO: loaded from: classes.dex */
public final class e implements Parcelable {
    public static final Parcelable.Creator<e> CREATOR = new a();
    public List<g.i.a.b.e.h.g.a> A;

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

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

    /* JADX INFO: renamed from: n, reason: collision with root package name */
    public String f5389n;

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

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

    /* JADX INFO: renamed from: q, reason: collision with root package name */
    public String f5392q;

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

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: z, reason: collision with root package name */
    public ParcelUuid[] f5401z;

    public static class a implements Parcelable.Creator<e> {
        @Override // android.os.Parcelable.Creator
        public e createFromParcel(Parcel parcel) {
            return new e(parcel);
        }

        @Override // android.os.Parcelable.Creator
        public e[] newArray(int i2) {
            return new e[i2];
        }
    }

    public e(int i2) {
        this.f5387f = 0;
        this.f5388m = 0;
        this.f5390o = false;
        this.f5391p = true;
        this.f5393r = -1000;
        this.f5394s = 10000L;
        this.f5396u = DfuServiceInitiator.DEFAULT_SCAN_TIMEOUT;
        this.f5397v = true;
        this.f5398w = DnsRecord.CLASS_ANY;
        this.f5399x = true;
        this.A = new ArrayList();
        this.f5387f = i2;
        this.f5395t = false;
        this.f5388m = 0;
    }

    public e(Parcel parcel) {
        this.f5387f = 0;
        this.f5388m = 0;
        this.f5390o = false;
        this.f5391p = true;
        this.f5393r = -1000;
        this.f5394s = 10000L;
        this.f5396u = DfuServiceInitiator.DEFAULT_SCAN_TIMEOUT;
        this.f5397v = true;
        this.f5398w = DnsRecord.CLASS_ANY;
        this.f5399x = true;
        this.A = new ArrayList();
        this.f5387f = parcel.readInt();
        this.f5388m = parcel.readInt();
        this.f5389n = parcel.readString();
        this.f5390o = parcel.readByte() != 0;
        this.f5391p = parcel.readByte() != 0;
        this.f5392q = parcel.readString();
        this.f5393r = parcel.readInt();
        this.f5394s = parcel.readLong();
        this.f5395t = parcel.readByte() != 0;
        this.f5396u = parcel.readLong();
        this.f5397v = parcel.readByte() != 0;
        this.f5398w = parcel.readInt();
        this.f5399x = parcel.readByte() != 0;
        this.f5400y = parcel.readInt();
        this.f5401z = (ParcelUuid[]) parcel.createTypedArray(ParcelUuid.CREATOR);
        this.A = parcel.createTypedArrayList(g.i.a.b.e.h.g.a.CREATOR);
    }

    @Override // android.os.Parcelable
    public int describeContents() {
        return 0;
    }

    @Override // android.os.Parcelable
    public void writeToParcel(Parcel parcel, int i2) {
        parcel.writeInt(this.f5387f);
        parcel.writeInt(this.f5388m);
        parcel.writeString(this.f5389n);
        parcel.writeByte(this.f5390o ? (byte) 1 : (byte) 0);
        parcel.writeByte(this.f5391p ? (byte) 1 : (byte) 0);
        parcel.writeString(this.f5392q);
        parcel.writeInt(this.f5393r);
        parcel.writeLong(this.f5394s);
        parcel.writeByte(this.f5395t ? (byte) 1 : (byte) 0);
        parcel.writeLong(this.f5396u);
        parcel.writeByte(this.f5397v ? (byte) 1 : (byte) 0);
        parcel.writeInt(this.f5398w);
        parcel.writeByte(this.f5399x ? (byte) 1 : (byte) 0);
        parcel.writeInt(this.f5400y);
        parcel.writeTypedArray(this.f5401z, i2);
        parcel.writeTypedList(this.A);
    }
}
