Files
rr3-apk/smali/androidx/sqlite/db/SupportSQLiteCompat$Api23Impl.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

74 lines
2.0 KiB
Smali

.class public final Landroidx/sqlite/db/SupportSQLiteCompat$Api23Impl;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation build Landroidx/annotation/RequiresApi;
value = 0x17
.end annotation
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/sqlite/db/SupportSQLiteCompat;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "Api23Impl"
.end annotation
# static fields
.field public static final INSTANCE:Landroidx/sqlite/db/SupportSQLiteCompat$Api23Impl;
# direct methods
.method static constructor <clinit>()V
.locals 1
new-instance v0, Landroidx/sqlite/db/SupportSQLiteCompat$Api23Impl;
invoke-direct {v0}, Landroidx/sqlite/db/SupportSQLiteCompat$Api23Impl;-><init>()V
sput-object v0, Landroidx/sqlite/db/SupportSQLiteCompat$Api23Impl;->INSTANCE:Landroidx/sqlite/db/SupportSQLiteCompat$Api23Impl;
return-void
.end method
.method private constructor <init>()V
.locals 0
.line 238
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static final setExtras(Landroid/database/Cursor;Landroid/os/Bundle;)V
.locals 1
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
const-string v0, "cursor"
invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
const-string v0, "extras"
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
.line 250
invoke-interface {p0, p1}, Landroid/database/Cursor;->setExtras(Landroid/os/Bundle;)V
return-void
.end method