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

import android.os.Bundle;
import androidx.annotation.Nullable;
import java.util.Arrays;

/* JADX INFO: loaded from: classes2.dex */
public final class d0 implements com.google.android.gms.common.api.c {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final d0 f8321a = new c0().a();

    @Nullable
    private final String zab;

    public final Bundle a() {
        Bundle bundle = new Bundle();
        String str = this.zab;
        if (str != null) {
            bundle.putString("api", str);
        }
        return bundle;
    }

    public final boolean equals(@Nullable Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof d0) {
            return v.equal(this.zab, ((d0) obj).zab);
        }
        return false;
    }

    public final int hashCode() {
        return Arrays.hashCode(new Object[]{this.zab});
    }
}
