public class android.app.servertransaction.NewIntentItem extends android.app.servertransaction.ClientTransactionItem
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.app.servertransaction.NewIntentItem
  super_class: android.app.servertransaction.ClientTransactionItem
{
  private java.util.List<com.android.internal.content.ReferrerIntent> mIntents;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/android/internal/content/ReferrerIntent;>;

  private boolean mPause;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

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

  public void execute(android.app.ClientTransactionHandler, android.os.IBinder, android.app.servertransaction.PendingTransactionActions);
    descriptor: (Landroid/app/ClientTransactionHandler;Landroid/os/IBinder;Landroid/app/servertransaction/PendingTransactionActions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // android.app.servertransaction.NewIntentItem this
        start local 1 // android.app.ClientTransactionHandler client
        start local 2 // android.os.IBinder token
        start local 3 // android.app.servertransaction.PendingTransactionActions pendingActions
         0: .line 48
            ldc 64
            ldc "activityNewIntent"
            invokestatic android.os.Trace.traceBegin:(JLjava/lang/String;)V
         1: .line 49
            aload 1 /* client */
            aload 2 /* token */
            aload 0 /* this */
            getfield android.app.servertransaction.NewIntentItem.mIntents:Ljava/util/List;
            aload 0 /* this */
            getfield android.app.servertransaction.NewIntentItem.mPause:Z
            invokevirtual android.app.ClientTransactionHandler.handleNewIntent:(Landroid/os/IBinder;Ljava/util/List;Z)V
         2: .line 50
            ldc 64
            invokestatic android.os.Trace.traceEnd:(J)V
         3: .line 51
            return
        end local 3 // android.app.servertransaction.PendingTransactionActions pendingActions
        end local 2 // android.os.IBinder token
        end local 1 // android.app.ClientTransactionHandler client
        end local 0 // android.app.servertransaction.NewIntentItem this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Landroid/app/servertransaction/NewIntentItem;
            0    4     1          client  Landroid/app/ClientTransactionHandler;
            0    4     2           token  Landroid/os/IBinder;
            0    4     3  pendingActions  Landroid/app/servertransaction/PendingTransactionActions;
    MethodParameters:
                Name  Flags
      client          
      token           
      pendingActions  

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.servertransaction.NewIntentItem this
         0: .line 56
            aload 0 /* this */
            invokespecial android.app.servertransaction.ClientTransactionItem.<init>:()V
            return
        end local 0 // android.app.servertransaction.NewIntentItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/servertransaction/NewIntentItem;

  public static android.app.servertransaction.NewIntentItem obtain(java.util.List<com.android.internal.content.ReferrerIntent>, boolean);
    descriptor: (Ljava/util/List;Z)Landroid/app/servertransaction/NewIntentItem;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.util.List intents
        start local 1 // boolean pause
         0: .line 60
            ldc Landroid/app/servertransaction/NewIntentItem;
            invokestatic android.app.servertransaction.ObjectPool.obtain:(Ljava/lang/Class;)Landroid/app/servertransaction/ObjectPoolItem;
            checkcast android.app.servertransaction.NewIntentItem
            astore 2 /* instance */
        start local 2 // android.app.servertransaction.NewIntentItem instance
         1: .line 61
            aload 2 /* instance */
            ifnonnull 3
         2: .line 62
            new android.app.servertransaction.NewIntentItem
            dup
            invokespecial android.app.servertransaction.NewIntentItem.<init>:()V
            astore 2 /* instance */
         3: .line 64
      StackMap locals: android.app.servertransaction.NewIntentItem
      StackMap stack:
            aload 2 /* instance */
            aload 0 /* intents */
            putfield android.app.servertransaction.NewIntentItem.mIntents:Ljava/util/List;
         4: .line 65
            aload 2 /* instance */
            iload 1 /* pause */
            putfield android.app.servertransaction.NewIntentItem.mPause:Z
         5: .line 67
            aload 2 /* instance */
            areturn
        end local 2 // android.app.servertransaction.NewIntentItem instance
        end local 1 // boolean pause
        end local 0 // java.util.List intents
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0   intents  Ljava/util/List<Lcom/android/internal/content/ReferrerIntent;>;
            0    6     1     pause  Z
            1    6     2  instance  Landroid/app/servertransaction/NewIntentItem;
    Signature: (Ljava/util/List<Lcom/android/internal/content/ReferrerIntent;>;Z)Landroid/app/servertransaction/NewIntentItem;
    MethodParameters:
         Name  Flags
      intents  
      pause    

  public void recycle();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.servertransaction.NewIntentItem this
         0: .line 72
            aload 0 /* this */
            aconst_null
            putfield android.app.servertransaction.NewIntentItem.mIntents:Ljava/util/List;
         1: .line 73
            aload 0 /* this */
            iconst_0
            putfield android.app.servertransaction.NewIntentItem.mPause:Z
         2: .line 74
            aload 0 /* this */
            invokestatic android.app.servertransaction.ObjectPool.recycle:(Landroid/app/servertransaction/ObjectPoolItem;)V
         3: .line 75
            return
        end local 0 // android.app.servertransaction.NewIntentItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/app/servertransaction/NewIntentItem;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.app.servertransaction.NewIntentItem this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 83
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.servertransaction.NewIntentItem.mPause:Z
            invokevirtual android.os.Parcel.writeBoolean:(Z)V
         1: .line 84
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.servertransaction.NewIntentItem.mIntents:Ljava/util/List;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeTypedList:(Ljava/util/List;I)V
         2: .line 85
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.app.servertransaction.NewIntentItem this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/app/servertransaction/NewIntentItem;
            0    3     1   dest  Landroid/os/Parcel;
            0    3     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  

  private void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.app.servertransaction.NewIntentItem this
        start local 1 // android.os.Parcel in
         0: .line 88
            aload 0 /* this */
            invokespecial android.app.servertransaction.ClientTransactionItem.<init>:()V
         1: .line 89
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readBoolean:()Z
            putfield android.app.servertransaction.NewIntentItem.mPause:Z
         2: .line 90
            aload 0 /* this */
            aload 1 /* in */
            getstatic com.android.internal.content.ReferrerIntent.CREATOR:Landroid/os/Parcelable$Creator;
            invokevirtual android.os.Parcel.createTypedArrayList:(Landroid/os/Parcelable$Creator;)Ljava/util/ArrayList;
            putfield android.app.servertransaction.NewIntentItem.mIntents:Ljava/util/List;
         3: .line 91
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.app.servertransaction.NewIntentItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/app/servertransaction/NewIntentItem;
            0    4     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.app.servertransaction.NewIntentItem this
        start local 1 // java.lang.Object o
         0: .line 106
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 107
            iconst_1
            ireturn
         2: .line 109
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 110
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 112
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast android.app.servertransaction.NewIntentItem
            astore 2 /* other */
        start local 2 // android.app.servertransaction.NewIntentItem other
         5: .line 113
            aload 0 /* this */
            getfield android.app.servertransaction.NewIntentItem.mPause:Z
            aload 2 /* other */
            getfield android.app.servertransaction.NewIntentItem.mPause:Z
            if_icmpne 6
            aload 0 /* this */
            getfield android.app.servertransaction.NewIntentItem.mIntents:Ljava/util/List;
            aload 2 /* other */
            getfield android.app.servertransaction.NewIntentItem.mIntents:Ljava/util/List;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 6
            iconst_1
            ireturn
      StackMap locals: android.app.servertransaction.NewIntentItem
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // android.app.servertransaction.NewIntentItem other
        end local 1 // java.lang.Object o
        end local 0 // android.app.servertransaction.NewIntentItem this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Landroid/app/servertransaction/NewIntentItem;
            0    7     1      o  Ljava/lang/Object;
            5    7     2  other  Landroid/app/servertransaction/NewIntentItem;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.app.servertransaction.NewIntentItem this
         0: .line 118
            bipush 17
            istore 1 /* result */
        start local 1 // int result
         1: .line 119
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.app.servertransaction.NewIntentItem.mPause:Z
            ifeq 2
            iconst_1
            goto 3
      StackMap locals: android.app.servertransaction.NewIntentItem int
      StackMap stack: int
         2: iconst_0
      StackMap locals: android.app.servertransaction.NewIntentItem int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 120
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.app.servertransaction.NewIntentItem.mIntents:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            istore 1 /* result */
         5: .line 121
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // android.app.servertransaction.NewIntentItem this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Landroid/app/servertransaction/NewIntentItem;
            1    6     1  result  I

  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.app.servertransaction.NewIntentItem this
         0: .line 126
            new java.lang.StringBuilder
            dup
            ldc "NewIntentItem{pause="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.app.servertransaction.NewIntentItem.mPause:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            ldc ",intents="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.app.servertransaction.NewIntentItem.mIntents:Ljava/util/List;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // android.app.servertransaction.NewIntentItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/servertransaction/NewIntentItem;
}
SourceFile: "NewIntentItem.java"
NestMembers:
  android.app.servertransaction.NewIntentItem$1
InnerClasses:
  android.app.servertransaction.NewIntentItem$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable