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

  private final java.lang.Object mValue;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private void <init>(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.view.autofill.AutofillValue this
        start local 1 // int type
        start local 2 // java.lang.Object value
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            iload 1 /* type */
            putfield android.view.autofill.AutofillValue.mType:I
         2: .line 49
            aload 0 /* this */
            aload 2 /* value */
            putfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
         3: .line 50
            return
        end local 2 // java.lang.Object value
        end local 1 // int type
        end local 0 // android.view.autofill.AutofillValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/view/autofill/AutofillValue;
            0    4     1   type  I
            0    4     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      type   
      value  

  public java.lang.CharSequence getTextValue();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.view.autofill.AutofillValue this
         0: .line 60
            aload 0 /* this */
            invokevirtual android.view.autofill.AutofillValue.isText:()Z
            new java.lang.StringBuilder
            dup
            ldc "value must be a text value, not type="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mType:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic com.android.internal.util.Preconditions.checkState:(ZLjava/lang/String;)V
         1: .line 61
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
            checkcast java.lang.CharSequence
            areturn
        end local 0 // android.view.autofill.AutofillValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/view/autofill/AutofillValue;

  public boolean isText();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.view.autofill.AutofillValue this
         0: .line 70
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mType:I
            iconst_1
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.view.autofill.AutofillValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/view/autofill/AutofillValue;

  public boolean getToggleValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.view.autofill.AutofillValue this
         0: .line 81
            aload 0 /* this */
            invokevirtual android.view.autofill.AutofillValue.isToggle:()Z
            new java.lang.StringBuilder
            dup
            ldc "value must be a toggle value, not type="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mType:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic com.android.internal.util.Preconditions.checkState:(ZLjava/lang/String;)V
         1: .line 82
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 0 // android.view.autofill.AutofillValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/view/autofill/AutofillValue;

  public boolean isToggle();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.view.autofill.AutofillValue this
         0: .line 91
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mType:I
            iconst_2
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.view.autofill.AutofillValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/view/autofill/AutofillValue;

  public int getListValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.view.autofill.AutofillValue this
         0: .line 102
            aload 0 /* this */
            invokevirtual android.view.autofill.AutofillValue.isList:()Z
            new java.lang.StringBuilder
            dup
            ldc "value must be a list value, not type="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mType:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic com.android.internal.util.Preconditions.checkState:(ZLjava/lang/String;)V
         1: .line 103
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 0 // android.view.autofill.AutofillValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/view/autofill/AutofillValue;

  public boolean isList();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.view.autofill.AutofillValue this
         0: .line 112
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mType:I
            iconst_3
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.view.autofill.AutofillValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/view/autofill/AutofillValue;

  public long getDateValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.view.autofill.AutofillValue this
         0: .line 123
            aload 0 /* this */
            invokevirtual android.view.autofill.AutofillValue.isDate:()Z
            new java.lang.StringBuilder
            dup
            ldc "value must be a date value, not type="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mType:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic com.android.internal.util.Preconditions.checkState:(ZLjava/lang/String;)V
         1: .line 124
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            lreturn
        end local 0 // android.view.autofill.AutofillValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/view/autofill/AutofillValue;

  public boolean isDate();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.view.autofill.AutofillValue this
         0: .line 133
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mType:I
            iconst_4
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.view.autofill.AutofillValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/view/autofill/AutofillValue;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.autofill.AutofillValue this
         0: .line 144
            aload 0 /* this */
            invokevirtual android.view.autofill.AutofillValue.isText:()Z
            ifeq 1
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
            checkcast java.lang.CharSequence
            invokeinterface java.lang.CharSequence.length:()I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.view.autofill.AutofillValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/view/autofill/AutofillValue;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.view.autofill.AutofillValue this
         0: .line 153
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mType:I
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            ireturn
        end local 0 // android.view.autofill.AutofillValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/autofill/AutofillValue;

  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.AutofillValue this
        start local 1 // java.lang.Object obj
         0: .line 158
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 159
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 2
            iconst_0
            ireturn
         2: .line 160
      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 161
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast android.view.autofill.AutofillValue
            astore 2 /* other */
        start local 2 // android.view.autofill.AutofillValue other
         4: .line 163
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mType:I
            aload 2 /* other */
            getfield android.view.autofill.AutofillValue.mType:I
            if_icmpeq 5
            iconst_0
            ireturn
         5: .line 165
      StackMap locals: android.view.autofill.AutofillValue
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.view.autofill.AutofillValue.isText:()Z
            ifeq 7
         6: .line 166
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            aload 2 /* other */
            getfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
         7: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
            aload 2 /* other */
            getfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 2 // android.view.autofill.AutofillValue other
        end local 1 // java.lang.Object obj
        end local 0 // android.view.autofill.AutofillValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Landroid/view/autofill/AutofillValue;
            0    8     1    obj  Ljava/lang/Object;
            4    8     2  other  Landroid/view/autofill/AutofillValue;
    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.AutofillValue this
         0: .line 174
            getstatic android.view.autofill.Helper.sDebug:Z
            ifne 1
            aload 0 /* this */
            invokespecial java.lang.Object.toString:()Ljava/lang/String;
            areturn
         1: .line 176
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
         2: .line 177
            ldc "[type="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mType:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         3: .line 178
            ldc ", value="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 176
            astore 1 /* string */
        start local 1 // java.lang.StringBuilder string
         5: .line 179
            aload 0 /* this */
            invokevirtual android.view.autofill.AutofillValue.isText:()Z
            ifeq 8
         6: .line 180
            aload 1 /* string */
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
            checkcast java.lang.CharSequence
            invokestatic android.view.autofill.Helper.appendRedacted:(Ljava/lang/StringBuilder;Ljava/lang/CharSequence;)V
         7: .line 181
            goto 9
         8: .line 182
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 1 /* string */
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         9: .line 184
      StackMap locals:
      StackMap stack:
            aload 1 /* string */
            bipush 93
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder string
        end local 0 // android.view.autofill.AutofillValue this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Landroid/view/autofill/AutofillValue;
            5   10     1  string  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.AutofillValue this
         0: .line 193
            iconst_0
            ireturn
        end local 0 // android.view.autofill.AutofillValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/autofill/AutofillValue;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.view.autofill.AutofillValue this
        start local 1 // android.os.Parcel parcel
        start local 2 // int flags
         0: .line 198
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 200
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mType:I
            tableswitch { // 1 - 4
                    1: 2
                    2: 4
                    3: 8
                    4: 10
              default: 11
          }
         2: .line 202
      StackMap locals:
      StackMap stack:
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
            checkcast java.lang.CharSequence
            invokevirtual android.os.Parcel.writeCharSequence:(Ljava/lang/CharSequence;)V
         3: .line 203
            goto 11
         4: .line 205
      StackMap locals:
      StackMap stack:
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 5
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack: android.os.Parcel
         5: iconst_0
      StackMap locals: android.view.autofill.AutofillValue android.os.Parcel int
      StackMap stack: android.os.Parcel int
         6: invokevirtual android.os.Parcel.writeInt:(I)V
         7: .line 206
            goto 11
         8: .line 208
      StackMap locals:
      StackMap stack:
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual android.os.Parcel.writeInt:(I)V
         9: .line 209
            goto 11
        10: .line 211
      StackMap locals:
      StackMap stack:
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            invokevirtual android.os.Parcel.writeLong:(J)V
        11: .line 214
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel parcel
        end local 0 // android.view.autofill.AutofillValue this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Landroid/view/autofill/AutofillValue;
            0   12     1  parcel  Landroid/os/Parcel;
            0   12     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=5, locals=3, args_size=2
        start local 0 // android.view.autofill.AutofillValue this
        start local 1 // android.os.Parcel parcel
         0: .line 216
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 217
            aload 0 /* this */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.view.autofill.AutofillValue.mType:I
         2: .line 219
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mType:I
            tableswitch { // 1 - 4
                    1: 3
                    2: 5
                    3: 10
                    4: 12
              default: 14
          }
         3: .line 221
      StackMap locals: android.view.autofill.AutofillValue android.os.Parcel
      StackMap stack:
            aload 0 /* this */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readCharSequence:()Ljava/lang/CharSequence;
            putfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
         4: .line 222
            goto 15
         5: .line 224
      StackMap locals:
      StackMap stack:
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            istore 2 /* rawValue */
        start local 2 // int rawValue
         6: .line 225
            aload 0 /* this */
            iload 2 /* rawValue */
            ifeq 7
            iconst_1
            goto 8
      StackMap locals: android.view.autofill.AutofillValue android.os.Parcel int
      StackMap stack: android.view.autofill.AutofillValue
         7: iconst_0
      StackMap locals: android.view.autofill.AutofillValue android.os.Parcel int
      StackMap stack: android.view.autofill.AutofillValue int
         8: invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
         9: .line 226
            goto 15
        end local 2 // int rawValue
        10: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
        11: .line 229
            goto 15
        12: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readLong:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            putfield android.view.autofill.AutofillValue.mValue:Ljava/lang/Object;
        13: .line 232
            goto 15
        14: .line 234
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "type="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.view.autofill.AutofillValue.mType:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " not valid"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 236
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.os.Parcel parcel
        end local 0 // android.view.autofill.AutofillValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Landroid/view/autofill/AutofillValue;
            0   16     1    parcel  Landroid/os/Parcel;
            6   10     2  rawValue  I
    MethodParameters:
        Name  Flags
      parcel  

  public static android.view.autofill.AutofillValue forText(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Landroid/view/autofill/AutofillValue;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.CharSequence value
         0: .line 261
            aload 0 /* value */
            ifnonnull 1
            aconst_null
            goto 3
      StackMap locals:
      StackMap stack:
         1: new android.view.autofill.AutofillValue
            dup
            iconst_1
         2: .line 262
            aload 0 /* value */
            invokestatic android.text.TextUtils.trimNoCopySpans:(Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
            invokespecial android.view.autofill.AutofillValue.<init>:(ILjava/lang/Object;)V
         3: .line 261
      StackMap locals:
      StackMap stack: android.view.autofill.AutofillValue
            areturn
        end local 0 // java.lang.CharSequence value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0  value  Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      value  

  public static android.view.autofill.AutofillValue forToggle(boolean);
    descriptor: (Z)Landroid/view/autofill/AutofillValue;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // boolean value
         0: .line 272
            new android.view.autofill.AutofillValue
            dup
            iconst_2
            iload 0 /* value */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokespecial android.view.autofill.AutofillValue.<init>:(ILjava/lang/Object;)V
            areturn
        end local 0 // boolean value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  Z
    MethodParameters:
       Name  Flags
      value  

  public static android.view.autofill.AutofillValue forList(int);
    descriptor: (I)Landroid/view/autofill/AutofillValue;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // int value
         0: .line 282
            new android.view.autofill.AutofillValue
            dup
            iconst_3
            iload 0 /* value */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokespecial android.view.autofill.AutofillValue.<init>:(ILjava/lang/Object;)V
            areturn
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  I
    MethodParameters:
       Name  Flags
      value  

  public static android.view.autofill.AutofillValue forDate(long);
    descriptor: (J)Landroid/view/autofill/AutofillValue;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // long value
         0: .line 291
            new android.view.autofill.AutofillValue
            dup
            iconst_4
            lload 0 /* value */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokespecial android.view.autofill.AutofillValue.<init>:(ILjava/lang/Object;)V
            areturn
        end local 0 // long value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  J
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "AutofillValue.java"
NestMembers:
  android.view.autofill.AutofillValue$1
InnerClasses:
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
  android.view.autofill.AutofillValue$1