public class android.location.Country implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.location.Country
  super_class: java.lang.Object
{
  public static final int COUNTRY_SOURCE_NETWORK;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int COUNTRY_SOURCE_LOCATION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int COUNTRY_SOURCE_SIM;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int COUNTRY_SOURCE_LOCALE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private final java.lang.String mCountryIso;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mSource;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int mHashCode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final long mTimestamp;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final android.os.Parcelable$Creator<android.location.Country> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/location/Country;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 136
            new android.location.Country$1
            dup
            invokespecial android.location.Country$1.<init>:()V
            putstatic android.location.Country.CREATOR:Landroid/os/Parcelable$Creator;
         1: .line 144
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.location.Country this
        start local 1 // java.lang.String countryIso
        start local 2 // int source
         0: .line 81
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 82
            aload 1 /* countryIso */
            ifnull 3
            iload 2 /* source */
            iflt 3
         2: .line 83
            iload 2 /* source */
            iconst_3
            if_icmple 4
         3: .line 84
      StackMap locals: android.location.Country java.lang.String int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         4: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* countryIso */
            getstatic java.util.Locale.US:Ljava/util/Locale;
            invokevirtual java.lang.String.toUpperCase:(Ljava/util/Locale;)Ljava/lang/String;
            putfield android.location.Country.mCountryIso:Ljava/lang/String;
         5: .line 87
            aload 0 /* this */
            iload 2 /* source */
            putfield android.location.Country.mSource:I
         6: .line 88
            aload 0 /* this */
            invokestatic android.os.SystemClock.elapsedRealtime:()J
            putfield android.location.Country.mTimestamp:J
         7: .line 89
            return
        end local 2 // int source
        end local 1 // java.lang.String countryIso
        end local 0 // android.location.Country this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Landroid/location/Country;
            0    8     1  countryIso  Ljava/lang/String;
            0    8     2      source  I
    MethodParameters:
            Name  Flags
      countryIso  final
      source      final

  private void <init>(java.lang.String, int, long);
    descriptor: (Ljava/lang/String;IJ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // android.location.Country this
        start local 1 // java.lang.String countryIso
        start local 2 // int source
        start local 3 // long timestamp
         0: .line 91
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 92
            aload 1 /* countryIso */
            ifnull 3
            iload 2 /* source */
            iflt 3
         2: .line 93
            iload 2 /* source */
            iconst_3
            if_icmple 4
         3: .line 94
      StackMap locals: android.location.Country java.lang.String int long
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         4: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* countryIso */
            getstatic java.util.Locale.US:Ljava/util/Locale;
            invokevirtual java.lang.String.toUpperCase:(Ljava/util/Locale;)Ljava/lang/String;
            putfield android.location.Country.mCountryIso:Ljava/lang/String;
         5: .line 97
            aload 0 /* this */
            iload 2 /* source */
            putfield android.location.Country.mSource:I
         6: .line 98
            aload 0 /* this */
            lload 3 /* timestamp */
            putfield android.location.Country.mTimestamp:J
         7: .line 99
            return
        end local 3 // long timestamp
        end local 2 // int source
        end local 1 // java.lang.String countryIso
        end local 0 // android.location.Country this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Landroid/location/Country;
            0    8     1  countryIso  Ljava/lang/String;
            0    8     2      source  I
            0    8     3   timestamp  J
    MethodParameters:
            Name  Flags
      countryIso  final
      source      final
      timestamp   

  public void <init>(android.location.Country);
    descriptor: (Landroid/location/Country;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.location.Country this
        start local 1 // android.location.Country country
         0: .line 101
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 102
            aload 0 /* this */
            aload 1 /* country */
            getfield android.location.Country.mCountryIso:Ljava/lang/String;
            putfield android.location.Country.mCountryIso:Ljava/lang/String;
         2: .line 103
            aload 0 /* this */
            aload 1 /* country */
            getfield android.location.Country.mSource:I
            putfield android.location.Country.mSource:I
         3: .line 104
            aload 0 /* this */
            aload 1 /* country */
            getfield android.location.Country.mTimestamp:J
            putfield android.location.Country.mTimestamp:J
         4: .line 105
            return
        end local 1 // android.location.Country country
        end local 0 // android.location.Country this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Landroid/location/Country;
            0    5     1  country  Landroid/location/Country;
    MethodParameters:
         Name  Flags
      country  

  public final java.lang.String getCountryIso();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.location.Country this
         0: .line 111
            aload 0 /* this */
            getfield android.location.Country.mCountryIso:Ljava/lang/String;
            areturn
        end local 0 // android.location.Country this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/Country;

  public final int getSource();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.location.Country this
         0: .line 125
            aload 0 /* this */
            getfield android.location.Country.mSource:I
            ireturn
        end local 0 // android.location.Country this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/Country;

  public final long getTimestamp();
    descriptor: ()J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.location.Country this
         0: .line 133
            aload 0 /* this */
            getfield android.location.Country.mTimestamp:J
            lreturn
        end local 0 // android.location.Country this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/Country;

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.location.Country this
         0: .line 147
            iconst_0
            ireturn
        end local 0 // android.location.Country this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/Country;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.location.Country this
        start local 1 // android.os.Parcel parcel
        start local 2 // int flags
         0: .line 151
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.location.Country.mCountryIso:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         1: .line 152
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.location.Country.mSource:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 153
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.location.Country.mTimestamp:J
            invokevirtual android.os.Parcel.writeLong:(J)V
         3: .line 154
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel parcel
        end local 0 // android.location.Country this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/location/Country;
            0    4     1  parcel  Landroid/os/Parcel;
            0    4     2   flags  I
    MethodParameters:
        Name  Flags
      parcel  
      flags   

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.location.Country this
        start local 1 // java.lang.Object object
         0: .line 163
            aload 1 /* object */
            aload 0 /* this */
            if_acmpne 2
         1: .line 164
            iconst_1
            ireturn
         2: .line 166
      StackMap locals:
      StackMap stack:
            aload 1 /* object */
            instanceof android.location.Country
            ifeq 6
         3: .line 167
            aload 1 /* object */
            checkcast android.location.Country
            astore 2 /* c */
        start local 2 // android.location.Country c
         4: .line 169
            aload 0 /* this */
            getfield android.location.Country.mCountryIso:Ljava/lang/String;
            aload 2 /* c */
            invokevirtual android.location.Country.getCountryIso:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
            aload 0 /* this */
            getfield android.location.Country.mSource:I
            aload 2 /* c */
            invokevirtual android.location.Country.getSource:()I
            if_icmpne 5
            iconst_1
            ireturn
      StackMap locals: android.location.Country
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // android.location.Country c
         6: .line 171
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // android.location.Country this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Landroid/location/Country;
            0    7     1  object  Ljava/lang/Object;
            4    6     2       c  Landroid/location/Country;
    MethodParameters:
        Name  Flags
      object  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.location.Country this
         0: .line 176
            aload 0 /* this */
            getfield android.location.Country.mHashCode:I
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 177
            iload 1 /* hash */
            ifne 6
         2: .line 178
            bipush 17
            istore 1 /* hash */
         3: .line 179
            iload 1 /* hash */
            bipush 13
            imul
            aload 0 /* this */
            getfield android.location.Country.mCountryIso:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* hash */
         4: .line 180
            iload 1 /* hash */
            bipush 13
            imul
            aload 0 /* this */
            getfield android.location.Country.mSource:I
            iadd
            istore 1 /* hash */
         5: .line 181
            aload 0 /* this */
            iload 1 /* hash */
            putfield android.location.Country.mHashCode:I
         6: .line 183
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.location.Country.mHashCode:I
            ireturn
        end local 1 // int hash
        end local 0 // android.location.Country this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/location/Country;
            1    7     1  hash  I

  public boolean equalsIgnoreSource(android.location.Country);
    descriptor: (Landroid/location/Country;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.location.Country this
        start local 1 // android.location.Country country
         0: .line 195
            aload 1 /* country */
            ifnull 1
            aload 0 /* this */
            getfield android.location.Country.mCountryIso:Ljava/lang/String;
            aload 1 /* country */
            invokevirtual android.location.Country.getCountryIso:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // android.location.Country country
        end local 0 // android.location.Country this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/location/Country;
            0    2     1  country  Landroid/location/Country;
    MethodParameters:
         Name  Flags
      country  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.location.Country this
         0: .line 200
            new java.lang.StringBuilder
            dup
            ldc "Country {ISO="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.location.Country.mCountryIso:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", source="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.location.Country.mSource:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", time="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.location.Country.mTimestamp:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // android.location.Country this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/Country;
}
SourceFile: "Country.java"
NestMembers:
  android.location.Country$1
InnerClasses:
  android.location.Country$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable