package u6;

import androidx.annotation.Nullable;
import com.google.android.datatransport.cct.internal.NetworkConnectionInfo$MobileSubtype;
import com.google.android.datatransport.cct.internal.NetworkConnectionInfo$NetworkType;

/* JADX INFO: loaded from: classes2.dex */
public final class t extends c0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public NetworkConnectionInfo$NetworkType f33357a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public NetworkConnectionInfo$MobileSubtype f33358b;

    @Override // u6.c0
    public c0 setMobileSubtype(@Nullable NetworkConnectionInfo$MobileSubtype networkConnectionInfo$MobileSubtype) {
        this.f33358b = networkConnectionInfo$MobileSubtype;
        return this;
    }

    @Override // u6.c0
    public c0 setNetworkType(@Nullable NetworkConnectionInfo$NetworkType networkConnectionInfo$NetworkType) {
        this.f33357a = networkConnectionInfo$NetworkType;
        return this;
    }
}
