Weather/smali_classes3/com/moji/storage/MJStorage$InternalInstanceHolder.smali
2021-05-10 10:13:34 +02:00

43 lines
940 B
Smali

.class Lcom/moji/storage/MJStorage$InternalInstanceHolder;
.super Ljava/lang/Object;
.source "MJStorage.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/moji/storage/MJStorage;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0xa
name = "InternalInstanceHolder"
.end annotation
# static fields
.field static final a:Lcom/moji/storage/InternalStorage;
# direct methods
.method static constructor <clinit>()V
.locals 1
.line 33
new-instance v0, Lcom/moji/storage/InternalStorage;
invoke-direct {v0}, Lcom/moji/storage/InternalStorage;-><init>()V
sput-object v0, Lcom/moji/storage/MJStorage$InternalInstanceHolder;->a:Lcom/moji/storage/InternalStorage;
return-void
.end method
.method private constructor <init>()V
.locals 0
.line 32
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method