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

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

  private static final java.lang.String EXTRA_DATA_TYPE_RESULTS_DATA;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.remoteinput.dataTypeResultsData"

  private static final java.lang.String EXTRA_RESULTS_SOURCE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.remoteinput.resultsSource"

  public static final int SOURCE_FREE_FORM_INPUT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int SOURCE_CHOICE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int FLAG_ALLOW_FREE_FORM_INPUT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int DEFAULT_FLAGS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

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

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

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

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

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

  private final android.util.ArraySet<java.lang.String> mAllowedDataTypes;
    descriptor: Landroid/util/ArraySet;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Landroid/util/ArraySet<Ljava/lang/String;>;

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

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

  private void <init>(java.lang.String, java.lang.CharSequence, java.lang.CharSequence[], int, android.os.Bundle, android.util.ArraySet<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/CharSequence;[Ljava/lang/CharSequence;ILandroid/os/Bundle;Landroid/util/ArraySet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // android.app.RemoteInput this
        start local 1 // java.lang.String resultKey
        start local 2 // java.lang.CharSequence label
        start local 3 // java.lang.CharSequence[] choices
        start local 4 // int flags
        start local 5 // android.os.Bundle extras
        start local 6 // android.util.ArraySet allowedDataTypes
         0: .line 109
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 111
            aload 0 /* this */
            aload 1 /* resultKey */
            putfield android.app.RemoteInput.mResultKey:Ljava/lang/String;
         2: .line 112
            aload 0 /* this */
            aload 2 /* label */
            putfield android.app.RemoteInput.mLabel:Ljava/lang/CharSequence;
         3: .line 113
            aload 0 /* this */
            aload 3 /* choices */
            putfield android.app.RemoteInput.mChoices:[Ljava/lang/CharSequence;
         4: .line 114
            aload 0 /* this */
            iload 4 /* flags */
            putfield android.app.RemoteInput.mFlags:I
         5: .line 115
            aload 0 /* this */
            aload 5 /* extras */
            putfield android.app.RemoteInput.mExtras:Landroid/os/Bundle;
         6: .line 116
            aload 0 /* this */
            aload 6 /* allowedDataTypes */
            putfield android.app.RemoteInput.mAllowedDataTypes:Landroid/util/ArraySet;
         7: .line 117
            return
        end local 6 // android.util.ArraySet allowedDataTypes
        end local 5 // android.os.Bundle extras
        end local 4 // int flags
        end local 3 // java.lang.CharSequence[] choices
        end local 2 // java.lang.CharSequence label
        end local 1 // java.lang.String resultKey
        end local 0 // android.app.RemoteInput this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0              this  Landroid/app/RemoteInput;
            0    8     1         resultKey  Ljava/lang/String;
            0    8     2             label  Ljava/lang/CharSequence;
            0    8     3           choices  [Ljava/lang/CharSequence;
            0    8     4             flags  I
            0    8     5            extras  Landroid/os/Bundle;
            0    8     6  allowedDataTypes  Landroid/util/ArraySet<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/lang/CharSequence;[Ljava/lang/CharSequence;ILandroid/os/Bundle;Landroid/util/ArraySet<Ljava/lang/String;>;)V
    MethodParameters:
                  Name  Flags
      resultKey         
      label             
      choices           
      flags             
      extras            
      allowedDataTypes  

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

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

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

  public java.util.Set<java.lang.String> getAllowedDataTypes();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.RemoteInput this
         0: .line 147
            aload 0 /* this */
            getfield android.app.RemoteInput.mAllowedDataTypes:Landroid/util/ArraySet;
            areturn
        end local 0 // android.app.RemoteInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/RemoteInput;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public boolean isDataOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.RemoteInput this
         0: .line 156
            aload 0 /* this */
            invokevirtual android.app.RemoteInput.getAllowFreeFormInput:()Z
            ifne 4
         1: .line 157
            aload 0 /* this */
            invokevirtual android.app.RemoteInput.getChoices:()[Ljava/lang/CharSequence;
            ifnull 2
            aload 0 /* this */
            invokevirtual android.app.RemoteInput.getChoices:()[Ljava/lang/CharSequence;
            arraylength
            ifne 4
         2: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.app.RemoteInput.getAllowedDataTypes:()Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 4
         3: .line 156
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // android.app.RemoteInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/app/RemoteInput;

  public boolean getAllowFreeFormInput();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.RemoteInput this
         0: .line 168
            aload 0 /* this */
            getfield android.app.RemoteInput.mFlags:I
            iconst_1
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.app.RemoteInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/app/RemoteInput;

  public android.os.Bundle getExtras();
    descriptor: ()Landroid/os/Bundle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.RemoteInput this
         0: .line 175
            aload 0 /* this */
            getfield android.app.RemoteInput.mExtras:Landroid/os/Bundle;
            areturn
        end local 0 // android.app.RemoteInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/RemoteInput;

  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.RemoteInput this
        start local 1 // android.os.Parcel in
         0: .line 320
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 321
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.app.RemoteInput.mResultKey:Ljava/lang/String;
         2: .line 322
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readCharSequence:()Ljava/lang/CharSequence;
            putfield android.app.RemoteInput.mLabel:Ljava/lang/CharSequence;
         3: .line 323
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readCharSequenceArray:()[Ljava/lang/CharSequence;
            putfield android.app.RemoteInput.mChoices:[Ljava/lang/CharSequence;
         4: .line 324
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.RemoteInput.mFlags:I
         5: .line 325
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readBundle:()Landroid/os/Bundle;
            putfield android.app.RemoteInput.mExtras:Landroid/os/Bundle;
         6: .line 326
            aload 0 /* this */
            aload 1 /* in */
            aconst_null
            invokevirtual android.os.Parcel.readArraySet:(Ljava/lang/ClassLoader;)Landroid/util/ArraySet;
            putfield android.app.RemoteInput.mAllowedDataTypes:Landroid/util/ArraySet;
         7: .line 327
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.app.RemoteInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Landroid/app/RemoteInput;
            0    8     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

  public static java.util.Map<java.lang.String, android.net.Uri> getDataResultsFromIntent(android.content.Intent, java.lang.String);
    descriptor: (Landroid/content/Intent;Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=10, args_size=2
        start local 0 // android.content.Intent intent
        start local 1 // java.lang.String remoteInputResultKey
         0: .line 347
            aload 0 /* intent */
            invokestatic android.app.RemoteInput.getClipDataIntentFromIntent:(Landroid/content/Intent;)Landroid/content/Intent;
            astore 2 /* clipDataIntent */
        start local 2 // android.content.Intent clipDataIntent
         1: .line 348
            aload 2 /* clipDataIntent */
            ifnonnull 3
         2: .line 349
            aconst_null
            areturn
         3: .line 351
      StackMap locals: android.content.Intent
      StackMap stack:
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 3 /* results */
        start local 3 // java.util.Map results
         4: .line 352
            aload 2 /* clipDataIntent */
            invokevirtual android.content.Intent.getExtras:()Landroid/os/Bundle;
            astore 4 /* extras */
        start local 4 // android.os.Bundle extras
         5: .line 353
            aload 4 /* extras */
            invokevirtual android.os.Bundle.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 6
            goto 16
      StackMap locals: android.content.Intent java.lang.String android.content.Intent java.util.Map android.os.Bundle top java.util.Iterator
      StackMap stack:
         6: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* key */
        start local 5 // java.lang.String key
         7: .line 354
            aload 5 /* key */
            ldc "android.remoteinput.dataTypeResultsData"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 16
         8: .line 355
            aload 5 /* key */
            ldc "android.remoteinput.dataTypeResultsData"
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 7 /* mimeType */
        start local 7 // java.lang.String mimeType
         9: .line 356
            aload 7 /* mimeType */
            ifnull 16
            aload 7 /* mimeType */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 11
        10: .line 357
            goto 16
        11: .line 359
      StackMap locals: android.content.Intent java.lang.String android.content.Intent java.util.Map android.os.Bundle java.lang.String java.util.Iterator java.lang.String
      StackMap stack:
            aload 2 /* clipDataIntent */
            aload 5 /* key */
            invokevirtual android.content.Intent.getBundleExtra:(Ljava/lang/String;)Landroid/os/Bundle;
            astore 8 /* bundle */
        start local 8 // android.os.Bundle bundle
        12: .line 360
            aload 8 /* bundle */
            aload 1 /* remoteInputResultKey */
            invokevirtual android.os.Bundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            astore 9 /* uriStr */
        start local 9 // java.lang.String uriStr
        13: .line 361
            aload 9 /* uriStr */
            ifnull 16
            aload 9 /* uriStr */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 15
        14: .line 362
            goto 16
        15: .line 364
      StackMap locals: android.os.Bundle java.lang.String
      StackMap stack:
            aload 3 /* results */
            aload 7 /* mimeType */
            aload 9 /* uriStr */
            invokestatic android.net.Uri.parse:(Ljava/lang/String;)Landroid/net/Uri;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 9 // java.lang.String uriStr
        end local 8 // android.os.Bundle bundle
        end local 7 // java.lang.String mimeType
        end local 5 // java.lang.String key
        16: .line 353
      StackMap locals: android.content.Intent java.lang.String android.content.Intent java.util.Map android.os.Bundle top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        17: .line 367
            aload 3 /* results */
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 18
            aconst_null
            goto 19
      StackMap locals: android.content.Intent java.lang.String android.content.Intent java.util.Map android.os.Bundle
      StackMap stack:
        18: aload 3 /* results */
      StackMap locals:
      StackMap stack: java.util.Map
        19: areturn
        end local 4 // android.os.Bundle extras
        end local 3 // java.util.Map results
        end local 2 // android.content.Intent clipDataIntent
        end local 1 // java.lang.String remoteInputResultKey
        end local 0 // android.content.Intent intent
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   20     0                intent  Landroid/content/Intent;
            0   20     1  remoteInputResultKey  Ljava/lang/String;
            1   20     2        clipDataIntent  Landroid/content/Intent;
            4   20     3               results  Ljava/util/Map<Ljava/lang/String;Landroid/net/Uri;>;
            5   20     4                extras  Landroid/os/Bundle;
            7   16     5                   key  Ljava/lang/String;
            9   16     7              mimeType  Ljava/lang/String;
           12   16     8                bundle  Landroid/os/Bundle;
           13   16     9                uriStr  Ljava/lang/String;
    Signature: (Landroid/content/Intent;Ljava/lang/String;)Ljava/util/Map<Ljava/lang/String;Landroid/net/Uri;>;
    MethodParameters:
                      Name  Flags
      intent                
      remoteInputResultKey  

  public static android.os.Bundle getResultsFromIntent(android.content.Intent);
    descriptor: (Landroid/content/Intent;)Landroid/os/Bundle;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.content.Intent intent
         0: .line 379
            aload 0 /* intent */
            invokestatic android.app.RemoteInput.getClipDataIntentFromIntent:(Landroid/content/Intent;)Landroid/content/Intent;
            astore 1 /* clipDataIntent */
        start local 1 // android.content.Intent clipDataIntent
         1: .line 380
            aload 1 /* clipDataIntent */
            ifnonnull 3
         2: .line 381
            aconst_null
            areturn
         3: .line 383
      StackMap locals: android.content.Intent
      StackMap stack:
            aload 1 /* clipDataIntent */
            invokevirtual android.content.Intent.getExtras:()Landroid/os/Bundle;
            ldc "android.remoteinput.resultsData"
            invokevirtual android.os.Bundle.getParcelable:(Ljava/lang/String;)Landroid/os/Parcelable;
            checkcast android.os.Bundle
            areturn
        end local 1 // android.content.Intent clipDataIntent
        end local 0 // android.content.Intent intent
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0          intent  Landroid/content/Intent;
            1    4     1  clipDataIntent  Landroid/content/Intent;
    MethodParameters:
        Name  Flags
      intent  

  public static void addResultsToIntent(android.app.RemoteInput[], android.content.Intent, android.os.Bundle);
    descriptor: ([Landroid/app/RemoteInput;Landroid/content/Intent;Landroid/os/Bundle;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=10, args_size=3
        start local 0 // android.app.RemoteInput[] remoteInputs
        start local 1 // android.content.Intent intent
        start local 2 // android.os.Bundle results
         0: .line 399
            aload 1 /* intent */
            invokestatic android.app.RemoteInput.getClipDataIntentFromIntent:(Landroid/content/Intent;)Landroid/content/Intent;
            astore 3 /* clipDataIntent */
        start local 3 // android.content.Intent clipDataIntent
         1: .line 400
            aload 3 /* clipDataIntent */
            ifnonnull 3
         2: .line 401
            new android.content.Intent
            dup
            invokespecial android.content.Intent.<init>:()V
            astore 3 /* clipDataIntent */
         3: .line 403
      StackMap locals: android.content.Intent
      StackMap stack:
            aload 3 /* clipDataIntent */
            ldc "android.remoteinput.resultsData"
            invokevirtual android.content.Intent.getBundleExtra:(Ljava/lang/String;)Landroid/os/Bundle;
            astore 4 /* resultsBundle */
        start local 4 // android.os.Bundle resultsBundle
         4: .line 404
            aload 4 /* resultsBundle */
            ifnonnull 6
         5: .line 405
            new android.os.Bundle
            dup
            invokespecial android.os.Bundle.<init>:()V
            astore 4 /* resultsBundle */
         6: .line 407
      StackMap locals: android.os.Bundle
      StackMap stack:
            aload 0 /* remoteInputs */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 12
      StackMap locals: android.app.RemoteInput[] android.content.Intent android.os.Bundle android.content.Intent android.os.Bundle top int int android.app.RemoteInput[]
      StackMap stack:
         7: aload 8
            iload 6
            aaload
            astore 5 /* remoteInput */
        start local 5 // android.app.RemoteInput remoteInput
         8: .line 408
            aload 2 /* results */
            aload 5 /* remoteInput */
            invokevirtual android.app.RemoteInput.getResultKey:()Ljava/lang/String;
            invokevirtual android.os.Bundle.get:(Ljava/lang/String;)Ljava/lang/Object;
            astore 9 /* result */
        start local 9 // java.lang.Object result
         9: .line 409
            aload 9 /* result */
            instanceof java.lang.CharSequence
            ifeq 11
        10: .line 410
            aload 4 /* resultsBundle */
            aload 5 /* remoteInput */
            invokevirtual android.app.RemoteInput.getResultKey:()Ljava/lang/String;
            aload 9 /* result */
            checkcast java.lang.CharSequence
            invokevirtual android.os.Bundle.putCharSequence:(Ljava/lang/String;Ljava/lang/CharSequence;)V
        end local 9 // java.lang.Object result
        end local 5 // android.app.RemoteInput remoteInput
        11: .line 407
      StackMap locals:
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        12: iload 6
            iload 7
            if_icmplt 7
        13: .line 413
            aload 3 /* clipDataIntent */
            ldc "android.remoteinput.resultsData"
            aload 4 /* resultsBundle */
            invokevirtual android.content.Intent.putExtra:(Ljava/lang/String;Landroid/os/Bundle;)Landroid/content/Intent;
            pop
        14: .line 414
            aload 1 /* intent */
            ldc "android.remoteinput.results"
            aload 3 /* clipDataIntent */
            invokestatic android.content.ClipData.newIntent:(Ljava/lang/CharSequence;Landroid/content/Intent;)Landroid/content/ClipData;
            invokevirtual android.content.Intent.setClipData:(Landroid/content/ClipData;)V
        15: .line 415
            return
        end local 4 // android.os.Bundle resultsBundle
        end local 3 // android.content.Intent clipDataIntent
        end local 2 // android.os.Bundle results
        end local 1 // android.content.Intent intent
        end local 0 // android.app.RemoteInput[] remoteInputs
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   16     0    remoteInputs  [Landroid/app/RemoteInput;
            0   16     1          intent  Landroid/content/Intent;
            0   16     2         results  Landroid/os/Bundle;
            1   16     3  clipDataIntent  Landroid/content/Intent;
            4   16     4   resultsBundle  Landroid/os/Bundle;
            8   11     5     remoteInput  Landroid/app/RemoteInput;
            9   11     9          result  Ljava/lang/Object;
    MethodParameters:
              Name  Flags
      remoteInputs  
      intent        
      results       

  public static void addDataResultToIntent(android.app.RemoteInput, android.content.Intent, java.util.Map<java.lang.String, android.net.Uri>);
    descriptor: (Landroid/app/RemoteInput;Landroid/content/Intent;Ljava/util/Map;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // android.app.RemoteInput remoteInput
        start local 1 // android.content.Intent intent
        start local 2 // java.util.Map results
         0: .line 431
            aload 1 /* intent */
            invokestatic android.app.RemoteInput.getClipDataIntentFromIntent:(Landroid/content/Intent;)Landroid/content/Intent;
            astore 3 /* clipDataIntent */
        start local 3 // android.content.Intent clipDataIntent
         1: .line 432
            aload 3 /* clipDataIntent */
            ifnonnull 3
         2: .line 433
            new android.content.Intent
            dup
            invokespecial android.content.Intent.<init>:()V
            astore 3 /* clipDataIntent */
         3: .line 435
      StackMap locals: android.content.Intent
      StackMap stack:
            aload 2 /* results */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 15
      StackMap locals: android.app.RemoteInput android.content.Intent java.util.Map android.content.Intent top java.util.Iterator
      StackMap stack:
         4: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 4 /* entry */
        start local 4 // java.util.Map$Entry entry
         5: .line 436
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 6 /* mimeType */
        start local 6 // java.lang.String mimeType
         6: .line 437
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast android.net.Uri
            astore 7 /* uri */
        start local 7 // android.net.Uri uri
         7: .line 438
            aload 6 /* mimeType */
            ifnonnull 9
         8: .line 439
            goto 15
         9: .line 442
      StackMap locals: android.app.RemoteInput android.content.Intent java.util.Map android.content.Intent java.util.Map$Entry java.util.Iterator java.lang.String android.net.Uri
      StackMap stack:
            aload 3 /* clipDataIntent */
            aload 6 /* mimeType */
            invokestatic android.app.RemoteInput.getExtraResultsKeyForData:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual android.content.Intent.getBundleExtra:(Ljava/lang/String;)Landroid/os/Bundle;
        10: .line 441
            astore 8 /* resultsBundle */
        start local 8 // android.os.Bundle resultsBundle
        11: .line 443
            aload 8 /* resultsBundle */
            ifnonnull 13
        12: .line 444
            new android.os.Bundle
            dup
            invokespecial android.os.Bundle.<init>:()V
            astore 8 /* resultsBundle */
        13: .line 446
      StackMap locals: android.os.Bundle
      StackMap stack:
            aload 8 /* resultsBundle */
            aload 0 /* remoteInput */
            invokevirtual android.app.RemoteInput.getResultKey:()Ljava/lang/String;
            aload 7 /* uri */
            invokevirtual android.net.Uri.toString:()Ljava/lang/String;
            invokevirtual android.os.Bundle.putString:(Ljava/lang/String;Ljava/lang/String;)V
        14: .line 448
            aload 3 /* clipDataIntent */
            aload 6 /* mimeType */
            invokestatic android.app.RemoteInput.getExtraResultsKeyForData:(Ljava/lang/String;)Ljava/lang/String;
            aload 8 /* resultsBundle */
            invokevirtual android.content.Intent.putExtra:(Ljava/lang/String;Landroid/os/Bundle;)Landroid/content/Intent;
            pop
        end local 8 // android.os.Bundle resultsBundle
        end local 7 // android.net.Uri uri
        end local 6 // java.lang.String mimeType
        end local 4 // java.util.Map$Entry entry
        15: .line 435
      StackMap locals: android.app.RemoteInput android.content.Intent java.util.Map android.content.Intent top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        16: .line 450
            aload 1 /* intent */
            ldc "android.remoteinput.results"
            aload 3 /* clipDataIntent */
            invokestatic android.content.ClipData.newIntent:(Ljava/lang/CharSequence;Landroid/content/Intent;)Landroid/content/ClipData;
            invokevirtual android.content.Intent.setClipData:(Landroid/content/ClipData;)V
        17: .line 451
            return
        end local 3 // android.content.Intent clipDataIntent
        end local 2 // java.util.Map results
        end local 1 // android.content.Intent intent
        end local 0 // android.app.RemoteInput remoteInput
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   18     0     remoteInput  Landroid/app/RemoteInput;
            0   18     1          intent  Landroid/content/Intent;
            0   18     2         results  Ljava/util/Map<Ljava/lang/String;Landroid/net/Uri;>;
            1   18     3  clipDataIntent  Landroid/content/Intent;
            5   15     4           entry  Ljava/util/Map$Entry<Ljava/lang/String;Landroid/net/Uri;>;
            6   15     6        mimeType  Ljava/lang/String;
            7   15     7             uri  Landroid/net/Uri;
           11   15     8   resultsBundle  Landroid/os/Bundle;
    Signature: (Landroid/app/RemoteInput;Landroid/content/Intent;Ljava/util/Map<Ljava/lang/String;Landroid/net/Uri;>;)V
    MethodParameters:
             Name  Flags
      remoteInput  
      intent       
      results      

  public static void setResultsSource(android.content.Intent, int);
    descriptor: (Landroid/content/Intent;I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.content.Intent intent
        start local 1 // int source
         0: .line 467
            aload 0 /* intent */
            invokestatic android.app.RemoteInput.getClipDataIntentFromIntent:(Landroid/content/Intent;)Landroid/content/Intent;
            astore 2 /* clipDataIntent */
        start local 2 // android.content.Intent clipDataIntent
         1: .line 468
            aload 2 /* clipDataIntent */
            ifnonnull 3
         2: .line 469
            new android.content.Intent
            dup
            invokespecial android.content.Intent.<init>:()V
            astore 2 /* clipDataIntent */
         3: .line 471
      StackMap locals: android.content.Intent
      StackMap stack:
            aload 2 /* clipDataIntent */
            ldc "android.remoteinput.resultsSource"
            iload 1 /* source */
            invokevirtual android.content.Intent.putExtra:(Ljava/lang/String;I)Landroid/content/Intent;
            pop
         4: .line 472
            aload 0 /* intent */
            ldc "android.remoteinput.results"
            aload 2 /* clipDataIntent */
            invokestatic android.content.ClipData.newIntent:(Ljava/lang/CharSequence;Landroid/content/Intent;)Landroid/content/ClipData;
            invokevirtual android.content.Intent.setClipData:(Landroid/content/ClipData;)V
         5: .line 473
            return
        end local 2 // android.content.Intent clipDataIntent
        end local 1 // int source
        end local 0 // android.content.Intent intent
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0          intent  Landroid/content/Intent;
            0    6     1          source  I
            1    6     2  clipDataIntent  Landroid/content/Intent;
    MethodParameters:
        Name  Flags
      intent  
      source  

  public static int getResultsSource(android.content.Intent);
    descriptor: (Landroid/content/Intent;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.content.Intent intent
         0: .line 488
            aload 0 /* intent */
            invokestatic android.app.RemoteInput.getClipDataIntentFromIntent:(Landroid/content/Intent;)Landroid/content/Intent;
            astore 1 /* clipDataIntent */
        start local 1 // android.content.Intent clipDataIntent
         1: .line 489
            aload 1 /* clipDataIntent */
            ifnonnull 3
         2: .line 490
            iconst_0
            ireturn
         3: .line 492
      StackMap locals: android.content.Intent
      StackMap stack:
            aload 1 /* clipDataIntent */
            invokevirtual android.content.Intent.getExtras:()Landroid/os/Bundle;
            ldc "android.remoteinput.resultsSource"
            iconst_0
            invokevirtual android.os.Bundle.getInt:(Ljava/lang/String;I)I
            ireturn
        end local 1 // android.content.Intent clipDataIntent
        end local 0 // android.content.Intent intent
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0          intent  Landroid/content/Intent;
            1    4     1  clipDataIntent  Landroid/content/Intent;
    MethodParameters:
        Name  Flags
      intent  

  private static java.lang.String getExtraResultsKeyForData(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String mimeType
         0: .line 496
            new java.lang.StringBuilder
            dup
            ldc "android.remoteinput.dataTypeResultsData"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* mimeType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // java.lang.String mimeType
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  mimeType  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      mimeType  

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

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.app.RemoteInput this
        start local 1 // android.os.Parcel out
        start local 2 // int flags
         0: .line 506
            aload 1 /* out */
            aload 0 /* this */
            getfield android.app.RemoteInput.mResultKey:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         1: .line 507
            aload 1 /* out */
            aload 0 /* this */
            getfield android.app.RemoteInput.mLabel:Ljava/lang/CharSequence;
            invokevirtual android.os.Parcel.writeCharSequence:(Ljava/lang/CharSequence;)V
         2: .line 508
            aload 1 /* out */
            aload 0 /* this */
            getfield android.app.RemoteInput.mChoices:[Ljava/lang/CharSequence;
            invokevirtual android.os.Parcel.writeCharSequenceArray:([Ljava/lang/CharSequence;)V
         3: .line 509
            aload 1 /* out */
            aload 0 /* this */
            getfield android.app.RemoteInput.mFlags:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 510
            aload 1 /* out */
            aload 0 /* this */
            getfield android.app.RemoteInput.mExtras:Landroid/os/Bundle;
            invokevirtual android.os.Parcel.writeBundle:(Landroid/os/Bundle;)V
         5: .line 511
            aload 1 /* out */
            aload 0 /* this */
            getfield android.app.RemoteInput.mAllowedDataTypes:Landroid/util/ArraySet;
            invokevirtual android.os.Parcel.writeArraySet:(Landroid/util/ArraySet;)V
         6: .line 512
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel out
        end local 0 // android.app.RemoteInput this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Landroid/app/RemoteInput;
            0    7     1    out  Landroid/os/Parcel;
            0    7     2  flags  I
    MethodParameters:
       Name  Flags
      out    
      flags  

  private static android.content.Intent getClipDataIntentFromIntent(android.content.Intent);
    descriptor: (Landroid/content/Intent;)Landroid/content/Intent;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // android.content.Intent intent
         0: .line 527
            aload 0 /* intent */
            invokevirtual android.content.Intent.getClipData:()Landroid/content/ClipData;
            astore 1 /* clipData */
        start local 1 // android.content.ClipData clipData
         1: .line 528
            aload 1 /* clipData */
            ifnonnull 3
         2: .line 529
            aconst_null
            areturn
         3: .line 531
      StackMap locals: android.content.ClipData
      StackMap stack:
            aload 1 /* clipData */
            invokevirtual android.content.ClipData.getDescription:()Landroid/content/ClipDescription;
            astore 2 /* clipDescription */
        start local 2 // android.content.ClipDescription clipDescription
         4: .line 532
            aload 2 /* clipDescription */
            ldc "text/vnd.android.intent"
            invokevirtual android.content.ClipDescription.hasMimeType:(Ljava/lang/String;)Z
            ifne 6
         5: .line 533
            aconst_null
            areturn
         6: .line 535
      StackMap locals: android.content.ClipDescription
      StackMap stack:
            aload 2 /* clipDescription */
            invokevirtual android.content.ClipDescription.getLabel:()Ljava/lang/CharSequence;
            ldc "android.remoteinput.results"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 8
         7: .line 536
            aconst_null
            areturn
         8: .line 538
      StackMap locals:
      StackMap stack:
            aload 1 /* clipData */
            iconst_0
            invokevirtual android.content.ClipData.getItemAt:(I)Landroid/content/ClipData$Item;
            invokevirtual android.content.ClipData$Item.getIntent:()Landroid/content/Intent;
            areturn
        end local 2 // android.content.ClipDescription clipDescription
        end local 1 // android.content.ClipData clipData
        end local 0 // android.content.Intent intent
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0           intent  Landroid/content/Intent;
            1    9     1         clipData  Landroid/content/ClipData;
            4    9     2  clipDescription  Landroid/content/ClipDescription;
    MethodParameters:
        Name  Flags
      intent  
}
SourceFile: "RemoteInput.java"
NestMembers:
  android.app.RemoteInput$1  android.app.RemoteInput$Builder  android.app.RemoteInput$Source
InnerClasses:
  android.app.RemoteInput$1
  public final Builder = android.app.RemoteInput$Builder of android.app.RemoteInput
  public abstract Source = android.app.RemoteInput$Source of android.app.RemoteInput
  public Item = android.content.ClipData$Item of android.content.ClipData
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
  public abstract Entry = java.util.Map$Entry of java.util.Map