29 lines
857 B
Java
29 lines
857 B
Java
package o;
|
|
|
|
import android.content.Context;
|
|
import com.google.android.datatransport.runtime.scheduling.SchedulingModule;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class vqY implements fPK<cNI> {
|
|
private final fZE<GwU> b;
|
|
private final fZE<Context> c;
|
|
private final fZE<siG> d;
|
|
private final fZE<InterfaceC6203cLt> e;
|
|
|
|
@Override // o.fZE
|
|
public final /* synthetic */ Object get() {
|
|
cNI a = SchedulingModule.a(this.c.get(), this.d.get(), this.b.get(), this.e.get());
|
|
if (a != null) {
|
|
return a;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
|
|
public vqY(fZE<Context> fze, fZE<siG> fze2, fZE<GwU> fze3, fZE<InterfaceC6203cLt> fze4) {
|
|
this.c = fze;
|
|
this.d = fze2;
|
|
this.b = fze3;
|
|
this.e = fze4;
|
|
}
|
|
}
|