42 lines
1.0 KiB
Smali
42 lines
1.0 KiB
Smali
.class public Landroidx/room/RoomOpenHelper$ValidationResult;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# 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;
|
|
|
|
.field public final isValid:Z
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(ZLjava/lang/String;)V
|
|
.locals 0
|
|
|
|
.line 221
|
|
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
|