导航菜单

页面标题

页面副标题

All File Recovery v1.0.2 - c.java 源代码

正在查看: All File Recovery v1.0.2 应用的 c.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package I9;

import Bc.e0;
import L8.h;
import L8.s;
import W8.C0432c;
import W8.E;
import W8.InterfaceC0433d;
import W8.InterfaceC0436g;
import W8.q;
import android.content.Context;
import ef.l;
import ef.m;
import java.lang.annotation.Annotation;
import java.util.concurrent.Executor;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.SourceDebugExtension;
import ud.A0;
import ud.N;

public final class c {

    @SourceDebugExtension({"SMAP\nFirebase.kt\nKotlin\n*S Kotlin\n*F\n+ 1 Firebase.kt\ncom/google/firebase/ktx/FirebaseKt$coroutineDispatcher$1\n*L\n1#1,158:1\n*E\n"})
    public static final class a<T> implements InterfaceC0436g {
        public static final a<T> a = new a<>();

        @Override
        public final N a(InterfaceC0433d interfaceC0433d) {
            Intrinsics.reifiedOperationMarker(4, "T");
            Object e = interfaceC0433d.e(new E<>(Annotation.class, Executor.class));
            Intrinsics.checkNotNullExpressionValue(e, "c.get(Qualified.qualifie…a, Executor::class.java))");
            return A0.c((Executor) e);
        }
    }

    @l
    public static final h a(@l b bVar, @l String str) {
        Intrinsics.checkNotNullParameter(bVar, "<this>");
        Intrinsics.checkNotNullParameter(str, "name");
        h q = h.q(str);
        Intrinsics.checkNotNullExpressionValue(q, "getInstance(name)");
        return q;
    }

    public static final <T extends Annotation> C0432c<N> b() {
        Intrinsics.reifiedOperationMarker(4, "T");
        C0432c.b f = C0432c.f(new E(Annotation.class, N.class));
        Intrinsics.reifiedOperationMarker(4, "T");
        f.b(new q((E<?>) new E(Annotation.class, Executor.class), 1, 0));
        Intrinsics.needClassReification();
        f.f(a.a);
        C0432c<N> d = f.d();
        Intrinsics.checkNotNullExpressionValue(d, "builder(Qualified.qualif…cher()\n    }\n    .build()");
        return d;
    }

    @l
    public static final h c(@l b bVar) {
        Intrinsics.checkNotNullParameter(bVar, "<this>");
        h p = h.p();
        Intrinsics.checkNotNullExpressionValue(p, "getInstance()");
        return p;
    }

    @l
    public static final s d(@l b bVar) {
        Intrinsics.checkNotNullParameter(bVar, "<this>");
        s s = c(b.a).s();
        Intrinsics.checkNotNullExpressionValue(s, "Firebase.app.options");
        return s;
    }

    @Bc.l(message = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.", replaceWith = @e0(expression = "", imports = {}))
    @m
    public static final h e(@l b bVar, @l Context context) {
        Intrinsics.checkNotNullParameter(bVar, "<this>");
        Intrinsics.checkNotNullParameter(context, "context");
        return h.x(context);
    }

    @Bc.l(message = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.", replaceWith = @e0(expression = "", imports = {}))
    @l
    public static final h f(@l b bVar, @l Context context, @l s sVar) {
        Intrinsics.checkNotNullParameter(bVar, "<this>");
        Intrinsics.checkNotNullParameter(context, "context");
        Intrinsics.checkNotNullParameter(sVar, "options");
        h y = h.y(context, sVar);
        Intrinsics.checkNotNullExpressionValue(y, "initializeApp(context, options)");
        return y;
    }

    @Bc.l(message = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.", replaceWith = @e0(expression = "", imports = {}))
    @l
    public static final h g(@l b bVar, @l Context context, @l s sVar, @l String str) {
        Intrinsics.checkNotNullParameter(bVar, "<this>");
        Intrinsics.checkNotNullParameter(context, "context");
        Intrinsics.checkNotNullParameter(sVar, "options");
        Intrinsics.checkNotNullParameter(str, "name");
        h z = h.z(context, sVar, str);
        Intrinsics.checkNotNullExpressionValue(z, "initializeApp(context, options, name)");
        return z;
    }
}