40 lines
1.1 KiB
Java
40 lines
1.1 KiB
Java
package com.kofax.mobile.sdk.ah;
|
|
|
|
import android.content.Context;
|
|
import android.hardware.SensorManager;
|
|
import o.fPK;
|
|
import o.fZE;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class e implements fPK<SensorManager> {
|
|
private final fZE<Context> X;
|
|
private final a Yd;
|
|
|
|
public e(a aVar, fZE<Context> fze) {
|
|
this.Yd = aVar;
|
|
this.X = fze;
|
|
}
|
|
|
|
@Override // o.fZE
|
|
/* renamed from: st, reason: merged with bridge method [inline-methods] */
|
|
public final SensorManager get() {
|
|
SensorManager s = this.Yd.s(this.X.get());
|
|
if (s != null) {
|
|
return s;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
|
|
public static e d(a aVar, fZE<Context> fze) {
|
|
return new e(aVar, fze);
|
|
}
|
|
|
|
public static SensorManager d(a aVar, Context context) {
|
|
SensorManager s = aVar.s(context);
|
|
if (s != null) {
|
|
return s;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
}
|