40 lines
1.3 KiB
Java
40 lines
1.3 KiB
Java
|
package com.kofax.mobile.sdk.ah;
|
||
|
|
||
|
import o.fPK;
|
||
|
import o.fZE;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class aw implements fPK<com.kofax.mobile.sdk.ai.a> {
|
||
|
private final o Yi;
|
||
|
private final fZE<com.kofax.mobile.sdk.ad.a> Yl;
|
||
|
private final fZE<com.kofax.mobile.sdk.ac.a> Ym;
|
||
|
|
||
|
public aw(o oVar, fZE<com.kofax.mobile.sdk.ad.a> fze, fZE<com.kofax.mobile.sdk.ac.a> fze2) {
|
||
|
this.Yi = oVar;
|
||
|
this.Yl = fze;
|
||
|
this.Ym = fze2;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: te, reason: merged with bridge method [inline-methods] */
|
||
|
public final com.kofax.mobile.sdk.ai.a get() {
|
||
|
com.kofax.mobile.sdk.ai.a a = this.Yi.a(this.Yl.get(), this.Ym.get());
|
||
|
if (a != null) {
|
||
|
return a;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
|
||
|
public static aw a(o oVar, fZE<com.kofax.mobile.sdk.ad.a> fze, fZE<com.kofax.mobile.sdk.ac.a> fze2) {
|
||
|
return new aw(oVar, fze, fze2);
|
||
|
}
|
||
|
|
||
|
public static com.kofax.mobile.sdk.ai.a a(o oVar, com.kofax.mobile.sdk.ad.a aVar, com.kofax.mobile.sdk.ac.a aVar2) {
|
||
|
com.kofax.mobile.sdk.ai.a a = oVar.a(aVar, aVar2);
|
||
|
if (a != null) {
|
||
|
return a;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
}
|