39 lines
1.3 KiB
Java
39 lines
1.3 KiB
Java
|
package com.kofax.mobile.sdk.t;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import com.kofax.mobile.sdk._internal.extraction.id.i;
|
||
|
import com.kofax.mobile.sdk._internal.extraction.id.j;
|
||
|
import o.fPK;
|
||
|
import o.fZE;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class b implements fPK<a> {
|
||
|
private final fZE<com.kofax.mobile.sdk.b.c> Le;
|
||
|
private final fZE<j> Lg;
|
||
|
private final fZE<i> Lj;
|
||
|
private final fZE<com.kofax.mobile.sdk.b.d> ND;
|
||
|
private final fZE<Context> X;
|
||
|
|
||
|
public b(fZE<Context> fze, fZE<com.kofax.mobile.sdk.b.c> fze2, fZE<com.kofax.mobile.sdk.b.d> fze3, fZE<i> fze4, fZE<j> fze5) {
|
||
|
this.X = fze;
|
||
|
this.Le = fze2;
|
||
|
this.ND = fze3;
|
||
|
this.Lj = fze4;
|
||
|
this.Lg = fze5;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: or, reason: merged with bridge method [inline-methods] */
|
||
|
public final a get() {
|
||
|
return new a(this.X.get(), this.Le.get(), this.ND.get(), this.Lj.get(), this.Lg.get());
|
||
|
}
|
||
|
|
||
|
public static b c(fZE<Context> fze, fZE<com.kofax.mobile.sdk.b.c> fze2, fZE<com.kofax.mobile.sdk.b.d> fze3, fZE<i> fze4, fZE<j> fze5) {
|
||
|
return new b(fze, fze2, fze3, fze4, fze5);
|
||
|
}
|
||
|
|
||
|
public static a a(Context context, com.kofax.mobile.sdk.b.c cVar, com.kofax.mobile.sdk.b.d dVar, i iVar, j jVar) {
|
||
|
return new a(context, cVar, dVar, iVar, jVar);
|
||
|
}
|
||
|
}
|