class android.service.autofill.BatchUpdates$1 implements android.os.Parcelable$Creator<android.service.autofill.BatchUpdates>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.service.autofill.BatchUpdates$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.BatchUpdates$1 this
         0: .line 191
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.service.autofill.BatchUpdates$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/BatchUpdates$1;

  public android.service.autofill.BatchUpdates createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Landroid/service/autofill/BatchUpdates;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // android.service.autofill.BatchUpdates$1 this
        start local 1 // android.os.Parcel parcel
         0: .line 197
            new android.service.autofill.BatchUpdates$Builder
            dup
            invokespecial android.service.autofill.BatchUpdates$Builder.<init>:()V
            astore 2 /* builder */
        start local 2 // android.service.autofill.BatchUpdates$Builder builder
         1: .line 198
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.createIntArray:()[I
            astore 3 /* ids */
        start local 3 // int[] ids
         2: .line 199
            aload 3 /* ids */
            ifnull 11
         3: .line 201
            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[]
         4: .line 200
            astore 4 /* values */
        start local 4 // android.service.autofill.InternalTransformation[] values
         5: .line 202
            aload 3 /* ids */
            arraylength
            istore 5 /* size */
        start local 5 // int size
         6: .line 203
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         7: goto 10
         8: .line 204
      StackMap locals: android.service.autofill.BatchUpdates$1 android.os.Parcel android.service.autofill.BatchUpdates$Builder int[] android.service.autofill.InternalTransformation[] int int
      StackMap stack:
            aload 2 /* builder */
            aload 3 /* ids */
            iload 6 /* i */
            iaload
            aload 4 /* values */
            iload 6 /* i */
            aaload
            invokevirtual android.service.autofill.BatchUpdates$Builder.transformChild:(ILandroid/service/autofill/Transformation;)Landroid/service/autofill/BatchUpdates$Builder;
            pop
         9: .line 203
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* i */
            iload 5 /* size */
            if_icmplt 8
        end local 6 // int i
        end local 5 // int size
        end local 4 // android.service.autofill.InternalTransformation[] values
        11: .line 207
      StackMap locals:
      StackMap stack:
            aload 1 /* parcel */
            aconst_null
            invokevirtual android.os.Parcel.readParcelable:(Ljava/lang/ClassLoader;)Landroid/os/Parcelable;
            checkcast android.widget.RemoteViews
            astore 4 /* updates */
        start local 4 // android.widget.RemoteViews updates
        12: .line 208
            aload 4 /* updates */
            ifnull 14
        13: .line 209
            aload 2 /* builder */
            aload 4 /* updates */
            invokevirtual android.service.autofill.BatchUpdates$Builder.updateTemplate:(Landroid/widget/RemoteViews;)Landroid/service/autofill/BatchUpdates$Builder;
            pop
        14: .line 211
      StackMap locals: android.widget.RemoteViews
      StackMap stack:
            aload 2 /* builder */
            invokevirtual android.service.autofill.BatchUpdates$Builder.build:()Landroid/service/autofill/BatchUpdates;
            areturn
        end local 4 // android.widget.RemoteViews updates
        end local 3 // int[] ids
        end local 2 // android.service.autofill.BatchUpdates$Builder builder
        end local 1 // android.os.Parcel parcel
        end local 0 // android.service.autofill.BatchUpdates$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Landroid/service/autofill/BatchUpdates$1;
            0   15     1   parcel  Landroid/os/Parcel;
            1   15     2  builder  Landroid/service/autofill/BatchUpdates$Builder;
            2   15     3      ids  [I
            5   11     4   values  [Landroid/service/autofill/InternalTransformation;
            6   11     5     size  I
            7   11     6        i  I
           12   15     4  updates  Landroid/widget/RemoteViews;
    MethodParameters:
        Name  Flags
      parcel  

  public android.service.autofill.BatchUpdates[] newArray(int);
    descriptor: (I)[Landroid/service/autofill/BatchUpdates;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.service.autofill.BatchUpdates$1 this
        start local 1 // int size
         0: .line 216
            iload 1 /* size */
            anewarray android.service.autofill.BatchUpdates
            areturn
        end local 1 // int size
        end local 0 // android.service.autofill.BatchUpdates$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/BatchUpdates$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.BatchUpdates$1.createFromParcel:(Landroid/os/Parcel;)Landroid/service/autofill/BatchUpdates;
            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.BatchUpdates$1.newArray:(I)[Landroid/service/autofill/BatchUpdates;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Landroid/os/Parcelable$Creator<Landroid/service/autofill/BatchUpdates;>;
SourceFile: "BatchUpdates.java"
EnclosingMethod: android.service.autofill.BatchUpdates
NestHost: android.service.autofill.BatchUpdates
InnerClasses:
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
  android.service.autofill.BatchUpdates$1
  public Builder = android.service.autofill.BatchUpdates$Builder of android.service.autofill.BatchUpdates