54 lines
1.2 KiB
Smali
54 lines
1.2 KiB
Smali
.class Lcom/mojiweather/area/CityManager$SingletonInstance;
|
|
.super Ljava/lang/Object;
|
|
.source "CityManager.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/mojiweather/area/CityManager;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0xa
|
|
name = "SingletonInstance"
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field private static final a:Lcom/mojiweather/area/CityManager;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 2
|
|
|
|
.line 276
|
|
new-instance v0, Lcom/mojiweather/area/CityManager;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-direct {v0, v1}, Lcom/mojiweather/area/CityManager;-><init>(Lcom/mojiweather/area/CityManager$1;)V
|
|
|
|
sput-object v0, Lcom/mojiweather/area/CityManager$SingletonInstance;->a:Lcom/mojiweather/area/CityManager;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 275
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method static synthetic a()Lcom/mojiweather/area/CityManager;
|
|
.locals 1
|
|
|
|
.line 275
|
|
sget-object v0, Lcom/mojiweather/area/CityManager$SingletonInstance;->a:Lcom/mojiweather/area/CityManager;
|
|
|
|
return-object v0
|
|
.end method
|