正在查看: All File Recovery v1.0.2 应用的 c.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: All File Recovery v1.0.2 应用的 c.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package R8;
import Bc.l;
import S9.r;
import android.os.Bundle;
import androidx.annotation.NonNull;
import kotlin.jvm.internal.Intrinsics;
@l(message = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.")
public final class c {
@ef.l
public final Bundle a = new Bundle();
@ef.l
public final Bundle a() {
return this.a;
}
@l(message = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.")
public final void b(@NonNull String str, double d) {
Intrinsics.checkNotNullParameter(str, r.b);
this.a.putDouble(str, d);
}
@l(message = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.")
public final void c(@NonNull String str, long j) {
Intrinsics.checkNotNullParameter(str, r.b);
this.a.putLong(str, j);
}
@l(message = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.")
public final void d(@NonNull String str, @NonNull Bundle bundle) {
Intrinsics.checkNotNullParameter(str, r.b);
Intrinsics.checkNotNullParameter(bundle, "value");
this.a.putBundle(str, bundle);
}
@l(message = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.")
public final void e(@NonNull String str, @NonNull String str2) {
Intrinsics.checkNotNullParameter(str, r.b);
Intrinsics.checkNotNullParameter(str2, "value");
this.a.putString(str, str2);
}
@l(message = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.")
public final void f(@NonNull String str, @NonNull Bundle[] bundleArr) {
Intrinsics.checkNotNullParameter(str, r.b);
Intrinsics.checkNotNullParameter(bundleArr, "value");
this.a.putParcelableArray(str, bundleArr);
}
}