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

  private final int mTokenRate;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mTokenBucketSize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mPeakBandwidth;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mLatency;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mDelayVariation;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final int SERVICE_NO_TRAFFIC;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int SERVICE_BEST_EFFORT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int SERVICE_GUARANTEED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int MAX;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

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

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

  public void <init>(int, int, int, int, int, int);
    descriptor: (IIIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // android.bluetooth.BluetoothHidDeviceAppQosSettings this
        start local 1 // int serviceType
        start local 2 // int tokenRate
        start local 3 // int tokenBucketSize
        start local 4 // int peakBandwidth
        start local 5 // int latency
        start local 6 // int delayVariation
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 0 /* this */
            iload 1 /* serviceType */
            putfield android.bluetooth.BluetoothHidDeviceAppQosSettings.mServiceType:I
         2: .line 65
            aload 0 /* this */
            iload 2 /* tokenRate */
            putfield android.bluetooth.BluetoothHidDeviceAppQosSettings.mTokenRate:I
         3: .line 66
            aload 0 /* this */
            iload 3 /* tokenBucketSize */
            putfield android.bluetooth.BluetoothHidDeviceAppQosSettings.mTokenBucketSize:I
         4: .line 67
            aload 0 /* this */
            iload 4 /* peakBandwidth */
            putfield android.bluetooth.BluetoothHidDeviceAppQosSettings.mPeakBandwidth:I
         5: .line 68
            aload 0 /* this */
            iload 5 /* latency */
            putfield android.bluetooth.BluetoothHidDeviceAppQosSettings.mLatency:I
         6: .line 69
            aload 0 /* this */
            iload 6 /* delayVariation */
            putfield android.bluetooth.BluetoothHidDeviceAppQosSettings.mDelayVariation:I
         7: .line 70
            return
        end local 6 // int delayVariation
        end local 5 // int latency
        end local 4 // int peakBandwidth
        end local 3 // int tokenBucketSize
        end local 2 // int tokenRate
        end local 1 // int serviceType
        end local 0 // android.bluetooth.BluetoothHidDeviceAppQosSettings this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;
            0    8     1      serviceType  I
            0    8     2        tokenRate  I
            0    8     3  tokenBucketSize  I
            0    8     4    peakBandwidth  I
            0    8     5          latency  I
            0    8     6   delayVariation  I
    MethodParameters:
                 Name  Flags
      serviceType      
      tokenRate        
      tokenBucketSize  
      peakBandwidth    
      latency          
      delayVariation   

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

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

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

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

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

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

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

  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.BluetoothHidDeviceAppQosSettings this
        start local 1 // android.os.Parcel out
        start local 2 // int flags
         0: .line 124
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHidDeviceAppQosSettings.mServiceType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 125
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHidDeviceAppQosSettings.mTokenRate:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 126
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHidDeviceAppQosSettings.mTokenBucketSize:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 127
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHidDeviceAppQosSettings.mPeakBandwidth:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 128
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHidDeviceAppQosSettings.mLatency:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 129
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothHidDeviceAppQosSettings.mDelayVariation:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 130
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel out
        end local 0 // android.bluetooth.BluetoothHidDeviceAppQosSettings this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;
            0    7     1    out  Landroid/os/Parcel;
            0    7     2  flags  I
    MethodParameters:
       Name  Flags
      out    
      flags  
}
SourceFile: "BluetoothHidDeviceAppQosSettings.java"
NestMembers:
  android.bluetooth.BluetoothHidDeviceAppQosSettings$1
InnerClasses:
  android.bluetooth.BluetoothHidDeviceAppQosSettings$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable