GeofenceStatusCodes.smali

.class public final Lcom/google/android/gms/location/GeofenceStatusCodes;
.super Lcom/google/android/gms/common/api/CommonStatusCodes;


# static fields
.field public static final GEOFENCE_NOT_AVAILABLE:I

.field public static final GEOFENCE_TOO_MANY_GEOFENCES:I

.field public static final GEOFENCE_TOO_MANY_PENDING_INTENTS:I


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

    const v0, 0x1687

    invoke-static {v0}, Lnp/NPFog;->d(I)I

    move-result v0

    sput v0, Lcom/google/android/gms/location/GeofenceStatusCodes;->GEOFENCE_NOT_AVAILABLE:I

    const v0, 0x1686

    invoke-static {v0}, Lnp/NPFog;->d(I)I

    move-result v0

    sput v0, Lcom/google/android/gms/location/GeofenceStatusCodes;->GEOFENCE_TOO_MANY_GEOFENCES:I

    const v0, 0x1685

    invoke-static {v0}, Lnp/NPFog;->d(I)I

    move-result v0

    sput v0, Lcom/google/android/gms/location/GeofenceStatusCodes;->GEOFENCE_TOO_MANY_PENDING_INTENTS:I

    return-void
.end method

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

    invoke-direct {p0}, Lcom/google/android/gms/common/api/CommonStatusCodes;-><init>()V

    return-void
.end method

.method public static getStatusCodeString(I)Ljava/lang/String;
    .registers 1

    packed-switch p0, :pswitch_data_12

    invoke-static {p0}, Lcom/google/android/gms/common/api/CommonStatusCodes;->getStatusCodeString(I)Ljava/lang/String;

    move-result-object p0

    return-object p0

    :pswitch_8
    const-string p0, "GEOFENCE_TOO_MANY_PENDING_INTENTS"

    return-object p0

    :pswitch_b
    const-string p0, "GEOFENCE_TOO_MANY_GEOFENCES"

    return-object p0

    :pswitch_e
    const-string p0, "GEOFENCE_NOT_AVAILABLE"

    return-object p0

    nop

    :pswitch_data_12
    .packed-switch 0x3e8
        :pswitch_e
        :pswitch_b
        :pswitch_8
    .end packed-switch
.end method