package com.kofax.mobile.sdk.ah; import android.content.Context; import android.net.ConnectivityManager; import o.fPK; import o.fZE; /* loaded from: classes3.dex */ public final class c implements fPK { private final fZE X; private final a Yd; public c(a aVar, fZE fze) { this.Yd = aVar; this.X = fze; } @Override // o.fZE /* renamed from: sr, reason: merged with bridge method [inline-methods] */ public final ConnectivityManager get() { ConnectivityManager u = this.Yd.u(this.X.get()); if (u != null) { return u; } throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method"); } public static c b(a aVar, fZE fze) { return new c(aVar, fze); } public static ConnectivityManager b(a aVar, Context context) { ConnectivityManager u = aVar.u(context); if (u != null) { return u; } throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method"); } }