public final class android.hardware.input.InputDeviceIdentifier implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.hardware.input.InputDeviceIdentifier
  super_class: java.lang.Object
{
  private final java.lang.String mDescriptor;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

  public void <init>(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.hardware.input.InputDeviceIdentifier this
        start local 1 // java.lang.String descriptor
        start local 2 // int vendorId
        start local 3 // int productId
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* descriptor */
            putfield android.hardware.input.InputDeviceIdentifier.mDescriptor:Ljava/lang/String;
         2: .line 37
            aload 0 /* this */
            iload 2 /* vendorId */
            putfield android.hardware.input.InputDeviceIdentifier.mVendorId:I
         3: .line 38
            aload 0 /* this */
            iload 3 /* productId */
            putfield android.hardware.input.InputDeviceIdentifier.mProductId:I
         4: .line 39
            return
        end local 3 // int productId
        end local 2 // int vendorId
        end local 1 // java.lang.String descriptor
        end local 0 // android.hardware.input.InputDeviceIdentifier this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Landroid/hardware/input/InputDeviceIdentifier;
            0    5     1  descriptor  Ljava/lang/String;
            0    5     2    vendorId  I
            0    5     3   productId  I
    MethodParameters:
            Name  Flags
      descriptor  
      vendorId    
      productId   

  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.hardware.input.InputDeviceIdentifier this
        start local 1 // android.os.Parcel src
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* src */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.hardware.input.InputDeviceIdentifier.mDescriptor:Ljava/lang/String;
         2: .line 43
            aload 0 /* this */
            aload 1 /* src */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.hardware.input.InputDeviceIdentifier.mVendorId:I
         3: .line 44
            aload 0 /* this */
            aload 1 /* src */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.hardware.input.InputDeviceIdentifier.mProductId:I
         4: .line 45
            return
        end local 1 // android.os.Parcel src
        end local 0 // android.hardware.input.InputDeviceIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/hardware/input/InputDeviceIdentifier;
            0    5     1   src  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      src   

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

  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.hardware.input.InputDeviceIdentifier this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 54
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.input.InputDeviceIdentifier.mDescriptor:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         1: .line 55
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.input.InputDeviceIdentifier.mVendorId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 56
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.input.InputDeviceIdentifier.mProductId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 57
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.hardware.input.InputDeviceIdentifier this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/hardware/input/InputDeviceIdentifier;
            0    4     1   dest  Landroid/os/Parcel;
            0    4     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  

  public java.lang.String getDescriptor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.input.InputDeviceIdentifier this
         0: .line 60
            aload 0 /* this */
            getfield android.hardware.input.InputDeviceIdentifier.mDescriptor:Ljava/lang/String;
            areturn
        end local 0 // android.hardware.input.InputDeviceIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/input/InputDeviceIdentifier;

  public int getVendorId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.input.InputDeviceIdentifier this
         0: .line 64
            aload 0 /* this */
            getfield android.hardware.input.InputDeviceIdentifier.mVendorId:I
            ireturn
        end local 0 // android.hardware.input.InputDeviceIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/input/InputDeviceIdentifier;

  public int getProductId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.input.InputDeviceIdentifier this
         0: .line 68
            aload 0 /* this */
            getfield android.hardware.input.InputDeviceIdentifier.mProductId:I
            ireturn
        end local 0 // android.hardware.input.InputDeviceIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/input/InputDeviceIdentifier;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.hardware.input.InputDeviceIdentifier this
        start local 1 // java.lang.Object o
         0: .line 73
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 74
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 1 /* o */
            instanceof android.hardware.input.InputDeviceIdentifier
            ifne 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 76
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast android.hardware.input.InputDeviceIdentifier
            astore 2 /* that */
        start local 2 // android.hardware.input.InputDeviceIdentifier that
         4: .line 77
            aload 0 /* this */
            getfield android.hardware.input.InputDeviceIdentifier.mVendorId:I
            aload 2 /* that */
            getfield android.hardware.input.InputDeviceIdentifier.mVendorId:I
            if_icmpne 7
            aload 0 /* this */
            getfield android.hardware.input.InputDeviceIdentifier.mProductId:I
            aload 2 /* that */
            getfield android.hardware.input.InputDeviceIdentifier.mProductId:I
            if_icmpne 7
         5: .line 78
            aload 0 /* this */
            getfield android.hardware.input.InputDeviceIdentifier.mDescriptor:Ljava/lang/String;
            aload 2 /* that */
            getfield android.hardware.input.InputDeviceIdentifier.mDescriptor:Ljava/lang/String;
            invokestatic android.text.TextUtils.equals:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z
            ifeq 7
         6: .line 77
            iconst_1
            ireturn
      StackMap locals: android.hardware.input.InputDeviceIdentifier
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // android.hardware.input.InputDeviceIdentifier that
        end local 1 // java.lang.Object o
        end local 0 // android.hardware.input.InputDeviceIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Landroid/hardware/input/InputDeviceIdentifier;
            0    8     1     o  Ljava/lang/Object;
            4    8     2  that  Landroid/hardware/input/InputDeviceIdentifier;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.hardware.input.InputDeviceIdentifier this
         0: .line 83
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield android.hardware.input.InputDeviceIdentifier.mDescriptor:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield android.hardware.input.InputDeviceIdentifier.mVendorId:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield android.hardware.input.InputDeviceIdentifier.mProductId:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
            ireturn
        end local 0 // android.hardware.input.InputDeviceIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/input/InputDeviceIdentifier;
}
SourceFile: "InputDeviceIdentifier.java"
NestMembers:
  android.hardware.input.InputDeviceIdentifier$1
InnerClasses:
  android.hardware.input.InputDeviceIdentifier$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable