正在查看: Kaspi.kz v5.85.1 应用的 getQualifiedClassName.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Kaspi.kz v5.85.1 应用的 getQualifiedClassName.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package o;
import com.google.firebase.perf.metrics.Trace;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.Intrinsics;
import org.jetbrains.annotations.NotNull;
public final class getQualifiedClassName {
public static final BuiltInsBinaryVersionCompanion setLabel(@NotNull access8500 access8500Var) {
Intrinsics.checkNotNullParameter(access8500Var, "");
BuiltInsBinaryVersionCompanion options = BuiltInsBinaryVersionCompanion.setOptions();
Intrinsics.checkNotNullExpressionValue(options, "");
return options;
}
@newTypeCheckerState(setFieldValue = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.", setOptions = @isCaptured(setBackground = {}, setFieldValue = ""))
public static final void setOptions(@NotNull receiverType receivertype, @NotNull Function1<? super receiverType, Unit> function1) {
Intrinsics.checkNotNullParameter(receivertype, "");
Intrinsics.checkNotNullParameter(function1, "");
receivertype.setError();
try {
function1.invoke(receivertype);
} finally {
NameResolverUtilKt.setFieldValue(1);
receivertype.setOptions();
NameResolverUtilKt.setBackground(1);
}
}
@newTypeCheckerState(setFieldValue = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.", setOptions = @isCaptured(setBackground = {}, setFieldValue = ""))
public static final <T> T setOptions(@NotNull Trace trace, @NotNull Function1<? super Trace, ? extends T> function1) {
Intrinsics.checkNotNullParameter(trace, "");
Intrinsics.checkNotNullParameter(function1, "");
trace.start();
try {
return (T) function1.invoke(trace);
} finally {
NameResolverUtilKt.setFieldValue(1);
trace.stop();
NameResolverUtilKt.setBackground(1);
}
}
@newTypeCheckerState(setFieldValue = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.", setOptions = @isCaptured(setBackground = {}, setFieldValue = ""))
public static final <T> T setBackground(@NotNull String str, @NotNull Function1<? super Trace, ? extends T> function1) {
Intrinsics.checkNotNullParameter(str, "");
Intrinsics.checkNotNullParameter(function1, "");
Trace error = Trace.setError(str);
Intrinsics.checkNotNullExpressionValue(error, "");
error.start();
try {
return (T) function1.invoke(error);
} finally {
NameResolverUtilKt.setFieldValue(1);
error.stop();
NameResolverUtilKt.setBackground(1);
}
}
}