Weather/smali_classes3/com/moji/statistics/fliter/LogConfigPreferences$Key.smali
2021-05-10 10:13:34 +02:00

158 lines
5.1 KiB
Smali

.class public final enum Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
.super Ljava/lang/Enum;
.source "LogConfigPreferences.java"
# interfaces
.implements Lcom/moji/tool/preferences/core/IPreferKey;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/moji/statistics/fliter/LogConfigPreferences;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "Key"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/moji/statistics/fliter/LogConfigPreferences$Key;",
">;",
"Lcom/moji/tool/preferences/core/IPreferKey;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
.field public static final enum DOT_ID:Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
.field public static final enum DOT_LAST_EVENT_UPLOAD_TIME:Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
.field public static final enum DOT_UPDATE_TIME:Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
.field public static final enum DOT_WHITE_LIST_EMPTY:Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
# direct methods
.method static constructor <clinit>()V
.locals 6
.line 30
new-instance v0, Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
const-string v1, "DOT_ID"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lcom/moji/statistics/fliter/LogConfigPreferences$Key;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/moji/statistics/fliter/LogConfigPreferences$Key;->DOT_ID:Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
.line 31
new-instance v0, Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
const-string v1, "DOT_UPDATE_TIME"
const/4 v3, 0x1
invoke-direct {v0, v1, v3}, Lcom/moji/statistics/fliter/LogConfigPreferences$Key;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/moji/statistics/fliter/LogConfigPreferences$Key;->DOT_UPDATE_TIME:Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
.line 32
new-instance v0, Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
const-string v1, "DOT_WHITE_LIST_EMPTY"
const/4 v4, 0x2
invoke-direct {v0, v1, v4}, Lcom/moji/statistics/fliter/LogConfigPreferences$Key;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/moji/statistics/fliter/LogConfigPreferences$Key;->DOT_WHITE_LIST_EMPTY:Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
.line 33
new-instance v0, Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
const-string v1, "DOT_LAST_EVENT_UPLOAD_TIME"
const/4 v5, 0x3
invoke-direct {v0, v1, v5}, Lcom/moji/statistics/fliter/LogConfigPreferences$Key;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/moji/statistics/fliter/LogConfigPreferences$Key;->DOT_LAST_EVENT_UPLOAD_TIME:Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
const/4 v0, 0x4
.line 29
new-array v0, v0, [Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
sget-object v1, Lcom/moji/statistics/fliter/LogConfigPreferences$Key;->DOT_ID:Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
aput-object v1, v0, v2
sget-object v1, Lcom/moji/statistics/fliter/LogConfigPreferences$Key;->DOT_UPDATE_TIME:Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
aput-object v1, v0, v3
sget-object v1, Lcom/moji/statistics/fliter/LogConfigPreferences$Key;->DOT_WHITE_LIST_EMPTY:Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
aput-object v1, v0, v4
sget-object v1, Lcom/moji/statistics/fliter/LogConfigPreferences$Key;->DOT_LAST_EVENT_UPLOAD_TIME:Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
aput-object v1, v0, v5
sput-object v0, Lcom/moji/statistics/fliter/LogConfigPreferences$Key;->$VALUES:[Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
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 29
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/statistics/fliter/LogConfigPreferences$Key;
.locals 1
.line 29
const-class v0, Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
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/statistics/fliter/LogConfigPreferences$Key;
return-object p0
.end method
.method public static values()[Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
.locals 1
.line 29
sget-object v0, Lcom/moji/statistics/fliter/LogConfigPreferences$Key;->$VALUES:[Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
invoke-virtual {v0}, [Lcom/moji/statistics/fliter/LogConfigPreferences$Key;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/moji/statistics/fliter/LogConfigPreferences$Key;
return-object v0
.end method