public class android.telephony.cdma.CdmaCellLocation extends android.telephony.CellLocation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.telephony.cdma.CdmaCellLocation
  super_class: android.telephony.CellLocation
{
  private int mBaseStationId;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.telephony.cdma.CdmaCellLocation this
         0: .line 57
            aload 0 /* this */
            invokespecial android.telephony.CellLocation.<init>:()V
         1: .line 26
            aload 0 /* this */
            iconst_m1
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationId:I
         2: .line 39
            aload 0 /* this */
            ldc 2147483647
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationLatitude:I
         3: .line 47
            aload 0 /* this */
            ldc 2147483647
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationLongitude:I
         4: .line 49
            aload 0 /* this */
            iconst_m1
            putfield android.telephony.cdma.CdmaCellLocation.mSystemId:I
         5: .line 50
            aload 0 /* this */
            iconst_m1
            putfield android.telephony.cdma.CdmaCellLocation.mNetworkId:I
         6: .line 58
            aload 0 /* this */
            iconst_m1
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationId:I
         7: .line 59
            aload 0 /* this */
            ldc 2147483647
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationLatitude:I
         8: .line 60
            aload 0 /* this */
            ldc 2147483647
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationLongitude:I
         9: .line 61
            aload 0 /* this */
            iconst_m1
            putfield android.telephony.cdma.CdmaCellLocation.mSystemId:I
        10: .line 62
            aload 0 /* this */
            iconst_m1
            putfield android.telephony.cdma.CdmaCellLocation.mNetworkId:I
        11: .line 63
            return
        end local 0 // android.telephony.cdma.CdmaCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Landroid/telephony/cdma/CdmaCellLocation;

  public void <init>(android.os.Bundle);
    descriptor: (Landroid/os/Bundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.telephony.cdma.CdmaCellLocation this
        start local 1 // android.os.Bundle bundle
         0: .line 68
            aload 0 /* this */
            invokespecial android.telephony.CellLocation.<init>:()V
         1: .line 26
            aload 0 /* this */
            iconst_m1
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationId:I
         2: .line 39
            aload 0 /* this */
            ldc 2147483647
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationLatitude:I
         3: .line 47
            aload 0 /* this */
            ldc 2147483647
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationLongitude:I
         4: .line 49
            aload 0 /* this */
            iconst_m1
            putfield android.telephony.cdma.CdmaCellLocation.mSystemId:I
         5: .line 50
            aload 0 /* this */
            iconst_m1
            putfield android.telephony.cdma.CdmaCellLocation.mNetworkId:I
         6: .line 69
            aload 0 /* this */
            aload 1 /* bundle */
            ldc "baseStationId"
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationId:I
            invokevirtual android.os.Bundle.getInt:(Ljava/lang/String;I)I
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationId:I
         7: .line 70
            aload 0 /* this */
            aload 1 /* bundle */
            ldc "baseStationLatitude"
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationLatitude:I
            invokevirtual android.os.Bundle.getInt:(Ljava/lang/String;I)I
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationLatitude:I
         8: .line 71
            aload 0 /* this */
            aload 1 /* bundle */
            ldc "baseStationLongitude"
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationLongitude:I
            invokevirtual android.os.Bundle.getInt:(Ljava/lang/String;I)I
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationLongitude:I
         9: .line 72
            aload 0 /* this */
            aload 1 /* bundle */
            ldc "systemId"
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mSystemId:I
            invokevirtual android.os.Bundle.getInt:(Ljava/lang/String;I)I
            putfield android.telephony.cdma.CdmaCellLocation.mSystemId:I
        10: .line 73
            aload 0 /* this */
            aload 1 /* bundle */
            ldc "networkId"
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mNetworkId:I
            invokevirtual android.os.Bundle.getInt:(Ljava/lang/String;I)I
            putfield android.telephony.cdma.CdmaCellLocation.mNetworkId:I
        11: .line 74
            return
        end local 1 // android.os.Bundle bundle
        end local 0 // android.telephony.cdma.CdmaCellLocation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Landroid/telephony/cdma/CdmaCellLocation;
            0   12     1  bundle  Landroid/os/Bundle;
    MethodParameters:
        Name  Flags
      bundle  

  public int getBaseStationId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.telephony.cdma.CdmaCellLocation this
         0: .line 80
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationId:I
            ireturn
        end local 0 // android.telephony.cdma.CdmaCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/telephony/cdma/CdmaCellLocation;

  public int getBaseStationLatitude();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.telephony.cdma.CdmaCellLocation this
         0: .line 93
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationLatitude:I
            ireturn
        end local 0 // android.telephony.cdma.CdmaCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/telephony/cdma/CdmaCellLocation;

  public int getBaseStationLongitude();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.telephony.cdma.CdmaCellLocation this
         0: .line 106
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationLongitude:I
            ireturn
        end local 0 // android.telephony.cdma.CdmaCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/telephony/cdma/CdmaCellLocation;

  public int getSystemId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.telephony.cdma.CdmaCellLocation this
         0: .line 113
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mSystemId:I
            ireturn
        end local 0 // android.telephony.cdma.CdmaCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/telephony/cdma/CdmaCellLocation;

  public int getNetworkId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.telephony.cdma.CdmaCellLocation this
         0: .line 120
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mNetworkId:I
            ireturn
        end local 0 // android.telephony.cdma.CdmaCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/telephony/cdma/CdmaCellLocation;

  public void setStateInvalid();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.telephony.cdma.CdmaCellLocation this
         0: .line 128
            aload 0 /* this */
            iconst_m1
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationId:I
         1: .line 129
            aload 0 /* this */
            ldc 2147483647
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationLatitude:I
         2: .line 130
            aload 0 /* this */
            ldc 2147483647
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationLongitude:I
         3: .line 131
            aload 0 /* this */
            iconst_m1
            putfield android.telephony.cdma.CdmaCellLocation.mSystemId:I
         4: .line 132
            aload 0 /* this */
            iconst_m1
            putfield android.telephony.cdma.CdmaCellLocation.mNetworkId:I
         5: .line 133
            return
        end local 0 // android.telephony.cdma.CdmaCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/telephony/cdma/CdmaCellLocation;

  public void setCellLocationData(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.telephony.cdma.CdmaCellLocation this
        start local 1 // int baseStationId
        start local 2 // int baseStationLatitude
        start local 3 // int baseStationLongitude
         0: .line 141
            aload 0 /* this */
            iload 1 /* baseStationId */
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationId:I
         1: .line 142
            aload 0 /* this */
            iload 2 /* baseStationLatitude */
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationLatitude:I
         2: .line 143
            aload 0 /* this */
            iload 3 /* baseStationLongitude */
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationLongitude:I
         3: .line 144
            return
        end local 3 // int baseStationLongitude
        end local 2 // int baseStationLatitude
        end local 1 // int baseStationId
        end local 0 // android.telephony.cdma.CdmaCellLocation this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    4     0                  this  Landroid/telephony/cdma/CdmaCellLocation;
            0    4     1         baseStationId  I
            0    4     2   baseStationLatitude  I
            0    4     3  baseStationLongitude  I
    MethodParameters:
                      Name  Flags
      baseStationId         
      baseStationLatitude   
      baseStationLongitude  

  public void setCellLocationData(int, int, int, int, int);
    descriptor: (IIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // android.telephony.cdma.CdmaCellLocation this
        start local 1 // int baseStationId
        start local 2 // int baseStationLatitude
        start local 3 // int baseStationLongitude
        start local 4 // int systemId
        start local 5 // int networkId
         0: .line 152
            aload 0 /* this */
            iload 1 /* baseStationId */
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationId:I
         1: .line 153
            aload 0 /* this */
            iload 2 /* baseStationLatitude */
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationLatitude:I
         2: .line 154
            aload 0 /* this */
            iload 3 /* baseStationLongitude */
            putfield android.telephony.cdma.CdmaCellLocation.mBaseStationLongitude:I
         3: .line 155
            aload 0 /* this */
            iload 4 /* systemId */
            putfield android.telephony.cdma.CdmaCellLocation.mSystemId:I
         4: .line 156
            aload 0 /* this */
            iload 5 /* networkId */
            putfield android.telephony.cdma.CdmaCellLocation.mNetworkId:I
         5: .line 157
            return
        end local 5 // int networkId
        end local 4 // int systemId
        end local 3 // int baseStationLongitude
        end local 2 // int baseStationLatitude
        end local 1 // int baseStationId
        end local 0 // android.telephony.cdma.CdmaCellLocation this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    6     0                  this  Landroid/telephony/cdma/CdmaCellLocation;
            0    6     1         baseStationId  I
            0    6     2   baseStationLatitude  I
            0    6     3  baseStationLongitude  I
            0    6     4              systemId  I
            0    6     5             networkId  I
    MethodParameters:
                      Name  Flags
      baseStationId         
      baseStationLatitude   
      baseStationLongitude  
      systemId              
      networkId             

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.telephony.cdma.CdmaCellLocation this
         0: .line 161
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationId:I
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationLatitude:I
            ixor
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationLongitude:I
            ixor
         1: .line 162
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mSystemId:I
         2: .line 161
            ixor
         3: .line 162
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mNetworkId:I
         4: .line 161
            ixor
            ireturn
        end local 0 // android.telephony.cdma.CdmaCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/telephony/cdma/CdmaCellLocation;

  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.telephony.cdma.CdmaCellLocation this
        start local 1 // java.lang.Object o
         0: .line 170
            aload 1 /* o */
            checkcast android.telephony.cdma.CdmaCellLocation
            astore 2 /* s */
        start local 2 // android.telephony.cdma.CdmaCellLocation s
         1: .line 171
            goto 4
        end local 2 // android.telephony.cdma.CdmaCellLocation s
      StackMap locals:
      StackMap stack: java.lang.ClassCastException
         2: pop
         3: .line 172
            iconst_0
            ireturn
        start local 2 // android.telephony.cdma.CdmaCellLocation s
         4: .line 175
      StackMap locals: android.telephony.cdma.CdmaCellLocation
      StackMap stack:
            aload 1 /* o */
            ifnonnull 6
         5: .line 176
            iconst_0
            ireturn
         6: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationId:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 2 /* s */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationId:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic android.telephony.cdma.CdmaCellLocation.equalsHandlesNulls:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
         7: .line 180
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationLatitude:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 2 /* s */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationLatitude:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic android.telephony.cdma.CdmaCellLocation.equalsHandlesNulls:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
         8: .line 181
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationLongitude:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 2 /* s */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationLongitude:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic android.telephony.cdma.CdmaCellLocation.equalsHandlesNulls:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
         9: .line 182
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mSystemId:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 2 /* s */
            getfield android.telephony.cdma.CdmaCellLocation.mSystemId:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic android.telephony.cdma.CdmaCellLocation.equalsHandlesNulls:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
        10: .line 183
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mNetworkId:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 2 /* s */
            getfield android.telephony.cdma.CdmaCellLocation.mNetworkId:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic android.telephony.cdma.CdmaCellLocation.equalsHandlesNulls:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
        11: .line 179
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        12: iconst_0
            ireturn
        end local 2 // android.telephony.cdma.CdmaCellLocation s
        end local 1 // java.lang.Object o
        end local 0 // android.telephony.cdma.CdmaCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Landroid/telephony/cdma/CdmaCellLocation;
            0   13     1     o  Ljava/lang/Object;
            1    2     2     s  Landroid/telephony/cdma/CdmaCellLocation;
            4   13     2     s  Landroid/telephony/cdma/CdmaCellLocation;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.ClassCastException
    MethodParameters:
      Name  Flags
      o     

  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.telephony.cdma.CdmaCellLocation this
         0: .line 189
            new java.lang.StringBuilder
            dup
            ldc "["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationId:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 190
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationLatitude:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 191
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationLongitude:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 192
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mSystemId:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 193
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mNetworkId:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 189
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // android.telephony.cdma.CdmaCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/telephony/cdma/CdmaCellLocation;

  private static boolean equalsHandlesNulls(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.Object a
        start local 1 // java.lang.Object b
         0: .line 204
            aload 0 /* a */
            ifnonnull 2
            aload 1 /* b */
            ifnonnull 1
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         1: iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* a */
            aload 1 /* b */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // java.lang.Object b
        end local 0 // java.lang.Object a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     a  Ljava/lang/Object;
            0    4     1     b  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void fillInNotifierBundle(android.os.Bundle);
    descriptor: (Landroid/os/Bundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.telephony.cdma.CdmaCellLocation this
        start local 1 // android.os.Bundle bundleToFill
         0: .line 213
            aload 1 /* bundleToFill */
            ldc "baseStationId"
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationId:I
            invokevirtual android.os.Bundle.putInt:(Ljava/lang/String;I)V
         1: .line 214
            aload 1 /* bundleToFill */
            ldc "baseStationLatitude"
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationLatitude:I
            invokevirtual android.os.Bundle.putInt:(Ljava/lang/String;I)V
         2: .line 215
            aload 1 /* bundleToFill */
            ldc "baseStationLongitude"
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationLongitude:I
            invokevirtual android.os.Bundle.putInt:(Ljava/lang/String;I)V
         3: .line 216
            aload 1 /* bundleToFill */
            ldc "systemId"
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mSystemId:I
            invokevirtual android.os.Bundle.putInt:(Ljava/lang/String;I)V
         4: .line 217
            aload 1 /* bundleToFill */
            ldc "networkId"
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mNetworkId:I
            invokevirtual android.os.Bundle.putInt:(Ljava/lang/String;I)V
         5: .line 218
            return
        end local 1 // android.os.Bundle bundleToFill
        end local 0 // android.telephony.cdma.CdmaCellLocation this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Landroid/telephony/cdma/CdmaCellLocation;
            0    6     1  bundleToFill  Landroid/os/Bundle;
    MethodParameters:
              Name  Flags
      bundleToFill  

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.telephony.cdma.CdmaCellLocation this
         0: .line 224
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationId:I
            iconst_m1
            if_icmpne 6
         1: .line 225
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationLatitude:I
            ldc 2147483647
            if_icmpne 6
         2: .line 226
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mBaseStationLongitude:I
            ldc 2147483647
            if_icmpne 6
         3: .line 227
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mSystemId:I
            iconst_m1
            if_icmpne 6
         4: .line 228
            aload 0 /* this */
            getfield android.telephony.cdma.CdmaCellLocation.mNetworkId:I
            iconst_m1
            if_icmpne 6
         5: .line 224
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 0 // android.telephony.cdma.CdmaCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/telephony/cdma/CdmaCellLocation;

  public static double convertQuartSecToDecDegrees(int);
    descriptor: (I)D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // int quartSec
         0: .line 241
            iload 0 /* quartSec */
            i2d
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 1
            iload 0 /* quartSec */
            ldc -2592000
            if_icmplt 1
            iload 0 /* quartSec */
            ldc 2592000
            if_icmple 2
         1: .line 243
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid coordiante value:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 0 /* quartSec */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 245
      StackMap locals:
      StackMap stack:
            iload 0 /* quartSec */
            i2d
            ldc 14400.0
            ddiv
            dreturn
        end local 0 // int quartSec
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  quartSec  I
    MethodParameters:
          Name  Flags
      quartSec  
}
SourceFile: "CdmaCellLocation.java"