package com.google.firebase.installations; import androidx.annotation.Keep; import b4.e0; import b4.r; import c4.k; import com.google.firebase.components.ComponentRegistrar; import com.google.firebase.installations.FirebaseInstallationsRegistrar; import java.util.Arrays; import java.util.List; import java.util.concurrent.Executor; import java.util.concurrent.ExecutorService; @Keep /* loaded from: classes2.dex */ public class FirebaseInstallationsRegistrar implements ComponentRegistrar { private static final String LIBRARY_NAME = "fire-installations"; /* JADX INFO: Access modifiers changed from: private */ public static /* synthetic */ p4.e lambda$getComponents$0(b4.e eVar) { return new c((w3.f) eVar.a(w3.f.class), eVar.b(m4.i.class), (ExecutorService) eVar.e(e0.a(y3.a.class, ExecutorService.class)), k.a((Executor) eVar.e(e0.a(y3.b.class, Executor.class)))); } @Override // com.google.firebase.components.ComponentRegistrar public List getComponents() { return Arrays.asList(b4.c.e(p4.e.class).h(LIBRARY_NAME).b(r.j(w3.f.class)).b(r.h(m4.i.class)).b(r.i(e0.a(y3.a.class, ExecutorService.class))).b(r.i(e0.a(y3.b.class, Executor.class))).f(new b4.h() { // from class: p4.f @Override // b4.h public final Object a(b4.e eVar) { e lambda$getComponents$0; lambda$getComponents$0 = FirebaseInstallationsRegistrar.lambda$getComponents$0(eVar); return lambda$getComponents$0; } }).d(), m4.h.a(), x4.h.b(LIBRARY_NAME, "17.1.4")); } }