ComponentUtils$StartActivityResult.smali
.class public final enum Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
.super Ljava/lang/Enum;
.source "ComponentUtils.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "StartActivityResult"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum",
"<",
"Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
.field public static final enum EXCEPTION:Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
.field public static final enum NONE:Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
.field public static final enum RESOLVE:Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
.field public static final enum SUCCESS:Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
# direct methods
.method static constructor <clinit>()V
.registers 6
.prologue
const/4 v5, 0x3
const/4 v4, 0x2
const/4 v3, 0x1
const/4 v2, 0x0
.line 276
new-instance v0, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
const-string v1, "NONE"
invoke-direct {v0, v1, v2}, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;->NONE:Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
.line 277
new-instance v0, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
const-string v1, "SUCCESS"
invoke-direct {v0, v1, v3}, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;->SUCCESS:Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
.line 278
new-instance v0, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
const-string v1, "EXCEPTION"
invoke-direct {v0, v1, v4}, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;->EXCEPTION:Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
.line 279
new-instance v0, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
const-string v1, "RESOLVE"
invoke-direct {v0, v1, v5}, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;->RESOLVE:Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
.line 275
const/4 v0, 0x4
new-array v0, v0, [Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
sget-object v1, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;->NONE:Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
aput-object v1, v0, v2
sget-object v1, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;->SUCCESS:Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
aput-object v1, v0, v3
sget-object v1, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;->EXCEPTION:Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
aput-object v1, v0, v4
sget-object v1, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;->RESOLVE:Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
aput-object v1, v0, v5
sput-object v0, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;->$VALUES:[Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.prologue
.line 275
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/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
.registers 2
.prologue
.line 275
const-class v0, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object v0
check-cast v0, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
return-object v0
.end method
.method public static values()[Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
.registers 1
.prologue
.line 275
sget-object v0, Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;->$VALUES:[Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
invoke-virtual {v0}, [Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/cleanmaster/hpsharelib/base/util/system/ComponentUtils$StartActivityResult;
return-object v0
.end method