package com.google.android.gms.common.stats;

import android.os.Parcel;
import android.os.Parcelable;
import java.util.List;
import p000.p001.p002.p003.p004.C0567;
import p138.p176.p177.p242.p246.p252.C4309;

/* JADX INFO: loaded from: classes.dex */
public final class WakeLockEvent extends StatsEvent {
    public static final Parcelable.Creator<WakeLockEvent> CREATOR = new C4309();

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final int f2083;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public final long f2084;

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    public int f2085;

    /* JADX INFO: renamed from: ކ, reason: contains not printable characters */
    public final String f2086;

    /* JADX INFO: renamed from: އ, reason: contains not printable characters */
    public final String f2087;

    /* JADX INFO: renamed from: ވ, reason: contains not printable characters */
    public final String f2088;

    /* JADX INFO: renamed from: މ, reason: contains not printable characters */
    public final int f2089;

    /* JADX INFO: renamed from: ފ, reason: contains not printable characters */
    public final List<String> f2090;

    /* JADX INFO: renamed from: ދ, reason: contains not printable characters */
    public final String f2091;

    /* JADX INFO: renamed from: ތ, reason: contains not printable characters */
    public final long f2092;

    /* JADX INFO: renamed from: ލ, reason: contains not printable characters */
    public int f2093;

    /* JADX INFO: renamed from: ގ, reason: contains not printable characters */
    public final String f2094;

    /* JADX INFO: renamed from: ޏ, reason: contains not printable characters */
    public final float f2095;

    /* JADX INFO: renamed from: ސ, reason: contains not printable characters */
    public final long f2096;

    /* JADX INFO: renamed from: ޑ, reason: contains not printable characters */
    public final boolean f2097;

    /* JADX INFO: renamed from: ޒ, reason: contains not printable characters */
    public long f2098 = -1;

    public WakeLockEvent(int i, long j, int i2, String str, int i3, List<String> list, String str2, long j2, int i4, String str3, String str4, float f, long j3, String str5, boolean z) {
        this.f2083 = i;
        this.f2084 = j;
        this.f2085 = i2;
        this.f2086 = str;
        this.f2087 = str3;
        this.f2088 = str5;
        this.f2089 = i3;
        this.f2090 = list;
        this.f2091 = str2;
        this.f2092 = j2;
        this.f2093 = i4;
        this.f2094 = str4;
        this.f2095 = f;
        this.f2096 = j3;
        this.f2097 = z;
    }

    @Override // android.os.Parcelable
    public final void writeToParcel(Parcel parcel, int i) {
        int iM1843 = C0567.m1843(parcel);
        C0567.m1880(parcel, 1, this.f2083);
        C0567.m1881(parcel, 2, this.f2084);
        C0567.m1885(parcel, 4, this.f2086, false);
        C0567.m1880(parcel, 5, this.f2089);
        List<String> list = this.f2090;
        if (list != null) {
            int iM1954 = C0567.m1954(parcel, 6);
            parcel.writeStringList(list);
            C0567.m1955(parcel, iM1954);
        }
        C0567.m1881(parcel, 8, this.f2092);
        C0567.m1885(parcel, 10, this.f2087, false);
        C0567.m1880(parcel, 11, this.f2085);
        C0567.m1885(parcel, 12, this.f2091, false);
        C0567.m1885(parcel, 13, this.f2094, false);
        C0567.m1880(parcel, 14, this.f2093);
        float f = this.f2095;
        C0567.m1937(parcel, 15, 4);
        parcel.writeFloat(f);
        C0567.m1881(parcel, 16, this.f2096);
        C0567.m1885(parcel, 17, this.f2088, false);
        C0567.m1886(parcel, 18, this.f2097);
        C0567.m1955(parcel, iM1843);
    }
}
