28 lines
695 B
Java
28 lines
695 B
Java
package com.kofax.mobile.sdk.af;
|
|
|
|
import android.hardware.SensorManager;
|
|
import com.kofax.mobile.sdk._internal.IBus;
|
|
import o.fPK;
|
|
import o.fZE;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class e implements fPK<d> {
|
|
private final fZE<SensorManager> UI;
|
|
private final fZE<IBus> wu;
|
|
|
|
public e(fZE<IBus> fze, fZE<SensorManager> fze2) {
|
|
this.wu = fze;
|
|
this.UI = fze2;
|
|
}
|
|
|
|
@Override // o.fZE
|
|
/* renamed from: rj, reason: merged with bridge method [inline-methods] */
|
|
public final d get() {
|
|
return new d(this.wu.get(), this.UI.get());
|
|
}
|
|
|
|
public static e E(fZE<IBus> fze, fZE<SensorManager> fze2) {
|
|
return new e(fze, fze2);
|
|
}
|
|
}
|