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

  public android.bluetooth.BluetoothGattDescriptor createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Landroid/bluetooth/BluetoothGattDescriptor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothGattDescriptor$1 this
        start local 1 // android.os.Parcel in
         0: .line 180
            new android.bluetooth.BluetoothGattDescriptor
            dup
            aload 1 /* in */
            invokespecial android.bluetooth.BluetoothGattDescriptor.<init>:(Landroid/os/Parcel;)V
            areturn
        end local 1 // android.os.Parcel in
        end local 0 // android.bluetooth.BluetoothGattDescriptor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothGattDescriptor$1;
            0    1     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

  public android.bluetooth.BluetoothGattDescriptor[] newArray(int);
    descriptor: (I)[Landroid/bluetooth/BluetoothGattDescriptor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothGattDescriptor$1 this
        start local 1 // int size
         0: .line 184
            iload 1 /* size */
            anewarray android.bluetooth.BluetoothGattDescriptor
            areturn
        end local 1 // int size
        end local 0 // android.bluetooth.BluetoothGattDescriptor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothGattDescriptor$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.bluetooth.BluetoothGattDescriptor$1.createFromParcel:(Landroid/os/Parcel;)Landroid/bluetooth/BluetoothGattDescriptor;
            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.bluetooth.BluetoothGattDescriptor$1.newArray:(I)[Landroid/bluetooth/BluetoothGattDescriptor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Landroid/os/Parcelable$Creator<Landroid/bluetooth/BluetoothGattDescriptor;>;
SourceFile: "BluetoothGattDescriptor.java"
EnclosingMethod: android.bluetooth.BluetoothGattDescriptor
NestHost: android.bluetooth.BluetoothGattDescriptor
InnerClasses:
  android.bluetooth.BluetoothGattDescriptor$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable