40 lines
1.1 KiB
Java
40 lines
1.1 KiB
Java
|
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<LocationManager> {
|
||
|
private final fZE<Context> X;
|
||
|
private final a Yd;
|
||
|
|
||
|
public d(a aVar, fZE<Context> 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<Context> 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");
|
||
|
}
|
||
|
}
|