public final class android.service.autofill.BatchUpdates implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.service.autofill.BatchUpdates
  super_class: java.lang.Object
{
  private final java.util.ArrayList<android.util.Pair<java.lang.Integer, android.service.autofill.InternalTransformation>> mTransformations;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/ArrayList<Landroid/util/Pair<Ljava/lang/Integer;Landroid/service/autofill/InternalTransformation;>;>;

  private final android.widget.RemoteViews mUpdates;
    descriptor: Landroid/widget/RemoteViews;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private void <init>(android.service.autofill.BatchUpdates$Builder);
    descriptor: (Landroid/service/autofill/BatchUpdates$Builder;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.service.autofill.BatchUpdates this
        start local 1 // android.service.autofill.BatchUpdates$Builder builder
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* builder */
            getfield android.service.autofill.BatchUpdates$Builder.mTransformations:Ljava/util/ArrayList;
            putfield android.service.autofill.BatchUpdates.mTransformations:Ljava/util/ArrayList;
         2: .line 54
            aload 0 /* this */
            aload 1 /* builder */
            getfield android.service.autofill.BatchUpdates$Builder.mUpdates:Landroid/widget/RemoteViews;
            putfield android.service.autofill.BatchUpdates.mUpdates:Landroid/widget/RemoteViews;
         3: .line 55
            return
        end local 1 // android.service.autofill.BatchUpdates$Builder builder
        end local 0 // android.service.autofill.BatchUpdates this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Landroid/service/autofill/BatchUpdates;
            0    4     1  builder  Landroid/service/autofill/BatchUpdates$Builder;
    MethodParameters:
         Name  Flags
      builder  

  public java.util.ArrayList<android.util.Pair<java.lang.Integer, android.service.autofill.InternalTransformation>> getTransformations();
    descriptor: ()Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.BatchUpdates this
         0: .line 60
            aload 0 /* this */
            getfield android.service.autofill.BatchUpdates.mTransformations:Ljava/util/ArrayList;
            areturn
        end local 0 // android.service.autofill.BatchUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/BatchUpdates;
    Signature: ()Ljava/util/ArrayList<Landroid/util/Pair<Ljava/lang/Integer;Landroid/service/autofill/InternalTransformation;>;>;

  public android.widget.RemoteViews getUpdates();
    descriptor: ()Landroid/widget/RemoteViews;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.BatchUpdates this
         0: .line 66
            aload 0 /* this */
            getfield android.service.autofill.BatchUpdates.mUpdates:Landroid/widget/RemoteViews;
            areturn
        end local 0 // android.service.autofill.BatchUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/BatchUpdates;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.service.autofill.BatchUpdates this
         0: .line 155
            getstatic android.view.autofill.Helper.sDebug:Z
            ifne 1
            aload 0 /* this */
            invokespecial java.lang.Object.toString:()Ljava/lang/String;
            areturn
         1: .line 157
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "BatchUpdates: ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         2: .line 158
            ldc ", transformations="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 159
            aload 0 /* this */
            getfield android.service.autofill.BatchUpdates.mTransformations:Ljava/util/ArrayList;
            ifnonnull 4
            ldc "N/A"
            goto 5
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         4: aload 0 /* this */
            getfield android.service.autofill.BatchUpdates.mTransformations:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
      StackMap locals: android.service.autofill.BatchUpdates
      StackMap stack: java.lang.StringBuilder java.io.Serializable
         5: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         6: .line 160
            ldc ", updates="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.service.autofill.BatchUpdates.mUpdates:Landroid/widget/RemoteViews;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         7: .line 161
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 157
            areturn
        end local 0 // android.service.autofill.BatchUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/service/autofill/BatchUpdates;

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

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // android.service.autofill.BatchUpdates this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 174
            aload 0 /* this */
            getfield android.service.autofill.BatchUpdates.mTransformations:Ljava/util/ArrayList;
            ifnonnull 3
         1: .line 175
            aload 1 /* dest */
            aconst_null
            invokevirtual android.os.Parcel.writeIntArray:([I)V
         2: .line 176
            goto 15
         3: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.service.autofill.BatchUpdates.mTransformations:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 3 /* size */
        start local 3 // int size
         4: .line 178
            iload 3 /* size */
            newarray 10
            astore 4 /* ids */
        start local 4 // int[] ids
         5: .line 179
            iload 3 /* size */
            anewarray android.service.autofill.InternalTransformation
            astore 5 /* values */
        start local 5 // android.service.autofill.InternalTransformation[] values
         6: .line 180
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         7: goto 12
         8: .line 181
      StackMap locals: android.service.autofill.BatchUpdates android.os.Parcel int int int[] android.service.autofill.InternalTransformation[] int
      StackMap stack:
            aload 0 /* this */
            getfield android.service.autofill.BatchUpdates.mTransformations:Ljava/util/ArrayList;
            iload 6 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.util.Pair
            astore 7 /* pair */
        start local 7 // android.util.Pair pair
         9: .line 182
            aload 4 /* ids */
            iload 6 /* i */
            aload 7 /* pair */
            getfield android.util.Pair.first:Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iastore
        10: .line 183
            aload 5 /* values */
            iload 6 /* i */
            aload 7 /* pair */
            getfield android.util.Pair.second:Ljava/lang/Object;
            checkcast android.service.autofill.InternalTransformation
            aastore
        end local 7 // android.util.Pair pair
        11: .line 180
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 6 /* i */
            iload 3 /* size */
            if_icmplt 8
        end local 6 // int i
        13: .line 185
            aload 1 /* dest */
            aload 4 /* ids */
            invokevirtual android.os.Parcel.writeIntArray:([I)V
        14: .line 186
            aload 1 /* dest */
            aload 5 /* values */
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeParcelableArray:([Landroid/os/Parcelable;I)V
        end local 5 // android.service.autofill.InternalTransformation[] values
        end local 4 // int[] ids
        end local 3 // int size
        15: .line 188
      StackMap locals: android.service.autofill.BatchUpdates android.os.Parcel int
      StackMap stack:
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.service.autofill.BatchUpdates.mUpdates:Landroid/widget/RemoteViews;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeParcelable:(Landroid/os/Parcelable;I)V
        16: .line 189
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.service.autofill.BatchUpdates this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Landroid/service/autofill/BatchUpdates;
            0   17     1    dest  Landroid/os/Parcel;
            0   17     2   flags  I
            4   15     3    size  I
            5   15     4     ids  [I
            6   15     5  values  [Landroid/service/autofill/InternalTransformation;
            7   13     6       i  I
            9   11     7    pair  Landroid/util/Pair<Ljava/lang/Integer;Landroid/service/autofill/InternalTransformation;>;
    MethodParameters:
       Name  Flags
      dest   
      flags  
}
SourceFile: "BatchUpdates.java"
NestMembers:
  android.service.autofill.BatchUpdates$1  android.service.autofill.BatchUpdates$Builder
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