47 lines
1.2 KiB
Smali
47 lines
1.2 KiB
Smali
.class public Landroidx/room/RoomOpenHelper$ValidationResult;
|
|
.super Ljava/lang/Object;
|
|
.source "RoomOpenHelper.java"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/RestrictTo;
|
|
value = {
|
|
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/room/RoomOpenHelper;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "ValidationResult"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final expectedFoundMsg:Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public final isValid:Z
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(ZLjava/lang/String;)V
|
|
.locals 0
|
|
.param p2 # Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-boolean p1, p0, Landroidx/room/RoomOpenHelper$ValidationResult;->isValid:Z
|
|
|
|
iput-object p2, p0, Landroidx/room/RoomOpenHelper$ValidationResult;->expectedFoundMsg:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|