what-the-bank/sources/com/kofax/mobile/sdk/ah/c.java

40 lines
1.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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<ConnectivityManager> {
private final fZE<Context> X;
private final a Yd;
public c(a aVar, fZE<Context> 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<Context> 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");
}
}