public final class android.app.usage.UsageEvents implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.app.usage.UsageEvents
  super_class: java.lang.Object
{
  public static final java.lang.String INSTANT_APP_PACKAGE_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.instant_app"

  public static final java.lang.String INSTANT_APP_CLASS_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.instant_class"

  private java.util.List<android.app.usage.UsageEvents$Event> mEventsToWrite;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Landroid/app/usage/UsageEvents$Event;>;

  private android.os.Parcel mParcel;
    descriptor: Landroid/os/Parcel;
    flags: (0x0002) ACC_PRIVATE

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

  private int mIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String[] mStringPool;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

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

  public void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // android.app.usage.UsageEvents this
        start local 1 // android.os.Parcel in
         0: .line 401
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 383
            aload 0 /* this */
            aconst_null
            putfield android.app.usage.UsageEvents.mEventsToWrite:Ljava/util/List;
         2: .line 386
            aload 0 /* this */
            aconst_null
            putfield android.app.usage.UsageEvents.mParcel:Landroid/os/Parcel;
         3: .line 389
            aload 0 /* this */
            iconst_0
            putfield android.app.usage.UsageEvents.mIndex:I
         4: .line 402
            aload 1 /* in */
            invokevirtual android.os.Parcel.readBlob:()[B
            astore 2 /* bytes */
        start local 2 // byte[] bytes
         5: .line 403
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* data */
        start local 3 // android.os.Parcel data
         6: .line 404
            aload 3 /* data */
            aload 2 /* bytes */
            iconst_0
            aload 2 /* bytes */
            arraylength
            invokevirtual android.os.Parcel.unmarshall:([BII)V
         7: .line 405
            aload 3 /* data */
            iconst_0
            invokevirtual android.os.Parcel.setDataPosition:(I)V
         8: .line 406
            aload 0 /* this */
            aload 3 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.usage.UsageEvents.mEventCount:I
         9: .line 407
            aload 0 /* this */
            aload 3 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.usage.UsageEvents.mIndex:I
        10: .line 408
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mEventCount:I
            ifle 19
        11: .line 409
            aload 0 /* this */
            aload 3 /* data */
            invokevirtual android.os.Parcel.createStringArray:()[Ljava/lang/String;
            putfield android.app.usage.UsageEvents.mStringPool:[Ljava/lang/String;
        12: .line 411
            aload 3 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 4 /* listByteLength */
        start local 4 // int listByteLength
        13: .line 412
            aload 3 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 5 /* positionInParcel */
        start local 5 // int positionInParcel
        14: .line 413
            aload 0 /* this */
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            putfield android.app.usage.UsageEvents.mParcel:Landroid/os/Parcel;
        15: .line 414
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mParcel:Landroid/os/Parcel;
            iconst_0
            invokevirtual android.os.Parcel.setDataPosition:(I)V
        16: .line 415
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mParcel:Landroid/os/Parcel;
            aload 3 /* data */
            aload 3 /* data */
            invokevirtual android.os.Parcel.dataPosition:()I
            iload 4 /* listByteLength */
            invokevirtual android.os.Parcel.appendFrom:(Landroid/os/Parcel;II)V
        17: .line 416
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mParcel:Landroid/os/Parcel;
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mParcel:Landroid/os/Parcel;
            invokevirtual android.os.Parcel.dataPosition:()I
            invokevirtual android.os.Parcel.setDataSize:(I)V
        18: .line 417
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mParcel:Landroid/os/Parcel;
            iload 5 /* positionInParcel */
            invokevirtual android.os.Parcel.setDataPosition:(I)V
        end local 5 // int positionInParcel
        end local 4 // int listByteLength
        19: .line 419
      StackMap locals: android.app.usage.UsageEvents android.os.Parcel byte[] android.os.Parcel
      StackMap stack:
            return
        end local 3 // android.os.Parcel data
        end local 2 // byte[] bytes
        end local 1 // android.os.Parcel in
        end local 0 // android.app.usage.UsageEvents this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   20     0              this  Landroid/app/usage/UsageEvents;
            0   20     1                in  Landroid/os/Parcel;
            5   20     2             bytes  [B
            6   20     3              data  Landroid/os/Parcel;
           13   19     4    listByteLength  I
           14   19     5  positionInParcel  I
    MethodParameters:
      Name  Flags
      in    

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.usage.UsageEvents this
         0: .line 425
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 383
            aload 0 /* this */
            aconst_null
            putfield android.app.usage.UsageEvents.mEventsToWrite:Ljava/util/List;
         2: .line 386
            aload 0 /* this */
            aconst_null
            putfield android.app.usage.UsageEvents.mParcel:Landroid/os/Parcel;
         3: .line 389
            aload 0 /* this */
            iconst_0
            putfield android.app.usage.UsageEvents.mIndex:I
         4: .line 426
            aload 0 /* this */
            iconst_0
            putfield android.app.usage.UsageEvents.mEventCount:I
         5: .line 427
            return
        end local 0 // android.app.usage.UsageEvents this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/app/usage/UsageEvents;

  public void <init>(java.util.List<android.app.usage.UsageEvents$Event>, java.lang.String[]);
    descriptor: (Ljava/util/List;[Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.app.usage.UsageEvents this
        start local 1 // java.util.List events
        start local 2 // java.lang.String[] stringPool
         0: .line 433
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 383
            aload 0 /* this */
            aconst_null
            putfield android.app.usage.UsageEvents.mEventsToWrite:Ljava/util/List;
         2: .line 386
            aload 0 /* this */
            aconst_null
            putfield android.app.usage.UsageEvents.mParcel:Landroid/os/Parcel;
         3: .line 389
            aload 0 /* this */
            iconst_0
            putfield android.app.usage.UsageEvents.mIndex:I
         4: .line 434
            aload 0 /* this */
            aload 2 /* stringPool */
            putfield android.app.usage.UsageEvents.mStringPool:[Ljava/lang/String;
         5: .line 435
            aload 0 /* this */
            aload 1 /* events */
            invokeinterface java.util.List.size:()I
            putfield android.app.usage.UsageEvents.mEventCount:I
         6: .line 436
            aload 0 /* this */
            aload 1 /* events */
            putfield android.app.usage.UsageEvents.mEventsToWrite:Ljava/util/List;
         7: .line 437
            return
        end local 2 // java.lang.String[] stringPool
        end local 1 // java.util.List events
        end local 0 // android.app.usage.UsageEvents this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Landroid/app/usage/UsageEvents;
            0    8     1      events  Ljava/util/List<Landroid/app/usage/UsageEvents$Event;>;
            0    8     2  stringPool  [Ljava/lang/String;
    Signature: (Ljava/util/List<Landroid/app/usage/UsageEvents$Event;>;[Ljava/lang/String;)V
    MethodParameters:
            Name  Flags
      events      
      stringPool  

  public boolean hasNextEvent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.usage.UsageEvents this
         0: .line 446
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mIndex:I
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mEventCount:I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.app.usage.UsageEvents this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/app/usage/UsageEvents;

  public boolean getNextEvent(android.app.usage.UsageEvents$Event);
    descriptor: (Landroid/app/usage/UsageEvents$Event;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.app.usage.UsageEvents this
        start local 1 // android.app.usage.UsageEvents$Event eventOut
         0: .line 458
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mIndex:I
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mEventCount:I
            if_icmplt 2
         1: .line 459
            iconst_0
            ireturn
         2: .line 462
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mParcel:Landroid/os/Parcel;
            aload 1 /* eventOut */
            invokevirtual android.app.usage.UsageEvents.readEventFromParcel:(Landroid/os/Parcel;Landroid/app/usage/UsageEvents$Event;)V
         3: .line 464
            aload 0 /* this */
            dup
            getfield android.app.usage.UsageEvents.mIndex:I
            iconst_1
            iadd
            putfield android.app.usage.UsageEvents.mIndex:I
         4: .line 465
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mIndex:I
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mEventCount:I
            if_icmplt 7
         5: .line 466
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mParcel:Landroid/os/Parcel;
            invokevirtual android.os.Parcel.recycle:()V
         6: .line 467
            aload 0 /* this */
            aconst_null
            putfield android.app.usage.UsageEvents.mParcel:Landroid/os/Parcel;
         7: .line 469
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // android.app.usage.UsageEvents$Event eventOut
        end local 0 // android.app.usage.UsageEvents this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Landroid/app/usage/UsageEvents;
            0    8     1  eventOut  Landroid/app/usage/UsageEvents$Event;
    MethodParameters:
          Name  Flags
      eventOut  

  public void resetToStart();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.usage.UsageEvents this
         0: .line 479
            aload 0 /* this */
            iconst_0
            putfield android.app.usage.UsageEvents.mIndex:I
         1: .line 480
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mParcel:Landroid/os/Parcel;
            ifnull 3
         2: .line 481
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mParcel:Landroid/os/Parcel;
            iconst_0
            invokevirtual android.os.Parcel.setDataPosition:(I)V
         3: .line 483
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.app.usage.UsageEvents this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/app/usage/UsageEvents;

  private int findStringIndex(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // android.app.usage.UsageEvents this
        start local 1 // java.lang.String str
         0: .line 486
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mStringPool:[Ljava/lang/String;
            aload 1 /* str */
            invokestatic java.util.Arrays.binarySearch:([Ljava/lang/Object;Ljava/lang/Object;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 487
            iload 2 /* index */
            ifge 3
         2: .line 488
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "String '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* str */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' is not in the string pool"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 490
      StackMap locals: int
      StackMap stack:
            iload 2 /* index */
            ireturn
        end local 2 // int index
        end local 1 // java.lang.String str
        end local 0 // android.app.usage.UsageEvents this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/app/usage/UsageEvents;
            0    4     1    str  Ljava/lang/String;
            1    4     2  index  I
    MethodParameters:
      Name  Flags
      str   

  private void writeEventToParcel(android.app.usage.UsageEvents$Event, android.os.Parcel, int);
    descriptor: (Landroid/app/usage/UsageEvents$Event;Landroid/os/Parcel;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // android.app.usage.UsageEvents this
        start local 1 // android.app.usage.UsageEvents$Event event
        start local 2 // android.os.Parcel p
        start local 3 // int flags
         0: .line 498
            aload 1 /* event */
            getfield android.app.usage.UsageEvents$Event.mPackage:Ljava/lang/String;
            ifnull 3
         1: .line 499
            aload 0 /* this */
            aload 1 /* event */
            getfield android.app.usage.UsageEvents$Event.mPackage:Ljava/lang/String;
            invokevirtual android.app.usage.UsageEvents.findStringIndex:(Ljava/lang/String;)I
            istore 4 /* packageIndex */
        start local 4 // int packageIndex
         2: .line 500
            goto 4
        end local 4 // int packageIndex
         3: .line 501
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 4 /* packageIndex */
        start local 4 // int packageIndex
         4: .line 505
      StackMap locals: int
      StackMap stack:
            aload 1 /* event */
            getfield android.app.usage.UsageEvents$Event.mClass:Ljava/lang/String;
            ifnull 7
         5: .line 506
            aload 0 /* this */
            aload 1 /* event */
            getfield android.app.usage.UsageEvents$Event.mClass:Ljava/lang/String;
            invokevirtual android.app.usage.UsageEvents.findStringIndex:(Ljava/lang/String;)I
            istore 5 /* classIndex */
        start local 5 // int classIndex
         6: .line 507
            goto 8
        end local 5 // int classIndex
         7: .line 508
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 5 /* classIndex */
        start local 5 // int classIndex
         8: .line 510
      StackMap locals: int
      StackMap stack:
            aload 2 /* p */
            iload 4 /* packageIndex */
            invokevirtual android.os.Parcel.writeInt:(I)V
         9: .line 511
            aload 2 /* p */
            iload 5 /* classIndex */
            invokevirtual android.os.Parcel.writeInt:(I)V
        10: .line 512
            aload 2 /* p */
            aload 1 /* event */
            getfield android.app.usage.UsageEvents$Event.mEventType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        11: .line 513
            aload 2 /* p */
            aload 1 /* event */
            getfield android.app.usage.UsageEvents$Event.mTimeStamp:J
            invokevirtual android.os.Parcel.writeLong:(J)V
        12: .line 515
            aload 1 /* event */
            getfield android.app.usage.UsageEvents$Event.mEventType:I
            tableswitch { // 5 - 12
                    5: 13
                    6: 24
                    7: 24
                    8: 15
                    9: 17
                   10: 24
                   11: 21
                   12: 23
              default: 24
          }
        13: .line 517
      StackMap locals:
      StackMap stack:
            aload 1 /* event */
            getfield android.app.usage.UsageEvents$Event.mConfiguration:Landroid/content/res/Configuration;
            aload 2 /* p */
            iload 3 /* flags */
            invokevirtual android.content.res.Configuration.writeToParcel:(Landroid/os/Parcel;I)V
        14: .line 518
            goto 24
        15: .line 520
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            aload 1 /* event */
            getfield android.app.usage.UsageEvents$Event.mShortcutId:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
        16: .line 521
            goto 24
        17: .line 523
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            aload 1 /* event */
            getfield android.app.usage.UsageEvents$Event.mAction:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
        18: .line 524
            aload 2 /* p */
            aload 1 /* event */
            getfield android.app.usage.UsageEvents$Event.mContentType:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
        19: .line 525
            aload 2 /* p */
            aload 1 /* event */
            getfield android.app.usage.UsageEvents$Event.mContentAnnotations:[Ljava/lang/String;
            invokevirtual android.os.Parcel.writeStringArray:([Ljava/lang/String;)V
        20: .line 526
            goto 24
        21: .line 528
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            aload 1 /* event */
            getfield android.app.usage.UsageEvents$Event.mBucketAndReason:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        22: .line 529
            goto 24
        23: .line 531
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            aload 1 /* event */
            getfield android.app.usage.UsageEvents$Event.mNotificationChannelId:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
        24: .line 534
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int classIndex
        end local 4 // int packageIndex
        end local 3 // int flags
        end local 2 // android.os.Parcel p
        end local 1 // android.app.usage.UsageEvents$Event event
        end local 0 // android.app.usage.UsageEvents this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   25     0          this  Landroid/app/usage/UsageEvents;
            0   25     1         event  Landroid/app/usage/UsageEvents$Event;
            0   25     2             p  Landroid/os/Parcel;
            0   25     3         flags  I
            2    3     4  packageIndex  I
            4   25     4  packageIndex  I
            6    7     5    classIndex  I
            8   25     5    classIndex  I
    MethodParameters:
       Name  Flags
      event  
      p      
      flags  

  private void readEventFromParcel(android.os.Parcel, android.app.usage.UsageEvents$Event);
    descriptor: (Landroid/os/Parcel;Landroid/app/usage/UsageEvents$Event;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // android.app.usage.UsageEvents this
        start local 1 // android.os.Parcel p
        start local 2 // android.app.usage.UsageEvents$Event eventOut
         0: .line 540
            aload 1 /* p */
            invokevirtual android.os.Parcel.readInt:()I
            istore 3 /* packageIndex */
        start local 3 // int packageIndex
         1: .line 541
            iload 3 /* packageIndex */
            iflt 4
         2: .line 542
            aload 2 /* eventOut */
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mStringPool:[Ljava/lang/String;
            iload 3 /* packageIndex */
            aaload
            putfield android.app.usage.UsageEvents$Event.mPackage:Ljava/lang/String;
         3: .line 543
            goto 5
         4: .line 544
      StackMap locals: int
      StackMap stack:
            aload 2 /* eventOut */
            aconst_null
            putfield android.app.usage.UsageEvents$Event.mPackage:Ljava/lang/String;
         5: .line 547
      StackMap locals:
      StackMap stack:
            aload 1 /* p */
            invokevirtual android.os.Parcel.readInt:()I
            istore 4 /* classIndex */
        start local 4 // int classIndex
         6: .line 548
            iload 4 /* classIndex */
            iflt 9
         7: .line 549
            aload 2 /* eventOut */
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mStringPool:[Ljava/lang/String;
            iload 4 /* classIndex */
            aaload
            putfield android.app.usage.UsageEvents$Event.mClass:Ljava/lang/String;
         8: .line 550
            goto 10
         9: .line 551
      StackMap locals: int
      StackMap stack:
            aload 2 /* eventOut */
            aconst_null
            putfield android.app.usage.UsageEvents$Event.mClass:Ljava/lang/String;
        10: .line 553
      StackMap locals:
      StackMap stack:
            aload 2 /* eventOut */
            aload 1 /* p */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.usage.UsageEvents$Event.mEventType:I
        11: .line 554
            aload 2 /* eventOut */
            aload 1 /* p */
            invokevirtual android.os.Parcel.readLong:()J
            putfield android.app.usage.UsageEvents$Event.mTimeStamp:J
        12: .line 557
            aload 2 /* eventOut */
            aconst_null
            putfield android.app.usage.UsageEvents$Event.mConfiguration:Landroid/content/res/Configuration;
        13: .line 558
            aload 2 /* eventOut */
            aconst_null
            putfield android.app.usage.UsageEvents$Event.mShortcutId:Ljava/lang/String;
        14: .line 559
            aload 2 /* eventOut */
            aconst_null
            putfield android.app.usage.UsageEvents$Event.mAction:Ljava/lang/String;
        15: .line 560
            aload 2 /* eventOut */
            aconst_null
            putfield android.app.usage.UsageEvents$Event.mContentType:Ljava/lang/String;
        16: .line 561
            aload 2 /* eventOut */
            aconst_null
            putfield android.app.usage.UsageEvents$Event.mContentAnnotations:[Ljava/lang/String;
        17: .line 562
            aload 2 /* eventOut */
            aconst_null
            putfield android.app.usage.UsageEvents$Event.mNotificationChannelId:Ljava/lang/String;
        18: .line 564
            aload 2 /* eventOut */
            getfield android.app.usage.UsageEvents$Event.mEventType:I
            tableswitch { // 5 - 12
                    5: 19
                    6: 30
                    7: 30
                    8: 21
                    9: 23
                   10: 30
                   11: 27
                   12: 29
              default: 30
          }
        19: .line 567
      StackMap locals:
      StackMap stack:
            aload 2 /* eventOut */
            getstatic android.content.res.Configuration.CREATOR:Landroid/os/Parcelable$Creator;
            aload 1 /* p */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.content.res.Configuration
            putfield android.app.usage.UsageEvents$Event.mConfiguration:Landroid/content/res/Configuration;
        20: .line 568
            goto 30
        21: .line 570
      StackMap locals:
      StackMap stack:
            aload 2 /* eventOut */
            aload 1 /* p */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.app.usage.UsageEvents$Event.mShortcutId:Ljava/lang/String;
        22: .line 571
            goto 30
        23: .line 573
      StackMap locals:
      StackMap stack:
            aload 2 /* eventOut */
            aload 1 /* p */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.app.usage.UsageEvents$Event.mAction:Ljava/lang/String;
        24: .line 574
            aload 2 /* eventOut */
            aload 1 /* p */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.app.usage.UsageEvents$Event.mContentType:Ljava/lang/String;
        25: .line 575
            aload 2 /* eventOut */
            aload 1 /* p */
            invokevirtual android.os.Parcel.createStringArray:()[Ljava/lang/String;
            putfield android.app.usage.UsageEvents$Event.mContentAnnotations:[Ljava/lang/String;
        26: .line 576
            goto 30
        27: .line 578
      StackMap locals:
      StackMap stack:
            aload 2 /* eventOut */
            aload 1 /* p */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.usage.UsageEvents$Event.mBucketAndReason:I
        28: .line 579
            goto 30
        29: .line 581
      StackMap locals:
      StackMap stack:
            aload 2 /* eventOut */
            aload 1 /* p */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.app.usage.UsageEvents$Event.mNotificationChannelId:Ljava/lang/String;
        30: .line 584
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int classIndex
        end local 3 // int packageIndex
        end local 2 // android.app.usage.UsageEvents$Event eventOut
        end local 1 // android.os.Parcel p
        end local 0 // android.app.usage.UsageEvents this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   31     0          this  Landroid/app/usage/UsageEvents;
            0   31     1             p  Landroid/os/Parcel;
            0   31     2      eventOut  Landroid/app/usage/UsageEvents$Event;
            1   31     3  packageIndex  I
            6   31     4    classIndex  I
    MethodParameters:
          Name  Flags
      p         
      eventOut  

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

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // android.app.usage.UsageEvents this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 593
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* data */
        start local 3 // android.os.Parcel data
         1: .line 594
            aload 3 /* data */
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mEventCount:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 595
            aload 3 /* data */
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mIndex:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 596
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mEventCount:I
            ifle 32
         4: .line 597
            aload 3 /* data */
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mStringPool:[Ljava/lang/String;
            invokevirtual android.os.Parcel.writeStringArray:([Ljava/lang/String;)V
         5: .line 599
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mEventsToWrite:Ljava/util/List;
            ifnull 24
         6: .line 601
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* p */
        start local 4 // android.os.Parcel p
         7: .line 603
            aload 4 /* p */
            iconst_0
            invokevirtual android.os.Parcel.setDataPosition:(I)V
         8: .line 604
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         9: goto 13
        10: .line 605
      StackMap locals: android.os.Parcel android.os.Parcel int
      StackMap stack:
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mEventsToWrite:Ljava/util/List;
            iload 5 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast android.app.usage.UsageEvents$Event
            astore 6 /* event */
        start local 6 // android.app.usage.UsageEvents$Event event
        11: .line 606
            aload 0 /* this */
            aload 6 /* event */
            aload 4 /* p */
            iload 2 /* flags */
            invokevirtual android.app.usage.UsageEvents.writeEventToParcel:(Landroid/app/usage/UsageEvents$Event;Landroid/os/Parcel;I)V
        end local 6 // android.app.usage.UsageEvents$Event event
        12: .line 604
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 5 /* i */
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mEventCount:I
            if_icmplt 10
        end local 5 // int i
        14: .line 609
            aload 4 /* p */
            invokevirtual android.os.Parcel.dataPosition:()I
            istore 5 /* listByteLength */
        start local 5 // int listByteLength
        15: .line 612
            aload 3 /* data */
            iload 5 /* listByteLength */
            invokevirtual android.os.Parcel.writeInt:(I)V
        16: .line 615
            aload 3 /* data */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
        17: .line 618
            aload 3 /* data */
            aload 4 /* p */
            iconst_0
            iload 5 /* listByteLength */
            invokevirtual android.os.Parcel.appendFrom:(Landroid/os/Parcel;II)V
        end local 5 // int listByteLength
        18: .line 619
            goto 22
      StackMap locals: android.app.usage.UsageEvents android.os.Parcel int android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
        19: astore 7
        20: .line 620
            aload 4 /* p */
            invokevirtual android.os.Parcel.recycle:()V
        21: .line 621
            aload 7
            athrow
        22: .line 620
      StackMap locals:
      StackMap stack:
            aload 4 /* p */
            invokevirtual android.os.Parcel.recycle:()V
        end local 4 // android.os.Parcel p
        23: .line 623
            goto 32
      StackMap locals:
      StackMap stack:
        24: aload 0 /* this */
            getfield android.app.usage.UsageEvents.mParcel:Landroid/os/Parcel;
            ifnull 29
        25: .line 625
            aload 3 /* data */
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mParcel:Landroid/os/Parcel;
            invokevirtual android.os.Parcel.dataSize:()I
            invokevirtual android.os.Parcel.writeInt:(I)V
        26: .line 628
            aload 3 /* data */
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mParcel:Landroid/os/Parcel;
            invokevirtual android.os.Parcel.dataPosition:()I
            invokevirtual android.os.Parcel.writeInt:(I)V
        27: .line 631
            aload 3 /* data */
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mParcel:Landroid/os/Parcel;
            iconst_0
            aload 0 /* this */
            getfield android.app.usage.UsageEvents.mParcel:Landroid/os/Parcel;
            invokevirtual android.os.Parcel.dataSize:()I
            invokevirtual android.os.Parcel.appendFrom:(Landroid/os/Parcel;II)V
        28: .line 632
            goto 32
        29: .line 633
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
        30: .line 634
            ldc "Either mParcel or mEventsToWrite must not be null"
        31: .line 633
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        32: .line 639
      StackMap locals:
      StackMap stack:
            aload 1 /* dest */
            aload 3 /* data */
            invokevirtual android.os.Parcel.marshall:()[B
            invokevirtual android.os.Parcel.writeBlob:([B)V
        33: .line 640
            return
        end local 3 // android.os.Parcel data
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.app.usage.UsageEvents this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   34     0            this  Landroid/app/usage/UsageEvents;
            0   34     1            dest  Landroid/os/Parcel;
            0   34     2           flags  I
            1   34     3            data  Landroid/os/Parcel;
            7   23     4               p  Landroid/os/Parcel;
            9   14     5               i  I
           11   12     6           event  Landroid/app/usage/UsageEvents$Event;
           15   18     5  listByteLength  I
      Exception table:
        from    to  target  type
           7    19      19  any
    MethodParameters:
       Name  Flags
      dest   
      flags  
}
SourceFile: "UsageEvents.java"
NestMembers:
  android.app.usage.UsageEvents$1  android.app.usage.UsageEvents$Event  android.app.usage.UsageEvents$Event$EventFlags
InnerClasses:
  android.app.usage.UsageEvents$1
  public final Event = android.app.usage.UsageEvents$Event of android.app.usage.UsageEvents
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable