class android.telephony.CellIdentity$1 implements android.os.Parcelable$Creator<android.telephony.CellIdentity>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.telephony.CellIdentity$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.telephony.CellIdentity$1 this
         0: .line 212
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.telephony.CellIdentity$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/telephony/CellIdentity$1;

  public android.telephony.CellIdentity createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Landroid/telephony/CellIdentity;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.telephony.CellIdentity$1 this
        start local 1 // android.os.Parcel in
         0: .line 215
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            istore 2 /* type */
        start local 2 // int type
         1: .line 216
            iload 2 /* type */
            tableswitch { // 1 - 5
                    1: 2
                    2: 4
                    3: 5
                    4: 3
                    5: 6
              default: 7
          }
         2: .line 217
      StackMap locals: int
      StackMap stack:
            aload 1 /* in */
            invokestatic android.telephony.CellIdentityGsm.createFromParcelBody:(Landroid/os/Parcel;)Landroid/telephony/CellIdentityGsm;
            areturn
         3: .line 218
      StackMap locals:
      StackMap stack:
            aload 1 /* in */
            invokestatic android.telephony.CellIdentityWcdma.createFromParcelBody:(Landroid/os/Parcel;)Landroid/telephony/CellIdentityWcdma;
            areturn
         4: .line 219
      StackMap locals:
      StackMap stack:
            aload 1 /* in */
            invokestatic android.telephony.CellIdentityCdma.createFromParcelBody:(Landroid/os/Parcel;)Landroid/telephony/CellIdentityCdma;
            areturn
         5: .line 220
      StackMap locals:
      StackMap stack:
            aload 1 /* in */
            invokestatic android.telephony.CellIdentityLte.createFromParcelBody:(Landroid/os/Parcel;)Landroid/telephony/CellIdentityLte;
            areturn
         6: .line 221
      StackMap locals:
      StackMap stack:
            aload 1 /* in */
            invokestatic android.telephony.CellIdentityTdscdma.createFromParcelBody:(Landroid/os/Parcel;)Landroid/telephony/CellIdentityTdscdma;
            areturn
         7: .line 222
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Bad Cell identity Parcel"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int type
        end local 1 // android.os.Parcel in
        end local 0 // android.telephony.CellIdentity$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Landroid/telephony/CellIdentity$1;
            0    8     1    in  Landroid/os/Parcel;
            1    8     2  type  I
    MethodParameters:
      Name  Flags
      in    

  public android.telephony.CellIdentity[] newArray(int);
    descriptor: (I)[Landroid/telephony/CellIdentity;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.telephony.CellIdentity$1 this
        start local 1 // int size
         0: .line 228
            iload 1 /* size */
            anewarray android.telephony.CellIdentity
            areturn
        end local 1 // int size
        end local 0 // android.telephony.CellIdentity$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/telephony/CellIdentity$1;
            0    1     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public java.lang.Object createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual android.telephony.CellIdentity$1.createFromParcel:(Landroid/os/Parcel;)Landroid/telephony/CellIdentity;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object[] newArray(int);
    descriptor: (I)[Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual android.telephony.CellIdentity$1.newArray:(I)[Landroid/telephony/CellIdentity;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Landroid/os/Parcelable$Creator<Landroid/telephony/CellIdentity;>;
SourceFile: "CellIdentity.java"
EnclosingMethod: android.telephony.CellIdentity
NestHost: android.telephony.CellIdentity
InnerClasses:
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
  android.telephony.CellIdentity$1