40 lines
1.6 KiB
Java
40 lines
1.6 KiB
Java
|
package com.kofax.mobile.sdk.ah;
|
||
|
|
||
|
import o.fPK;
|
||
|
import o.fZE;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class ay implements fPK<com.kofax.mobile.sdk._internal.camera.q> {
|
||
|
private final o Yi;
|
||
|
private final fZE<com.kofax.mobile.sdk._internal.impl.camera.aa> ad;
|
||
|
private final fZE<com.kofax.mobile.sdk._internal.impl.camera.ak> uN;
|
||
|
|
||
|
public ay(o oVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.aa> fze, fZE<com.kofax.mobile.sdk._internal.impl.camera.ak> fze2) {
|
||
|
this.Yi = oVar;
|
||
|
this.ad = fze;
|
||
|
this.uN = fze2;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: tg, reason: merged with bridge method [inline-methods] */
|
||
|
public final com.kofax.mobile.sdk._internal.camera.q get() {
|
||
|
com.kofax.mobile.sdk._internal.camera.q a = this.Yi.a(this.ad.get(), this.uN.get());
|
||
|
if (a != null) {
|
||
|
return a;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
|
||
|
public static ay b(o oVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.aa> fze, fZE<com.kofax.mobile.sdk._internal.impl.camera.ak> fze2) {
|
||
|
return new ay(oVar, fze, fze2);
|
||
|
}
|
||
|
|
||
|
public static com.kofax.mobile.sdk._internal.camera.q a(o oVar, com.kofax.mobile.sdk._internal.impl.camera.aa aaVar, com.kofax.mobile.sdk._internal.impl.camera.ak akVar) {
|
||
|
com.kofax.mobile.sdk._internal.camera.q a = oVar.a(aaVar, akVar);
|
||
|
if (a != null) {
|
||
|
return a;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
}
|