55 lines
1.3 KiB
Java
55 lines
1.3 KiB
Java
|
package com.kofax.mobile.sdk.f;
|
||
|
|
||
|
import o.fOW;
|
||
|
import o.fZE;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class c implements fOW<a> {
|
||
|
private final fZE<j> xa;
|
||
|
private final fZE<l> xb;
|
||
|
private final fZE<h> xc;
|
||
|
private final fZE<d> xd;
|
||
|
private final fZE<f> xe;
|
||
|
|
||
|
public c(fZE<j> fze, fZE<l> fze2, fZE<h> fze3, fZE<d> fze4, fZE<f> fze5) {
|
||
|
this.xa = fze;
|
||
|
this.xb = fze2;
|
||
|
this.xc = fze3;
|
||
|
this.xd = fze4;
|
||
|
this.xe = fze5;
|
||
|
}
|
||
|
|
||
|
public static fOW<a> create(fZE<j> fze, fZE<l> fze2, fZE<h> fze3, fZE<d> fze4, fZE<f> fze5) {
|
||
|
return new c(fze, fze2, fze3, fze4, fze5);
|
||
|
}
|
||
|
|
||
|
/* renamed from: b, reason: merged with bridge method [inline-methods] */
|
||
|
public final void injectMembers(a aVar) {
|
||
|
a(aVar, this.xa.get());
|
||
|
a(aVar, this.xb.get());
|
||
|
a(aVar, this.xc.get());
|
||
|
a(aVar, this.xd.get());
|
||
|
a(aVar, this.xe.get());
|
||
|
}
|
||
|
|
||
|
public static void a(a aVar, j jVar) {
|
||
|
aVar.wV = jVar;
|
||
|
}
|
||
|
|
||
|
public static void a(a aVar, l lVar) {
|
||
|
aVar.wW = lVar;
|
||
|
}
|
||
|
|
||
|
public static void a(a aVar, h hVar) {
|
||
|
aVar.wX = hVar;
|
||
|
}
|
||
|
|
||
|
public static void a(a aVar, d dVar) {
|
||
|
aVar.wY = dVar;
|
||
|
}
|
||
|
|
||
|
public static void a(a aVar, f fVar) {
|
||
|
aVar.wZ = fVar;
|
||
|
}
|
||
|
}
|