Weather/smali_classes3/com/moji/preferences/LiveViewPrefer$KeyConstant.smali
2021-05-10 10:13:34 +02:00

175 lines
5.7 KiB
Smali

.class public final enum Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
.super Ljava/lang/Enum;
.source "LiveViewPrefer.java"
# interfaces
.implements Lcom/moji/tool/preferences/core/IPreferKey;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/moji/preferences/LiveViewPrefer;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "KeyConstant"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/moji/preferences/LiveViewPrefer$KeyConstant;",
">;",
"Lcom/moji/tool/preferences/core/IPreferKey;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
.field public static final enum DYNAMIC_UPDATE_DATA:Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
.field public static final enum HOME_RESPONSE_DATA:Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
.field public static final enum HOME_RESPONSE_TIME:Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
.field public static final enum KEY_LAST_SEND_PICTURE_TIP:Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
.field public static final enum SEND_PHOTO_LIMIT_NUM:Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
# direct methods
.method static constructor <clinit>()V
.locals 7
.line 46
new-instance v0, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
const-string v1, "SEND_PHOTO_LIMIT_NUM"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;->SEND_PHOTO_LIMIT_NUM:Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
.line 47
new-instance v0, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
const-string v1, "DYNAMIC_UPDATE_DATA"
const/4 v3, 0x1
invoke-direct {v0, v1, v3}, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;->DYNAMIC_UPDATE_DATA:Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
.line 48
new-instance v0, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
const-string v1, "HOME_RESPONSE_TIME"
const/4 v4, 0x2
invoke-direct {v0, v1, v4}, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;->HOME_RESPONSE_TIME:Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
.line 49
new-instance v0, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
const-string v1, "HOME_RESPONSE_DATA"
const/4 v5, 0x3
invoke-direct {v0, v1, v5}, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;->HOME_RESPONSE_DATA:Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
.line 50
new-instance v0, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
const-string v1, "KEY_LAST_SEND_PICTURE_TIP"
const/4 v6, 0x4
invoke-direct {v0, v1, v6}, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;->KEY_LAST_SEND_PICTURE_TIP:Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
const/4 v0, 0x5
.line 45
new-array v0, v0, [Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
sget-object v1, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;->SEND_PHOTO_LIMIT_NUM:Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
aput-object v1, v0, v2
sget-object v1, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;->DYNAMIC_UPDATE_DATA:Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
aput-object v1, v0, v3
sget-object v1, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;->HOME_RESPONSE_TIME:Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
aput-object v1, v0, v4
sget-object v1, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;->HOME_RESPONSE_DATA:Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
aput-object v1, v0, v5
sget-object v1, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;->KEY_LAST_SEND_PICTURE_TIP:Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
aput-object v1, v0, v6
sput-object v0, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;->$VALUES:[Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.line 45
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
.locals 1
.line 45
const-class v0, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
return-object p0
.end method
.method public static values()[Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
.locals 1
.line 45
sget-object v0, Lcom/moji/preferences/LiveViewPrefer$KeyConstant;->$VALUES:[Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
invoke-virtual {v0}, [Lcom/moji/preferences/LiveViewPrefer$KeyConstant;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/moji/preferences/LiveViewPrefer$KeyConstant;
return-object v0
.end method