package com.google.android.play.core.integrity;

/* JADX INFO: loaded from: classes3.dex */
final class ao extends IntegrityTokenRequest {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private final String f13613a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private final Long f13614b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private final Object f13615c = null;

    public /* synthetic */ ao(String str, Long l, Object obj, an anVar) {
        this.f13613a = str;
        this.f13614b = l;
    }

    private static boolean a() {
        return true;
    }

    @Override // com.google.android.play.core.integrity.IntegrityTokenRequest
    public final Long cloudProjectNumber() {
        return this.f13614b;
    }

    /* JADX WARN: Removed duplicated region for block: B:14:0x0024  */
    /*
        Code decompiled incorrectly, please refer to instructions dump.
    */
    public final boolean equals(Object obj) {
        boolean z6;
        Long l;
        if (obj == this) {
            return true;
        }
        if (obj instanceof IntegrityTokenRequest) {
            IntegrityTokenRequest integrityTokenRequest = (IntegrityTokenRequest) obj;
            z6 = this.f13613a.equals(integrityTokenRequest.nonce()) && ((l = this.f13614b) != null ? l.equals(integrityTokenRequest.cloudProjectNumber()) : integrityTokenRequest.cloudProjectNumber() == null);
        }
        if (!(obj instanceof ao) || !a()) {
            return z6;
        }
        ao aoVar = (ao) obj;
        if (!z6) {
            return false;
        }
        Object obj2 = aoVar.f13615c;
        return true;
    }

    public final int hashCode() {
        int iHashCode = this.f13613a.hashCode() ^ 1000003;
        Long l = this.f13614b;
        int iHashCode2 = (iHashCode * 1000003) ^ (l == null ? 0 : l.hashCode());
        return a() ? iHashCode2 * 1000003 : iHashCode2;
    }

    @Override // com.google.android.play.core.integrity.IntegrityTokenRequest
    public final String nonce() {
        return this.f13613a;
    }

    public final String toString() {
        String strConcat = "IntegrityTokenRequest{nonce=" + this.f13613a + ", cloudProjectNumber=" + this.f13614b;
        if (a()) {
            strConcat = strConcat.concat(", network=null");
        }
        return strConcat.concat("}");
    }
}
