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 { private final fZE X; private final a Yd; public e(a aVar, fZE 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 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"); } }