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

66 lines
1.4 KiB
Smali

.class public final Landroidx/room/OnConflictStrategy$Companion;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/room/OnConflictStrategy;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "Companion"
.end annotation
# static fields
.field static final synthetic $$INSTANCE:Landroidx/room/OnConflictStrategy$Companion;
.field public static final ABORT:I = 0x3
.field public static final FAIL:I = 0x4
.field public static final IGNORE:I = 0x5
.field public static final NONE:I = 0x0
.field public static final REPLACE:I = 0x1
.field public static final ROLLBACK:I = 0x2
# direct methods
.method static constructor <clinit>()V
.locals 1
new-instance v0, Landroidx/room/OnConflictStrategy$Companion;
invoke-direct {v0}, Landroidx/room/OnConflictStrategy$Companion;-><init>()V
sput-object v0, Landroidx/room/OnConflictStrategy$Companion;->$$INSTANCE:Landroidx/room/OnConflictStrategy$Companion;
return-void
.end method
.method private constructor <init>()V
.locals 0
.line 34
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static synthetic getFAIL$annotations()V
.locals 0
return-void
.end method
.method public static synthetic getROLLBACK$annotations()V
.locals 0
return-void
.end method