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

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

  private int mPsc;
    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.gsm.GsmCellLocation this
         0: .line 33
            aload 0 /* this */
            invokespecial android.telephony.CellLocation.<init>:()V
         1: .line 34
            aload 0 /* this */
            iconst_m1
            putfield android.telephony.gsm.GsmCellLocation.mLac:I
         2: .line 35
            aload 0 /* this */
            iconst_m1
            putfield android.telephony.gsm.GsmCellLocation.mCid:I
         3: .line 36
            aload 0 /* this */
            iconst_m1
            putfield android.telephony.gsm.GsmCellLocation.mPsc:I
         4: .line 37
            return
        end local 0 // android.telephony.gsm.GsmCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/telephony/gsm/GsmCellLocation;

  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.gsm.GsmCellLocation this
        start local 1 // android.os.Bundle bundle
         0: .line 42
            aload 0 /* this */
            invokespecial android.telephony.CellLocation.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* bundle */
            ldc "lac"
            iconst_m1
            invokevirtual android.os.Bundle.getInt:(Ljava/lang/String;I)I
            putfield android.telephony.gsm.GsmCellLocation.mLac:I
         2: .line 44
            aload 0 /* this */
            aload 1 /* bundle */
            ldc "cid"
            iconst_m1
            invokevirtual android.os.Bundle.getInt:(Ljava/lang/String;I)I
            putfield android.telephony.gsm.GsmCellLocation.mCid:I
         3: .line 45
            aload 0 /* this */
            aload 1 /* bundle */
            ldc "psc"
            iconst_m1
            invokevirtual android.os.Bundle.getInt:(Ljava/lang/String;I)I
            putfield android.telephony.gsm.GsmCellLocation.mPsc:I
         4: .line 46
            return
        end local 1 // android.os.Bundle bundle
        end local 0 // android.telephony.gsm.GsmCellLocation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/telephony/gsm/GsmCellLocation;
            0    5     1  bundle  Landroid/os/Bundle;
    MethodParameters:
        Name  Flags
      bundle  

  public int getLac();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.telephony.gsm.GsmCellLocation this
         0: .line 52
            aload 0 /* this */
            getfield android.telephony.gsm.GsmCellLocation.mLac:I
            ireturn
        end local 0 // android.telephony.gsm.GsmCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/telephony/gsm/GsmCellLocation;

  public int getCid();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.telephony.gsm.GsmCellLocation this
         0: .line 59
            aload 0 /* this */
            getfield android.telephony.gsm.GsmCellLocation.mCid:I
            ireturn
        end local 0 // android.telephony.gsm.GsmCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/telephony/gsm/GsmCellLocation;

  public int getPsc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.telephony.gsm.GsmCellLocation this
         0: .line 69
            aload 0 /* this */
            getfield android.telephony.gsm.GsmCellLocation.mPsc:I
            ireturn
        end local 0 // android.telephony.gsm.GsmCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/telephony/gsm/GsmCellLocation;

  public void setStateInvalid();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.telephony.gsm.GsmCellLocation this
         0: .line 77
            aload 0 /* this */
            iconst_m1
            putfield android.telephony.gsm.GsmCellLocation.mLac:I
         1: .line 78
            aload 0 /* this */
            iconst_m1
            putfield android.telephony.gsm.GsmCellLocation.mCid:I
         2: .line 79
            aload 0 /* this */
            iconst_m1
            putfield android.telephony.gsm.GsmCellLocation.mPsc:I
         3: .line 80
            return
        end local 0 // android.telephony.gsm.GsmCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/telephony/gsm/GsmCellLocation;

  public void setLacAndCid(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.telephony.gsm.GsmCellLocation this
        start local 1 // int lac
        start local 2 // int cid
         0: .line 86
            aload 0 /* this */
            iload 1 /* lac */
            putfield android.telephony.gsm.GsmCellLocation.mLac:I
         1: .line 87
            aload 0 /* this */
            iload 2 /* cid */
            putfield android.telephony.gsm.GsmCellLocation.mCid:I
         2: .line 88
            return
        end local 2 // int cid
        end local 1 // int lac
        end local 0 // android.telephony.gsm.GsmCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/telephony/gsm/GsmCellLocation;
            0    3     1   lac  I
            0    3     2   cid  I
    MethodParameters:
      Name  Flags
      lac   
      cid   

  public void setPsc(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.telephony.gsm.GsmCellLocation this
        start local 1 // int psc
         0: .line 95
            aload 0 /* this */
            iload 1 /* psc */
            putfield android.telephony.gsm.GsmCellLocation.mPsc:I
         1: .line 96
            return
        end local 1 // int psc
        end local 0 // android.telephony.gsm.GsmCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/telephony/gsm/GsmCellLocation;
            0    2     1   psc  I
    MethodParameters:
      Name  Flags
      psc   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.telephony.gsm.GsmCellLocation this
         0: .line 100
            aload 0 /* this */
            getfield android.telephony.gsm.GsmCellLocation.mLac:I
            aload 0 /* this */
            getfield android.telephony.gsm.GsmCellLocation.mCid:I
            ixor
            ireturn
        end local 0 // android.telephony.gsm.GsmCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/telephony/gsm/GsmCellLocation;

  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.gsm.GsmCellLocation this
        start local 1 // java.lang.Object o
         0: .line 108
            aload 1 /* o */
            checkcast android.telephony.gsm.GsmCellLocation
            astore 2 /* s */
        start local 2 // android.telephony.gsm.GsmCellLocation s
         1: .line 109
            goto 4
        end local 2 // android.telephony.gsm.GsmCellLocation s
      StackMap locals:
      StackMap stack: java.lang.ClassCastException
         2: pop
         3: .line 110
            iconst_0
            ireturn
        start local 2 // android.telephony.gsm.GsmCellLocation s
         4: .line 113
      StackMap locals: android.telephony.gsm.GsmCellLocation
      StackMap stack:
            aload 1 /* o */
            ifnonnull 6
         5: .line 114
            iconst_0
            ireturn
         6: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.telephony.gsm.GsmCellLocation.mLac:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 2 /* s */
            getfield android.telephony.gsm.GsmCellLocation.mLac:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic android.telephony.gsm.GsmCellLocation.equalsHandlesNulls:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 9
            aload 0 /* this */
            getfield android.telephony.gsm.GsmCellLocation.mCid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 2 /* s */
            getfield android.telephony.gsm.GsmCellLocation.mCid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic android.telephony.gsm.GsmCellLocation.equalsHandlesNulls:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 9
         7: .line 118
            aload 0 /* this */
            getfield android.telephony.gsm.GsmCellLocation.mPsc:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 2 /* s */
            getfield android.telephony.gsm.GsmCellLocation.mPsc:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic android.telephony.gsm.GsmCellLocation.equalsHandlesNulls:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 9
         8: .line 117
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         9: iconst_0
            ireturn
        end local 2 // android.telephony.gsm.GsmCellLocation s
        end local 1 // java.lang.Object o
        end local 0 // android.telephony.gsm.GsmCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Landroid/telephony/gsm/GsmCellLocation;
            0   10     1     o  Ljava/lang/Object;
            1    2     2     s  Landroid/telephony/gsm/GsmCellLocation;
            4   10     2     s  Landroid/telephony/gsm/GsmCellLocation;
      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.gsm.GsmCellLocation this
         0: .line 123
            new java.lang.StringBuilder
            dup
            ldc "["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.telephony.gsm.GsmCellLocation.mLac:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.telephony.gsm.GsmCellLocation.mCid:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.telephony.gsm.GsmCellLocation.mPsc:I
            invokevirtual java.lang.StringBuilder.append:(I)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.telephony.gsm.GsmCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/telephony/gsm/GsmCellLocation;

  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 134
            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.gsm.GsmCellLocation this
        start local 1 // android.os.Bundle m
         0: .line 143
            aload 1 /* m */
            ldc "lac"
            aload 0 /* this */
            getfield android.telephony.gsm.GsmCellLocation.mLac:I
            invokevirtual android.os.Bundle.putInt:(Ljava/lang/String;I)V
         1: .line 144
            aload 1 /* m */
            ldc "cid"
            aload 0 /* this */
            getfield android.telephony.gsm.GsmCellLocation.mCid:I
            invokevirtual android.os.Bundle.putInt:(Ljava/lang/String;I)V
         2: .line 145
            aload 1 /* m */
            ldc "psc"
            aload 0 /* this */
            getfield android.telephony.gsm.GsmCellLocation.mPsc:I
            invokevirtual android.os.Bundle.putInt:(Ljava/lang/String;I)V
         3: .line 146
            return
        end local 1 // android.os.Bundle m
        end local 0 // android.telephony.gsm.GsmCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/telephony/gsm/GsmCellLocation;
            0    4     1     m  Landroid/os/Bundle;
    MethodParameters:
      Name  Flags
      m     

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.telephony.gsm.GsmCellLocation this
         0: .line 152
            aload 0 /* this */
            getfield android.telephony.gsm.GsmCellLocation.mLac:I
            iconst_m1
            if_icmpne 1
            aload 0 /* this */
            getfield android.telephony.gsm.GsmCellLocation.mCid:I
            iconst_m1
            if_icmpne 1
            aload 0 /* this */
            getfield android.telephony.gsm.GsmCellLocation.mPsc:I
            iconst_m1
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.telephony.gsm.GsmCellLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/telephony/gsm/GsmCellLocation;
}
SourceFile: "GsmCellLocation.java"