AccountType.smali

.class public final Lcom/google/android/gms/common/internal/AccountType;
.super Ljava/lang/Object;


# static fields
.field public static final ACCEPTABLE_ACCOUNT_TYPES:[Ljava/lang/String;

.field public static final GOOGLE:Ljava/lang/String; = "com.google"

.field public static final SIDEWINDER:Ljava/lang/String; = "cn.google"

.field public static final WORK:Ljava/lang/String; = "com.google.work"


# direct methods
.method static constructor <clinit>()V
    .registers 3

    const/4 v0, 0x3

    new-array v0, v0, [Ljava/lang/String;

    const/4 v1, 0x0

    const-string v2, "com.google"

    aput-object v2, v0, v1

    const/4 v1, 0x1

    const-string v2, "com.google.work"

    aput-object v2, v0, v1

    const/4 v1, 0x2

    const-string v2, "cn.google"

    aput-object v2, v0, v1

    sput-object v0, Lcom/google/android/gms/common/internal/AccountType;->ACCEPTABLE_ACCOUNT_TYPES:[Ljava/lang/String;

    return-void
.end method

.method private constructor <init>()V
    .registers 1

    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method