package com.google.android.gms.internal.measurement;

import android.content.Context;

/* JADX INFO: loaded from: classes2.dex */
public final class w4 {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final com.google.common.base.l f20511b;

    public w4(Context context, com.google.common.base.l lVar) {
        this.f20510a = context;
        this.f20511b = lVar;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof w4) {
            w4 w4Var = (w4) obj;
            if (this.f20510a.equals(w4Var.f20510a)) {
                com.google.common.base.l lVar = w4Var.f20511b;
                com.google.common.base.l lVar2 = this.f20511b;
                if (lVar2 != null ? lVar2.equals(lVar) : lVar == null) {
                    return true;
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = (this.f20510a.hashCode() ^ 1000003) * 1000003;
        com.google.common.base.l lVar = this.f20511b;
        return iHashCode ^ (lVar == null ? 0 : lVar.hashCode());
    }

    public final String toString() {
        return "FlagsContext{context=" + String.valueOf(this.f20510a) + ", hermeticFileOverrides=" + String.valueOf(this.f20511b) + "}";
    }
}
