public final class android.bluetooth.le.ResultStorageDescriptor implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.bluetooth.le.ResultStorageDescriptor
  super_class: java.lang.Object
{
  private int mType;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  public int getType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ResultStorageDescriptor this
         0: .line 35
            aload 0 /* this */
            getfield android.bluetooth.le.ResultStorageDescriptor.mType:I
            ireturn
        end local 0 // android.bluetooth.le.ResultStorageDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/ResultStorageDescriptor;

  public int getOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ResultStorageDescriptor this
         0: .line 39
            aload 0 /* this */
            getfield android.bluetooth.le.ResultStorageDescriptor.mOffset:I
            ireturn
        end local 0 // android.bluetooth.le.ResultStorageDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/ResultStorageDescriptor;

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ResultStorageDescriptor this
         0: .line 43
            aload 0 /* this */
            getfield android.bluetooth.le.ResultStorageDescriptor.mLength:I
            ireturn
        end local 0 // android.bluetooth.le.ResultStorageDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/ResultStorageDescriptor;

  public void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.bluetooth.le.ResultStorageDescriptor this
        start local 1 // int type
        start local 2 // int offset
        start local 3 // int length
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            iload 1 /* type */
            putfield android.bluetooth.le.ResultStorageDescriptor.mType:I
         2: .line 55
            aload 0 /* this */
            iload 2 /* offset */
            putfield android.bluetooth.le.ResultStorageDescriptor.mOffset:I
         3: .line 56
            aload 0 /* this */
            iload 3 /* length */
            putfield android.bluetooth.le.ResultStorageDescriptor.mLength:I
         4: .line 57
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // int type
        end local 0 // android.bluetooth.le.ResultStorageDescriptor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/bluetooth/le/ResultStorageDescriptor;
            0    5     1    type  I
            0    5     2  offset  I
            0    5     3  length  I
    MethodParameters:
        Name  Flags
      type    
      offset  
      length  

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

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.bluetooth.le.ResultStorageDescriptor this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 66
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ResultStorageDescriptor.mType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 67
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ResultStorageDescriptor.mOffset:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 68
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ResultStorageDescriptor.mLength:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 69
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.bluetooth.le.ResultStorageDescriptor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/bluetooth/le/ResultStorageDescriptor;
            0    4     1   dest  Landroid/os/Parcel;
            0    4     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  

  private void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.le.ResultStorageDescriptor this
        start local 1 // android.os.Parcel in
         0: .line 71
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 72
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.bluetooth.le.ResultStorageDescriptor.ReadFromParcel:(Landroid/os/Parcel;)V
         2: .line 73
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.bluetooth.le.ResultStorageDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/bluetooth/le/ResultStorageDescriptor;
            0    3     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

  private void ReadFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.le.ResultStorageDescriptor this
        start local 1 // android.os.Parcel in
         0: .line 76
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.ResultStorageDescriptor.mType:I
         1: .line 77
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.ResultStorageDescriptor.mOffset:I
         2: .line 78
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.ResultStorageDescriptor.mLength:I
         3: .line 79
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.bluetooth.le.ResultStorageDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/bluetooth/le/ResultStorageDescriptor;
            0    4     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    
}
SourceFile: "ResultStorageDescriptor.java"
NestMembers:
  android.bluetooth.le.ResultStorageDescriptor$1
InnerClasses:
  android.bluetooth.le.ResultStorageDescriptor$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()