public class android.bluetooth.BluetoothGattIncludedService implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.bluetooth.BluetoothGattIncludedService
  super_class: java.lang.Object
{
  protected java.util.UUID mUuid;
    descriptor: Ljava/util/UUID;
    flags: (0x0004) ACC_PROTECTED

  protected int mInstanceId;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int mServiceType;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

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

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

  public void <init>(java.util.UUID, int, int);
    descriptor: (Ljava/util/UUID;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.bluetooth.BluetoothGattIncludedService this
        start local 1 // java.util.UUID uuid
        start local 2 // int instanceId
        start local 3 // int serviceType
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            aload 1 /* uuid */
            putfield android.bluetooth.BluetoothGattIncludedService.mUuid:Ljava/util/UUID;
         2: .line 51
            aload 0 /* this */
            iload 2 /* instanceId */
            putfield android.bluetooth.BluetoothGattIncludedService.mInstanceId:I
         3: .line 52
            aload 0 /* this */
            iload 3 /* serviceType */
            putfield android.bluetooth.BluetoothGattIncludedService.mServiceType:I
         4: .line 53
            return
        end local 3 // int serviceType
        end local 2 // int instanceId
        end local 1 // java.util.UUID uuid
        end local 0 // android.bluetooth.BluetoothGattIncludedService this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Landroid/bluetooth/BluetoothGattIncludedService;
            0    5     1         uuid  Ljava/util/UUID;
            0    5     2   instanceId  I
            0    5     3  serviceType  I
    MethodParameters:
             Name  Flags
      uuid         
      instanceId   
      serviceType  

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

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothGattIncludedService this
        start local 1 // android.os.Parcel out
        start local 2 // int flags
         0: .line 62
            aload 1 /* out */
            new android.os.ParcelUuid
            dup
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattIncludedService.mUuid:Ljava/util/UUID;
            invokespecial android.os.ParcelUuid.<init>:(Ljava/util/UUID;)V
            iconst_0
            invokevirtual android.os.Parcel.writeParcelable:(Landroid/os/Parcelable;I)V
         1: .line 63
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattIncludedService.mInstanceId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 64
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattIncludedService.mServiceType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 65
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel out
        end local 0 // android.bluetooth.BluetoothGattIncludedService this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/bluetooth/BluetoothGattIncludedService;
            0    4     1    out  Landroid/os/Parcel;
            0    4     2  flags  I
    MethodParameters:
       Name  Flags
      out    
      flags  

  private void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothGattIncludedService this
        start local 1 // android.os.Parcel in
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 79
            aload 0 /* this */
            aload 1 /* in */
            aconst_null
            invokevirtual android.os.Parcel.readParcelable:(Ljava/lang/ClassLoader;)Landroid/os/Parcelable;
            checkcast android.os.ParcelUuid
            invokevirtual android.os.ParcelUuid.getUuid:()Ljava/util/UUID;
            putfield android.bluetooth.BluetoothGattIncludedService.mUuid:Ljava/util/UUID;
         2: .line 80
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.BluetoothGattIncludedService.mInstanceId:I
         3: .line 81
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.BluetoothGattIncludedService.mServiceType:I
         4: .line 82
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.bluetooth.BluetoothGattIncludedService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/bluetooth/BluetoothGattIncludedService;
            0    5     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

  public java.util.UUID getUuid();
    descriptor: ()Ljava/util/UUID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothGattIncludedService this
         0: .line 90
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattIncludedService.mUuid:Ljava/util/UUID;
            areturn
        end local 0 // android.bluetooth.BluetoothGattIncludedService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothGattIncludedService;

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

  public int getType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothGattIncludedService this
         0: .line 110
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattIncludedService.mServiceType:I
            ireturn
        end local 0 // android.bluetooth.BluetoothGattIncludedService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothGattIncludedService;
}
SourceFile: "BluetoothGattIncludedService.java"
NestMembers:
  android.bluetooth.BluetoothGattIncludedService$1
InnerClasses:
  android.bluetooth.BluetoothGattIncludedService$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable