package com.kofax.mobile.sdk.ah; import android.content.Context; import android.location.LocationManager; import o.fPK; import o.fZE; /* loaded from: classes3.dex */ public final class d implements fPK { private final fZE X; private final a Yd; public d(a aVar, fZE fze) { this.Yd = aVar; this.X = fze; } @Override // o.fZE /* renamed from: ss, reason: merged with bridge method [inline-methods] */ public final LocationManager get() { LocationManager t = this.Yd.t(this.X.get()); if (t != null) { return t; } throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method"); } public static d c(a aVar, fZE fze) { return new d(aVar, fze); } public static LocationManager c(a aVar, Context context) { LocationManager t = aVar.t(context); if (t != null) { return t; } throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method"); } }