SharedPref$Scope.smali
.class public final enum Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
.super Ljava/lang/Enum;
.source "SharedPref.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;",
">;"
}
.end annotation
# static fields
.field public static final synthetic $VALUES:[Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
.field public static final enum ACTIVITY:Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
.field public static final enum ACTIVITY_DEFAULT:Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
.field public static final enum APPLICATION_DEFAULT:Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
.field public static final enum UNIQUE:Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
# direct methods
.method public static constructor <clinit>()V
.registers 7
new-instance v0, Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
const/4 v1, 0x0
const-string v2, "APPLICATION_DEFAULT"
invoke-direct {v0, v2, v1}, Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;->APPLICATION_DEFAULT:Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
new-instance v0, Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
const/4 v2, 0x1
const-string v3, "ACTIVITY"
invoke-direct {v0, v3, v2}, Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;->ACTIVITY:Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
new-instance v0, Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
const/4 v3, 0x2
const-string v4, "ACTIVITY_DEFAULT"
invoke-direct {v0, v4, v3}, Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;->ACTIVITY_DEFAULT:Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
new-instance v0, Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
const/4 v4, 0x3
const-string v5, "UNIQUE"
invoke-direct {v0, v5, v4}, Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;->UNIQUE:Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
const/4 v5, 0x4
new-array v5, v5, [Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
sget-object v6, Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;->APPLICATION_DEFAULT:Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
aput-object v6, v5, v1
sget-object v1, Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;->ACTIVITY:Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
aput-object v1, v5, v2
sget-object v1, Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;->ACTIVITY_DEFAULT:Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
aput-object v1, v5, v3
aput-object v0, v5, v4
sput-object v5, Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;->$VALUES:[Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
return-void
.end method
.method public constructor <init>(Ljava/lang/String;I)V
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
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;)Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
.registers 2
const-class v0, Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
return-object p0
.end method
.method public static values()[Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
.registers 1
sget-object v0, Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;->$VALUES:[Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
invoke-virtual {v0}, [Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lorg/androidannotations/annotations/sharedpreferences/SharedPref$Scope;
return-object v0
.end method