public final class android.app.RemoteAction implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.app.RemoteAction
  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: "RemoteAction"

  private final android.graphics.drawable.Icon mIcon;
    descriptor: Landroid/graphics/drawable/Icon;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.CharSequence mTitle;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.CharSequence mContentDescription;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.app.PendingIntent mActionIntent;
    descriptor: Landroid/app/PendingIntent;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

  void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.app.RemoteAction this
        start local 1 // android.os.Parcel in
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            getstatic android.graphics.drawable.Icon.CREATOR:Landroid/os/Parcelable$Creator;
            aload 1 /* in */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.graphics.drawable.Icon
            putfield android.app.RemoteAction.mIcon:Landroid/graphics/drawable/Icon;
         2: .line 44
            aload 0 /* this */
            getstatic android.text.TextUtils.CHAR_SEQUENCE_CREATOR:Landroid/os/Parcelable$Creator;
            aload 1 /* in */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast java.lang.CharSequence
            putfield android.app.RemoteAction.mTitle:Ljava/lang/CharSequence;
         3: .line 45
            aload 0 /* this */
            getstatic android.text.TextUtils.CHAR_SEQUENCE_CREATOR:Landroid/os/Parcelable$Creator;
            aload 1 /* in */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast java.lang.CharSequence
            putfield android.app.RemoteAction.mContentDescription:Ljava/lang/CharSequence;
         4: .line 46
            aload 0 /* this */
            getstatic android.app.PendingIntent.CREATOR:Landroid/os/Parcelable$Creator;
            aload 1 /* in */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.app.PendingIntent
            putfield android.app.RemoteAction.mActionIntent:Landroid/app/PendingIntent;
         5: .line 47
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readBoolean:()Z
            putfield android.app.RemoteAction.mEnabled:Z
         6: .line 48
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readBoolean:()Z
            putfield android.app.RemoteAction.mShouldShowIcon:Z
         7: .line 49
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.app.RemoteAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Landroid/app/RemoteAction;
            0    8     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

  public void <init>(android.graphics.drawable.Icon, java.lang.CharSequence, java.lang.CharSequence, android.app.PendingIntent);
    descriptor: (Landroid/graphics/drawable/Icon;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/app/PendingIntent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.app.RemoteAction this
        start local 1 // android.graphics.drawable.Icon icon
        start local 2 // java.lang.CharSequence title
        start local 3 // java.lang.CharSequence contentDescription
        start local 4 // android.app.PendingIntent intent
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 1 /* icon */
            ifnull 2
            aload 2 /* title */
            ifnull 2
            aload 3 /* contentDescription */
            ifnull 2
            aload 4 /* intent */
            ifnonnull 3
         2: .line 54
      StackMap locals: android.app.RemoteAction android.graphics.drawable.Icon java.lang.CharSequence java.lang.CharSequence android.app.PendingIntent
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Expected icon, title, content description and action callback"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* icon */
            putfield android.app.RemoteAction.mIcon:Landroid/graphics/drawable/Icon;
         4: .line 58
            aload 0 /* this */
            aload 2 /* title */
            putfield android.app.RemoteAction.mTitle:Ljava/lang/CharSequence;
         5: .line 59
            aload 0 /* this */
            aload 3 /* contentDescription */
            putfield android.app.RemoteAction.mContentDescription:Ljava/lang/CharSequence;
         6: .line 60
            aload 0 /* this */
            aload 4 /* intent */
            putfield android.app.RemoteAction.mActionIntent:Landroid/app/PendingIntent;
         7: .line 61
            aload 0 /* this */
            iconst_1
            putfield android.app.RemoteAction.mEnabled:Z
         8: .line 62
            aload 0 /* this */
            iconst_1
            putfield android.app.RemoteAction.mShouldShowIcon:Z
         9: .line 63
            return
        end local 4 // android.app.PendingIntent intent
        end local 3 // java.lang.CharSequence contentDescription
        end local 2 // java.lang.CharSequence title
        end local 1 // android.graphics.drawable.Icon icon
        end local 0 // android.app.RemoteAction this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   10     0                this  Landroid/app/RemoteAction;
            0   10     1                icon  Landroid/graphics/drawable/Icon;
            0   10     2               title  Ljava/lang/CharSequence;
            0   10     3  contentDescription  Ljava/lang/CharSequence;
            0   10     4              intent  Landroid/app/PendingIntent;
    MethodParameters:
                    Name  Flags
      icon                
      title               
      contentDescription  
      intent              

  public void setEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.RemoteAction this
        start local 1 // boolean enabled
         0: .line 69
            aload 0 /* this */
            iload 1 /* enabled */
            putfield android.app.RemoteAction.mEnabled:Z
         1: .line 70
            return
        end local 1 // boolean enabled
        end local 0 // android.app.RemoteAction this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/app/RemoteAction;
            0    2     1  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  

  public boolean isEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.RemoteAction this
         0: .line 76
            aload 0 /* this */
            getfield android.app.RemoteAction.mEnabled:Z
            ireturn
        end local 0 // android.app.RemoteAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/RemoteAction;

  public void setShouldShowIcon(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.RemoteAction this
        start local 1 // boolean shouldShowIcon
         0: .line 83
            aload 0 /* this */
            iload 1 /* shouldShowIcon */
            putfield android.app.RemoteAction.mShouldShowIcon:Z
         1: .line 84
            return
        end local 1 // boolean shouldShowIcon
        end local 0 // android.app.RemoteAction this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Landroid/app/RemoteAction;
            0    2     1  shouldShowIcon  Z
    MethodParameters:
                Name  Flags
      shouldShowIcon  

  public boolean shouldShowIcon();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.RemoteAction this
         0: .line 90
            aload 0 /* this */
            getfield android.app.RemoteAction.mShouldShowIcon:Z
            ireturn
        end local 0 // android.app.RemoteAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/RemoteAction;

  public android.graphics.drawable.Icon getIcon();
    descriptor: ()Landroid/graphics/drawable/Icon;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.RemoteAction this
         0: .line 97
            aload 0 /* this */
            getfield android.app.RemoteAction.mIcon:Landroid/graphics/drawable/Icon;
            areturn
        end local 0 // android.app.RemoteAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/RemoteAction;

  public java.lang.CharSequence getTitle();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.RemoteAction this
         0: .line 104
            aload 0 /* this */
            getfield android.app.RemoteAction.mTitle:Ljava/lang/CharSequence;
            areturn
        end local 0 // android.app.RemoteAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/RemoteAction;

  public java.lang.CharSequence getContentDescription();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.RemoteAction this
         0: .line 111
            aload 0 /* this */
            getfield android.app.RemoteAction.mContentDescription:Ljava/lang/CharSequence;
            areturn
        end local 0 // android.app.RemoteAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/RemoteAction;

  public android.app.PendingIntent getActionIntent();
    descriptor: ()Landroid/app/PendingIntent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.RemoteAction this
         0: .line 118
            aload 0 /* this */
            getfield android.app.RemoteAction.mActionIntent:Landroid/app/PendingIntent;
            areturn
        end local 0 // android.app.RemoteAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/RemoteAction;

  public android.app.RemoteAction clone();
    descriptor: ()Landroid/app/RemoteAction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // android.app.RemoteAction this
         0: .line 123
            new android.app.RemoteAction
            dup
            aload 0 /* this */
            getfield android.app.RemoteAction.mIcon:Landroid/graphics/drawable/Icon;
            aload 0 /* this */
            getfield android.app.RemoteAction.mTitle:Ljava/lang/CharSequence;
            aload 0 /* this */
            getfield android.app.RemoteAction.mContentDescription:Ljava/lang/CharSequence;
            aload 0 /* this */
            getfield android.app.RemoteAction.mActionIntent:Landroid/app/PendingIntent;
            invokespecial android.app.RemoteAction.<init>:(Landroid/graphics/drawable/Icon;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/app/PendingIntent;)V
            astore 1 /* action */
        start local 1 // android.app.RemoteAction action
         1: .line 124
            aload 1 /* action */
            aload 0 /* this */
            getfield android.app.RemoteAction.mEnabled:Z
            invokevirtual android.app.RemoteAction.setEnabled:(Z)V
         2: .line 125
            aload 1 /* action */
            aload 0 /* this */
            getfield android.app.RemoteAction.mShouldShowIcon:Z
            invokevirtual android.app.RemoteAction.setShouldShowIcon:(Z)V
         3: .line 126
            aload 1 /* action */
            areturn
        end local 1 // android.app.RemoteAction action
        end local 0 // android.app.RemoteAction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/app/RemoteAction;
            1    4     1  action  Landroid/app/RemoteAction;

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

  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.RemoteAction this
        start local 1 // android.os.Parcel out
        start local 2 // int flags
         0: .line 136
            aload 0 /* this */
            getfield android.app.RemoteAction.mIcon:Landroid/graphics/drawable/Icon;
            aload 1 /* out */
            iconst_0
            invokevirtual android.graphics.drawable.Icon.writeToParcel:(Landroid/os/Parcel;I)V
         1: .line 137
            aload 0 /* this */
            getfield android.app.RemoteAction.mTitle:Ljava/lang/CharSequence;
            aload 1 /* out */
            iload 2 /* flags */
            invokestatic android.text.TextUtils.writeToParcel:(Ljava/lang/CharSequence;Landroid/os/Parcel;I)V
         2: .line 138
            aload 0 /* this */
            getfield android.app.RemoteAction.mContentDescription:Ljava/lang/CharSequence;
            aload 1 /* out */
            iload 2 /* flags */
            invokestatic android.text.TextUtils.writeToParcel:(Ljava/lang/CharSequence;Landroid/os/Parcel;I)V
         3: .line 139
            aload 0 /* this */
            getfield android.app.RemoteAction.mActionIntent:Landroid/app/PendingIntent;
            aload 1 /* out */
            iload 2 /* flags */
            invokevirtual android.app.PendingIntent.writeToParcel:(Landroid/os/Parcel;I)V
         4: .line 140
            aload 1 /* out */
            aload 0 /* this */
            getfield android.app.RemoteAction.mEnabled:Z
            invokevirtual android.os.Parcel.writeBoolean:(Z)V
         5: .line 141
            aload 1 /* out */
            aload 0 /* this */
            getfield android.app.RemoteAction.mShouldShowIcon:Z
            invokevirtual android.os.Parcel.writeBoolean:(Z)V
         6: .line 142
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel out
        end local 0 // android.app.RemoteAction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Landroid/app/RemoteAction;
            0    7     1    out  Landroid/os/Parcel;
            0    7     2  flags  I
    MethodParameters:
       Name  Flags
      out    
      flags  

  public void dump(java.lang.String, java.io.PrintWriter);
    descriptor: (Ljava/lang/String;Ljava/io/PrintWriter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.app.RemoteAction this
        start local 1 // java.lang.String prefix
        start local 2 // java.io.PrintWriter pw
         0: .line 145
            aload 2 /* pw */
            aload 1 /* prefix */
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
         1: .line 146
            aload 2 /* pw */
            new java.lang.StringBuilder
            dup
            ldc "title="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.app.RemoteAction.mTitle:Ljava/lang/CharSequence;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
         2: .line 147
            aload 2 /* pw */
            new java.lang.StringBuilder
            dup
            ldc " enabled="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.app.RemoteAction.mEnabled:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
         3: .line 148
            aload 2 /* pw */
            new java.lang.StringBuilder
            dup
            ldc " contentDescription="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.app.RemoteAction.mContentDescription:Ljava/lang/CharSequence;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
         4: .line 149
            aload 2 /* pw */
            new java.lang.StringBuilder
            dup
            ldc " icon="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.app.RemoteAction.mIcon:Landroid/graphics/drawable/Icon;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
         5: .line 150
            aload 2 /* pw */
            new java.lang.StringBuilder
            dup
            ldc " action="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.app.RemoteAction.mActionIntent:Landroid/app/PendingIntent;
            invokevirtual android.app.PendingIntent.getIntent:()Landroid/content/Intent;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
         6: .line 151
            aload 2 /* pw */
            new java.lang.StringBuilder
            dup
            ldc " shouldShowIcon="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.app.RemoteAction.mShouldShowIcon:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
         7: .line 152
            aload 2 /* pw */
            invokevirtual java.io.PrintWriter.println:()V
         8: .line 153
            return
        end local 2 // java.io.PrintWriter pw
        end local 1 // java.lang.String prefix
        end local 0 // android.app.RemoteAction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Landroid/app/RemoteAction;
            0    9     1  prefix  Ljava/lang/String;
            0    9     2      pw  Ljava/io/PrintWriter;
    MethodParameters:
        Name  Flags
      prefix  
      pw      

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual android.app.RemoteAction.clone:()Landroid/app/RemoteAction;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "RemoteAction.java"
NestMembers:
  android.app.RemoteAction$1
InnerClasses:
  android.app.RemoteAction$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable