public final class android.service.autofill.FillEventHistory implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.service.autofill.FillEventHistory
  super_class: java.lang.Object
{
  private static final java.lang.String TAG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "FillEventHistory"

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

  private final android.os.Bundle mClientState;
    descriptor: Landroid/os/Bundle;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  java.util.List<android.service.autofill.FillEventHistory$Event> mEvents;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Landroid/service/autofill/FillEventHistory$Event;>;

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

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

  public int getSessionId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.FillEventHistory this
         0: .line 75
            aload 0 /* this */
            getfield android.service.autofill.FillEventHistory.mSessionId:I
            ireturn
        end local 0 // android.service.autofill.FillEventHistory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/FillEventHistory;

  public android.os.Bundle getClientState();
    descriptor: ()Landroid/os/Bundle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.FillEventHistory this
         0: .line 89
            aload 0 /* this */
            getfield android.service.autofill.FillEventHistory.mClientState:Landroid/os/Bundle;
            areturn
        end local 0 // android.service.autofill.FillEventHistory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/FillEventHistory;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public java.util.List<android.service.autofill.FillEventHistory$Event> getEvents();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.FillEventHistory this
         0: .line 99
            aload 0 /* this */
            getfield android.service.autofill.FillEventHistory.mEvents:Ljava/util/List;
            areturn
        end local 0 // android.service.autofill.FillEventHistory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/FillEventHistory;
    Signature: ()Ljava/util/List<Landroid/service/autofill/FillEventHistory$Event;>;

  public void addEvent(android.service.autofill.FillEventHistory$Event);
    descriptor: (Landroid/service/autofill/FillEventHistory$Event;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.service.autofill.FillEventHistory this
        start local 1 // android.service.autofill.FillEventHistory$Event event
         0: .line 106
            aload 0 /* this */
            getfield android.service.autofill.FillEventHistory.mEvents:Ljava/util/List;
            ifnonnull 2
         1: .line 107
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield android.service.autofill.FillEventHistory.mEvents:Ljava/util/List;
         2: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.service.autofill.FillEventHistory.mEvents:Ljava/util/List;
            aload 1 /* event */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 110
            return
        end local 1 // android.service.autofill.FillEventHistory$Event event
        end local 0 // android.service.autofill.FillEventHistory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/service/autofill/FillEventHistory;
            0    4     1  event  Landroid/service/autofill/FillEventHistory$Event;
    MethodParameters:
       Name  Flags
      event  

  public void <init>(int, android.os.Bundle);
    descriptor: (ILandroid/os/Bundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.service.autofill.FillEventHistory this
        start local 1 // int sessionId
        start local 2 // android.os.Bundle clientState
         0: .line 115
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 116
            aload 0 /* this */
            aload 2 /* clientState */
            putfield android.service.autofill.FillEventHistory.mClientState:Landroid/os/Bundle;
         2: .line 117
            aload 0 /* this */
            iload 1 /* sessionId */
            putfield android.service.autofill.FillEventHistory.mSessionId:I
         3: .line 118
            return
        end local 2 // android.os.Bundle clientState
        end local 1 // int sessionId
        end local 0 // android.service.autofill.FillEventHistory this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Landroid/service/autofill/FillEventHistory;
            0    4     1    sessionId  I
            0    4     2  clientState  Landroid/os/Bundle;
    MethodParameters:
             Name  Flags
      sessionId    
      clientState  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.FillEventHistory this
         0: .line 122
            aload 0 /* this */
            getfield android.service.autofill.FillEventHistory.mEvents:Ljava/util/List;
            ifnonnull 1
            ldc "no events"
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield android.service.autofill.FillEventHistory.mEvents:Ljava/util/List;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // android.service.autofill.FillEventHistory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/service/autofill/FillEventHistory;

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

  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.FillEventHistory this
        start local 1 // android.os.Parcel parcel
        start local 2 // int flags
         0: .line 132
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.service.autofill.FillEventHistory.mClientState:Landroid/os/Bundle;
            invokevirtual android.os.Parcel.writeBundle:(Landroid/os/Bundle;)V
         1: .line 133
            aload 0 /* this */
            getfield android.service.autofill.FillEventHistory.mEvents:Ljava/util/List;
            ifnonnull 4
         2: .line 134
            aload 1 /* parcel */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 135
            goto 32
         4: .line 136
      StackMap locals:
      StackMap stack:
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.service.autofill.FillEventHistory.mEvents:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 138
            aload 0 /* this */
            getfield android.service.autofill.FillEventHistory.mEvents:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 3 /* numEvents */
        start local 3 // int numEvents
         6: .line 139
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         7: goto 31
         8: .line 140
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield android.service.autofill.FillEventHistory.mEvents:Ljava/util/List;
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast android.service.autofill.FillEventHistory$Event
            astore 5 /* event */
        start local 5 // android.service.autofill.FillEventHistory$Event event
         9: .line 141
            aload 1 /* parcel */
            aload 5 /* event */
            getfield android.service.autofill.FillEventHistory$Event.mEventType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        10: .line 142
            aload 1 /* parcel */
            aload 5 /* event */
            getfield android.service.autofill.FillEventHistory$Event.mDatasetId:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
        11: .line 143
            aload 1 /* parcel */
            aload 5 /* event */
            getfield android.service.autofill.FillEventHistory$Event.mClientState:Landroid/os/Bundle;
            invokevirtual android.os.Parcel.writeBundle:(Landroid/os/Bundle;)V
        12: .line 144
            aload 1 /* parcel */
            aload 5 /* event */
            getfield android.service.autofill.FillEventHistory$Event.mSelectedDatasetIds:Ljava/util/List;
            invokevirtual android.os.Parcel.writeStringList:(Ljava/util/List;)V
        13: .line 145
            aload 1 /* parcel */
            aload 5 /* event */
            getfield android.service.autofill.FillEventHistory$Event.mIgnoredDatasetIds:Landroid/util/ArraySet;
            invokevirtual android.os.Parcel.writeArraySet:(Landroid/util/ArraySet;)V
        14: .line 146
            aload 1 /* parcel */
            aload 5 /* event */
            getfield android.service.autofill.FillEventHistory$Event.mChangedFieldIds:Ljava/util/ArrayList;
            invokevirtual android.os.Parcel.writeTypedList:(Ljava/util/List;)V
        15: .line 147
            aload 1 /* parcel */
            aload 5 /* event */
            getfield android.service.autofill.FillEventHistory$Event.mChangedDatasetIds:Ljava/util/ArrayList;
            invokevirtual android.os.Parcel.writeStringList:(Ljava/util/List;)V
        16: .line 149
            aload 1 /* parcel */
            aload 5 /* event */
            getfield android.service.autofill.FillEventHistory$Event.mManuallyFilledFieldIds:Ljava/util/ArrayList;
            invokevirtual android.os.Parcel.writeTypedList:(Ljava/util/List;)V
        17: .line 150
            aload 5 /* event */
            getfield android.service.autofill.FillEventHistory$Event.mManuallyFilledFieldIds:Ljava/util/ArrayList;
            ifnull 24
        18: .line 151
            aload 5 /* event */
            getfield android.service.autofill.FillEventHistory$Event.mManuallyFilledFieldIds:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 6 /* size */
        start local 6 // int size
        19: .line 152
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        20: goto 23
        21: .line 153
      StackMap locals: android.service.autofill.FillEventHistory$Event int int
      StackMap stack:
            aload 1 /* parcel */
            aload 5 /* event */
            getfield android.service.autofill.FillEventHistory$Event.mManuallyFilledDatasetIds:Ljava/util/ArrayList;
            iload 7 /* j */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.util.List
            invokevirtual android.os.Parcel.writeStringList:(Ljava/util/List;)V
        22: .line 152
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        23: iload 7 /* j */
            iload 6 /* size */
            if_icmplt 21
        end local 7 // int j
        end local 6 // int size
        24: .line 156
      StackMap locals:
      StackMap stack:
            aload 5 /* event */
            getfield android.service.autofill.FillEventHistory$Event.mDetectedFieldIds:[Landroid/view/autofill/AutofillId;
            astore 6 /* detectedFields */
        start local 6 // android.view.autofill.AutofillId[] detectedFields
        25: .line 157
            aload 1 /* parcel */
            aload 6 /* detectedFields */
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeParcelableArray:([Landroid/os/Parcelable;I)V
        26: .line 158
            aload 6 /* detectedFields */
            ifnull 30
        27: .line 159
            aload 1 /* parcel */
        28: .line 160
            aload 5 /* event */
            getfield android.service.autofill.FillEventHistory$Event.mDetectedFieldClassifications:[Landroid/service/autofill/FieldClassification;
        29: .line 159
            invokestatic android.service.autofill.FieldClassification.writeArrayToParcel:(Landroid/os/Parcel;[Landroid/service/autofill/FieldClassification;)V
        end local 6 // android.view.autofill.AutofillId[] detectedFields
        end local 5 // android.service.autofill.FillEventHistory$Event event
        30: .line 139
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        31: iload 4 /* i */
            iload 3 /* numEvents */
            if_icmplt 8
        end local 4 // int i
        end local 3 // int numEvents
        32: .line 164
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel parcel
        end local 0 // android.service.autofill.FillEventHistory this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   33     0            this  Landroid/service/autofill/FillEventHistory;
            0   33     1          parcel  Landroid/os/Parcel;
            0   33     2           flags  I
            6   32     3       numEvents  I
            7   32     4               i  I
            9   30     5           event  Landroid/service/autofill/FillEventHistory$Event;
           19   24     6            size  I
           20   24     7               j  I
           25   30     6  detectedFields  [Landroid/view/autofill/AutofillId;
    MethodParameters:
        Name  Flags
      parcel  
      flags   
}
SourceFile: "FillEventHistory.java"
NestMembers:
  android.service.autofill.FillEventHistory$1  android.service.autofill.FillEventHistory$Event  android.service.autofill.FillEventHistory$Event$EventIds
InnerClasses:
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
  android.service.autofill.FillEventHistory$1
  public final Event = android.service.autofill.FillEventHistory$Event of android.service.autofill.FillEventHistory