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

  private final boolean mVirtual;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.view.autofill.AutofillId this
        start local 1 // int id
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            iconst_0
            putfield android.view.autofill.AutofillId.mVirtual:Z
         2: .line 36
            aload 0 /* this */
            iload 1 /* id */
            putfield android.view.autofill.AutofillId.mViewId:I
         3: .line 37
            aload 0 /* this */
            iconst_m1
            putfield android.view.autofill.AutofillId.mVirtualId:I
         4: .line 38
            return
        end local 1 // int id
        end local 0 // android.view.autofill.AutofillId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/view/autofill/AutofillId;
            0    5     1    id  I
    MethodParameters:
      Name  Flags
      id    

  public void <init>(android.view.autofill.AutofillId, int);
    descriptor: (Landroid/view/autofill/AutofillId;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.view.autofill.AutofillId this
        start local 1 // android.view.autofill.AutofillId parent
        start local 2 // int virtualChildId
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            iconst_1
            putfield android.view.autofill.AutofillId.mVirtual:Z
         2: .line 44
            aload 0 /* this */
            aload 1 /* parent */
            getfield android.view.autofill.AutofillId.mViewId:I
            putfield android.view.autofill.AutofillId.mViewId:I
         3: .line 45
            aload 0 /* this */
            iload 2 /* virtualChildId */
            putfield android.view.autofill.AutofillId.mVirtualId:I
         4: .line 46
            return
        end local 2 // int virtualChildId
        end local 1 // android.view.autofill.AutofillId parent
        end local 0 // android.view.autofill.AutofillId this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Landroid/view/autofill/AutofillId;
            0    5     1          parent  Landroid/view/autofill/AutofillId;
            0    5     2  virtualChildId  I
    MethodParameters:
                Name  Flags
      parent          
      virtualChildId  

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.view.autofill.AutofillId this
        start local 1 // int parentId
        start local 2 // int virtualChildId
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            iconst_1
            putfield android.view.autofill.AutofillId.mVirtual:Z
         2: .line 51
            aload 0 /* this */
            iload 1 /* parentId */
            putfield android.view.autofill.AutofillId.mViewId:I
         3: .line 52
            aload 0 /* this */
            iload 2 /* virtualChildId */
            putfield android.view.autofill.AutofillId.mVirtualId:I
         4: .line 53
            return
        end local 2 // int virtualChildId
        end local 1 // int parentId
        end local 0 // android.view.autofill.AutofillId this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Landroid/view/autofill/AutofillId;
            0    5     1        parentId  I
            0    5     2  virtualChildId  I
    MethodParameters:
                Name  Flags
      parentId        
      virtualChildId  

  public int getViewId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.autofill.AutofillId this
         0: .line 57
            aload 0 /* this */
            getfield android.view.autofill.AutofillId.mViewId:I
            ireturn
        end local 0 // android.view.autofill.AutofillId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/autofill/AutofillId;

  public int getVirtualChildId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.autofill.AutofillId this
         0: .line 62
            aload 0 /* this */
            getfield android.view.autofill.AutofillId.mVirtualId:I
            ireturn
        end local 0 // android.view.autofill.AutofillId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/autofill/AutofillId;

  public boolean isVirtual();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.autofill.AutofillId this
         0: .line 67
            aload 0 /* this */
            getfield android.view.autofill.AutofillId.mVirtual:Z
            ireturn
        end local 0 // android.view.autofill.AutofillId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/autofill/AutofillId;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.view.autofill.AutofillId this
         0: .line 77
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 78
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.view.autofill.AutofillId.mViewId:I
            iadd
            istore 1 /* result */
         2: .line 79
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.view.autofill.AutofillId.mVirtualId:I
            iadd
            istore 1 /* result */
         3: .line 80
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // android.view.autofill.AutofillId this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/view/autofill/AutofillId;
            1    4     1  result  I

  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.view.autofill.AutofillId this
        start local 1 // java.lang.Object obj
         0: .line 85
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 86
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 2
            iconst_0
            ireturn
         2: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
            iconst_0
            ireturn
         3: .line 88
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast android.view.autofill.AutofillId
            astore 2 /* other */
        start local 2 // android.view.autofill.AutofillId other
         4: .line 89
            aload 0 /* this */
            getfield android.view.autofill.AutofillId.mViewId:I
            aload 2 /* other */
            getfield android.view.autofill.AutofillId.mViewId:I
            if_icmpeq 5
            iconst_0
            ireturn
         5: .line 90
      StackMap locals: android.view.autofill.AutofillId
      StackMap stack:
            aload 0 /* this */
            getfield android.view.autofill.AutofillId.mVirtualId:I
            aload 2 /* other */
            getfield android.view.autofill.AutofillId.mVirtualId:I
            if_icmpeq 6
            iconst_0
            ireturn
         6: .line 91
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // android.view.autofill.AutofillId other
        end local 1 // java.lang.Object obj
        end local 0 // android.view.autofill.AutofillId this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Landroid/view/autofill/AutofillId;
            0    7     1    obj  Ljava/lang/Object;
            4    7     2  other  Landroid/view/autofill/AutofillId;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.view.autofill.AutofillId this
         0: .line 96
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield android.view.autofill.AutofillId.mViewId:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            astore 1 /* builder */
        start local 1 // java.lang.StringBuilder builder
         1: .line 97
            aload 0 /* this */
            getfield android.view.autofill.AutofillId.mVirtual:Z
            ifeq 3
         2: .line 98
            aload 1 /* builder */
            bipush 58
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.view.autofill.AutofillId.mVirtualId:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         3: .line 100
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 1 /* builder */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder builder
        end local 0 // android.view.autofill.AutofillId this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Landroid/view/autofill/AutofillId;
            1    4     1  builder  Ljava/lang/StringBuilder;

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

  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.view.autofill.AutofillId this
        start local 1 // android.os.Parcel parcel
        start local 2 // int flags
         0: .line 110
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.view.autofill.AutofillId.mViewId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 111
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.view.autofill.AutofillId.mVirtual:Z
            ifeq 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack: android.os.Parcel
         2: iconst_0
      StackMap locals: android.view.autofill.AutofillId android.os.Parcel int
      StackMap stack: android.os.Parcel int
         3: invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 112
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.view.autofill.AutofillId.mVirtualId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 113
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel parcel
        end local 0 // android.view.autofill.AutofillId this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Landroid/view/autofill/AutofillId;
            0    6     1  parcel  Landroid/os/Parcel;
            0    6     2   flags  I
    MethodParameters:
        Name  Flags
      parcel  
      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.view.autofill.AutofillId this
        start local 1 // android.os.Parcel parcel
         0: .line 115
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 116
            aload 0 /* this */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.view.autofill.AutofillId.mViewId:I
         2: .line 117
            aload 0 /* this */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            iconst_1
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals: android.view.autofill.AutofillId android.os.Parcel
      StackMap stack: android.view.autofill.AutofillId
         3: iconst_0
      StackMap locals: android.view.autofill.AutofillId android.os.Parcel
      StackMap stack: android.view.autofill.AutofillId int
         4: putfield android.view.autofill.AutofillId.mVirtual:Z
         5: .line 118
            aload 0 /* this */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.view.autofill.AutofillId.mVirtualId:I
         6: .line 119
            return
        end local 1 // android.os.Parcel parcel
        end local 0 // android.view.autofill.AutofillId this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Landroid/view/autofill/AutofillId;
            0    7     1  parcel  Landroid/os/Parcel;
    MethodParameters:
        Name  Flags
      parcel  
}
SourceFile: "AutofillId.java"
NestMembers:
  android.view.autofill.AutofillId$1
InnerClasses:
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
  android.view.autofill.AutofillId$1