what-the-bank/sources/com/kofax/mobile/sdk/af/b.java

37 lines
1012 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.mobile.sdk.af;
import android.content.Context;
import android.location.LocationManager;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class b implements fPK<a> {
private final fZE<com.kofax.mobile.sdk.ai.b> Ud;
private final fZE<LocationManager> wj;
private final fZE<Context> ws;
public b(fZE<Context> fze, fZE<com.kofax.mobile.sdk.ai.b> fze2, fZE<LocationManager> fze3) {
this.ws = fze;
this.Ud = fze2;
this.wj = fze3;
}
@Override // o.fZE
/* renamed from: qV, reason: merged with bridge method [inline-methods] */
public final a get() {
a aVar = new a(this.ws.get());
c.a(aVar, this.Ud.get());
c.a(aVar, this.wj.get());
return aVar;
}
public static b h(fZE<Context> fze, fZE<com.kofax.mobile.sdk.ai.b> fze2, fZE<LocationManager> fze3) {
return new b(fze, fze2, fze3);
}
public static a h(Context context) {
return new a(context);
}
}