class android.service.autofill.CustomDescription$1 implements android.os.Parcelable$Creator<android.service.autofill.CustomDescription>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.service.autofill.CustomDescription$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.CustomDescription$1 this
         0: .line 344
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.service.autofill.CustomDescription$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/CustomDescription$1;

  public android.service.autofill.CustomDescription createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Landroid/service/autofill/CustomDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // android.service.autofill.CustomDescription$1 this
        start local 1 // android.os.Parcel parcel
         0: .line 350
            aload 1 /* parcel */
            aconst_null
            invokevirtual android.os.Parcel.readParcelable:(Ljava/lang/ClassLoader;)Landroid/os/Parcelable;
            checkcast android.widget.RemoteViews
            astore 2 /* parentPresentation */
        start local 2 // android.widget.RemoteViews parentPresentation
         1: .line 351
            aload 2 /* parentPresentation */
            ifnonnull 2
            aconst_null
            areturn
         2: .line 353
      StackMap locals: android.widget.RemoteViews
      StackMap stack:
            new android.service.autofill.CustomDescription$Builder
            dup
            aload 2 /* parentPresentation */
            invokespecial android.service.autofill.CustomDescription$Builder.<init>:(Landroid/widget/RemoteViews;)V
            astore 3 /* builder */
        start local 3 // android.service.autofill.CustomDescription$Builder builder
         3: .line 354
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.createIntArray:()[I
            astore 4 /* ids */
        start local 4 // int[] ids
         4: .line 355
            aload 4 /* ids */
            ifnull 13
         5: .line 357
            aload 1 /* parcel */
            aconst_null
            ldc Landroid/service/autofill/InternalTransformation;
            invokevirtual android.os.Parcel.readParcelableArray:(Ljava/lang/ClassLoader;Ljava/lang/Class;)[Landroid/os/Parcelable;
            checkcast android.service.autofill.InternalTransformation[]
         6: .line 356
            astore 5 /* values */
        start local 5 // android.service.autofill.InternalTransformation[] values
         7: .line 358
            aload 4 /* ids */
            arraylength
            istore 6 /* size */
        start local 6 // int size
         8: .line 359
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         9: goto 12
        10: .line 360
      StackMap locals: android.service.autofill.CustomDescription$1 android.os.Parcel android.widget.RemoteViews android.service.autofill.CustomDescription$Builder int[] android.service.autofill.InternalTransformation[] int int
      StackMap stack:
            aload 3 /* builder */
            aload 4 /* ids */
            iload 7 /* i */
            iaload
            aload 5 /* values */
            iload 7 /* i */
            aaload
            invokevirtual android.service.autofill.CustomDescription$Builder.addChild:(ILandroid/service/autofill/Transformation;)Landroid/service/autofill/CustomDescription$Builder;
            pop
        11: .line 359
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 7 /* i */
            iload 6 /* size */
            if_icmplt 10
        end local 7 // int i
        end local 6 // int size
        end local 5 // android.service.autofill.InternalTransformation[] values
        13: .line 364
      StackMap locals:
      StackMap stack:
            aload 1 /* parcel */
            aconst_null
            ldc Landroid/service/autofill/InternalValidator;
            invokevirtual android.os.Parcel.readParcelableArray:(Ljava/lang/ClassLoader;Ljava/lang/Class;)[Landroid/os/Parcelable;
            checkcast android.service.autofill.InternalValidator[]
        14: .line 363
            astore 5 /* conditions */
        start local 5 // android.service.autofill.InternalValidator[] conditions
        15: .line 365
            aload 5 /* conditions */
            ifnull 23
        16: .line 366
            aload 1 /* parcel */
            aconst_null
            ldc Landroid/service/autofill/BatchUpdates;
            invokevirtual android.os.Parcel.readParcelableArray:(Ljava/lang/ClassLoader;Ljava/lang/Class;)[Landroid/os/Parcelable;
            checkcast android.service.autofill.BatchUpdates[]
            astore 6 /* updates */
        start local 6 // android.service.autofill.BatchUpdates[] updates
        17: .line 367
            aload 5 /* conditions */
            arraylength
            istore 7 /* size */
        start local 7 // int size
        18: .line 368
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        19: goto 22
        20: .line 369
      StackMap locals: android.service.autofill.CustomDescription$1 android.os.Parcel android.widget.RemoteViews android.service.autofill.CustomDescription$Builder int[] android.service.autofill.InternalValidator[] android.service.autofill.BatchUpdates[] int int
      StackMap stack:
            aload 3 /* builder */
            aload 5 /* conditions */
            iload 8 /* i */
            aaload
            aload 6 /* updates */
            iload 8 /* i */
            aaload
            invokevirtual android.service.autofill.CustomDescription$Builder.batchUpdate:(Landroid/service/autofill/Validator;Landroid/service/autofill/BatchUpdates;)Landroid/service/autofill/CustomDescription$Builder;
            pop
        21: .line 368
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 8 /* i */
            iload 7 /* size */
            if_icmplt 20
        end local 8 // int i
        end local 7 // int size
        end local 6 // android.service.autofill.BatchUpdates[] updates
        23: .line 372
      StackMap locals:
      StackMap stack:
            aload 3 /* builder */
            invokevirtual android.service.autofill.CustomDescription$Builder.build:()Landroid/service/autofill/CustomDescription;
            areturn
        end local 5 // android.service.autofill.InternalValidator[] conditions
        end local 4 // int[] ids
        end local 3 // android.service.autofill.CustomDescription$Builder builder
        end local 2 // android.widget.RemoteViews parentPresentation
        end local 1 // android.os.Parcel parcel
        end local 0 // android.service.autofill.CustomDescription$1 this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   24     0                this  Landroid/service/autofill/CustomDescription$1;
            0   24     1              parcel  Landroid/os/Parcel;
            1   24     2  parentPresentation  Landroid/widget/RemoteViews;
            3   24     3             builder  Landroid/service/autofill/CustomDescription$Builder;
            4   24     4                 ids  [I
            7   13     5              values  [Landroid/service/autofill/InternalTransformation;
            8   13     6                size  I
            9   13     7                   i  I
           15   24     5          conditions  [Landroid/service/autofill/InternalValidator;
           17   23     6             updates  [Landroid/service/autofill/BatchUpdates;
           18   23     7                size  I
           19   23     8                   i  I
    MethodParameters:
        Name  Flags
      parcel  

  public android.service.autofill.CustomDescription[] newArray(int);
    descriptor: (I)[Landroid/service/autofill/CustomDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.service.autofill.CustomDescription$1 this
        start local 1 // int size
         0: .line 377
            iload 1 /* size */
            anewarray android.service.autofill.CustomDescription
            areturn
        end local 1 // int size
        end local 0 // android.service.autofill.CustomDescription$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/CustomDescription$1;
            0    1     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public java.lang.Object createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual android.service.autofill.CustomDescription$1.createFromParcel:(Landroid/os/Parcel;)Landroid/service/autofill/CustomDescription;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object[] newArray(int);
    descriptor: (I)[Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual android.service.autofill.CustomDescription$1.newArray:(I)[Landroid/service/autofill/CustomDescription;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Landroid/os/Parcelable$Creator<Landroid/service/autofill/CustomDescription;>;
SourceFile: "CustomDescription.java"
EnclosingMethod: android.service.autofill.CustomDescription
NestHost: android.service.autofill.CustomDescription
InnerClasses:
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
  android.service.autofill.CustomDescription$1
  public Builder = android.service.autofill.CustomDescription$Builder of android.service.autofill.CustomDescription