public final class android.os.Bundle extends android.os.BaseBundle implements java.lang.Cloneable, android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.os.Bundle
  super_class: android.os.BaseBundle
{
  static final int FLAG_HAS_FDS;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 256
    RuntimeInvisibleAnnotations: 
      com.android.internal.annotations.VisibleForTesting()

  static final int FLAG_HAS_FDS_KNOWN;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 512
    RuntimeInvisibleAnnotations: 
      com.android.internal.annotations.VisibleForTesting()

  static final int FLAG_ALLOW_FDS;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1024
    RuntimeInvisibleAnnotations: 
      com.android.internal.annotations.VisibleForTesting()

  public static final android.os.Bundle EMPTY;
    descriptor: Landroid/os/Bundle;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final android.os.Bundle STRIPPED;
    descriptor: Landroid/os/Bundle;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 56
            new android.os.Bundle
            dup
            invokespecial android.os.Bundle.<init>:()V
            putstatic android.os.Bundle.EMPTY:Landroid/os/Bundle;
         1: .line 57
            getstatic android.os.Bundle.EMPTY:Landroid/os/Bundle;
            getstatic android.util.ArrayMap.EMPTY:Landroid/util/ArrayMap;
            putfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
         2: .line 59
            new android.os.Bundle
            dup
            invokespecial android.os.Bundle.<init>:()V
            putstatic android.os.Bundle.STRIPPED:Landroid/os/Bundle;
         3: .line 60
            getstatic android.os.Bundle.STRIPPED:Landroid/os/Bundle;
            ldc "STRIPPED"
            iconst_1
            invokevirtual android.os.Bundle.putInt:(Ljava/lang/String;I)V
         4: .line 1200
            new android.os.Bundle$1
            dup
            invokespecial android.os.Bundle$1.<init>:()V
         5: .line 1199
            putstatic android.os.Bundle.CREATOR:Landroid/os/Parcelable$Creator;
         6: .line 1210
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.os.Bundle this
         0: .line 67
            aload 0 /* this */
            invokespecial android.os.BaseBundle.<init>:()V
         1: .line 68
            aload 0 /* this */
            sipush 1536
            putfield android.os.Bundle.mFlags:I
         2: .line 69
            return
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/os/Bundle;

  public void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // android.os.Parcel parcelledData
         0: .line 81
            aload 0 /* this */
            aload 1 /* parcelledData */
            invokespecial android.os.BaseBundle.<init>:(Landroid/os/Parcel;)V
         1: .line 82
            aload 0 /* this */
            sipush 1024
            putfield android.os.Bundle.mFlags:I
         2: .line 83
            aload 0 /* this */
            invokevirtual android.os.Bundle.maybePrefillHasFds:()V
         3: .line 84
            return
        end local 1 // android.os.Parcel parcelledData
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Landroid/os/Bundle;
            0    4     1  parcelledData  Landroid/os/Parcel;
    RuntimeInvisibleAnnotations: 
      com.android.internal.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.android.internal.annotations.VisibleForTesting()
    MethodParameters:
               Name  Flags
      parcelledData  

  public void <init>(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.os.Bundle this
        start local 1 // android.os.Parcel parcelledData
        start local 2 // int length
         0: .line 94
            aload 0 /* this */
            aload 1 /* parcelledData */
            iload 2 /* length */
            invokespecial android.os.BaseBundle.<init>:(Landroid/os/Parcel;I)V
         1: .line 95
            aload 0 /* this */
            sipush 1024
            putfield android.os.Bundle.mFlags:I
         2: .line 96
            aload 0 /* this */
            invokevirtual android.os.Bundle.maybePrefillHasFds:()V
         3: .line 97
            return
        end local 2 // int length
        end local 1 // android.os.Parcel parcelledData
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Landroid/os/Bundle;
            0    4     1  parcelledData  Landroid/os/Parcel;
            0    4     2         length  I
    RuntimeInvisibleAnnotations: 
      com.android.internal.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.android.internal.annotations.VisibleForTesting()
    MethodParameters:
               Name  Flags
      parcelledData  
      length         

  private void maybePrefillHasFds();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.os.Bundle this
         0: .line 106
            aload 0 /* this */
            getfield android.os.Bundle.mParcelledData:Landroid/os/Parcel;
            ifnull 5
         1: .line 107
            aload 0 /* this */
            getfield android.os.Bundle.mParcelledData:Landroid/os/Parcel;
            invokevirtual android.os.Parcel.hasFileDescriptors:()Z
            ifeq 4
         2: .line 108
            aload 0 /* this */
            dup
            getfield android.os.Bundle.mFlags:I
            sipush 768
            ior
            putfield android.os.Bundle.mFlags:I
         3: .line 109
            goto 5
         4: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.os.Bundle.mFlags:I
            sipush 512
            ior
            putfield android.os.Bundle.mFlags:I
         5: .line 113
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/os/Bundle;

  public void <init>(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.ClassLoader loader
         0: .line 123
            aload 0 /* this */
            aload 1 /* loader */
            invokespecial android.os.BaseBundle.<init>:(Ljava/lang/ClassLoader;)V
         1: .line 124
            aload 0 /* this */
            sipush 1536
            putfield android.os.Bundle.mFlags:I
         2: .line 125
            return
        end local 1 // java.lang.ClassLoader loader
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/os/Bundle;
            0    3     1  loader  Ljava/lang/ClassLoader;
    MethodParameters:
        Name  Flags
      loader  

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // int capacity
         0: .line 134
            aload 0 /* this */
            iload 1 /* capacity */
            invokespecial android.os.BaseBundle.<init>:(I)V
         1: .line 135
            aload 0 /* this */
            sipush 1536
            putfield android.os.Bundle.mFlags:I
         2: .line 136
            return
        end local 1 // int capacity
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Landroid/os/Bundle;
            0    3     1  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

  public void <init>(android.os.Bundle);
    descriptor: (Landroid/os/Bundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // android.os.Bundle b
         0: .line 148
            aload 0 /* this */
            aload 1 /* b */
            invokespecial android.os.BaseBundle.<init>:(Landroid/os/BaseBundle;)V
         1: .line 149
            aload 0 /* this */
            aload 1 /* b */
            getfield android.os.Bundle.mFlags:I
            putfield android.os.Bundle.mFlags:I
         2: .line 150
            return
        end local 1 // android.os.Bundle b
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/os/Bundle;
            0    3     1     b  Landroid/os/Bundle;
    MethodParameters:
      Name  Flags
      b     

  public void <init>(android.os.PersistableBundle);
    descriptor: (Landroid/os/PersistableBundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // android.os.PersistableBundle b
         0: .line 160
            aload 0 /* this */
            aload 1 /* b */
            invokespecial android.os.BaseBundle.<init>:(Landroid/os/BaseBundle;)V
         1: .line 161
            aload 0 /* this */
            sipush 1536
            putfield android.os.Bundle.mFlags:I
         2: .line 162
            return
        end local 1 // android.os.PersistableBundle b
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/os/Bundle;
            0    3     1     b  Landroid/os/PersistableBundle;
    MethodParameters:
      Name  Flags
      b     

  void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // boolean doInit
         0: .line 168
            aload 0 /* this */
            iload 1 /* doInit */
            invokespecial android.os.BaseBundle.<init>:(Z)V
         1: .line 169
            return
        end local 1 // boolean doInit
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Landroid/os/Bundle;
            0    2     1  doInit  Z
    MethodParameters:
        Name  Flags
      doInit  

  public static android.os.Bundle forPair(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Landroid/os/Bundle;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.String key
        start local 1 // java.lang.String value
         0: .line 177
            new android.os.Bundle
            dup
            iconst_1
            invokespecial android.os.Bundle.<init>:(I)V
            astore 2 /* b */
        start local 2 // android.os.Bundle b
         1: .line 178
            aload 2 /* b */
            aload 0 /* key */
            aload 1 /* value */
            invokevirtual android.os.Bundle.putString:(Ljava/lang/String;Ljava/lang/String;)V
         2: .line 179
            aload 2 /* b */
            areturn
        end local 2 // android.os.Bundle b
        end local 1 // java.lang.String value
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0    key  Ljava/lang/String;
            0    3     1  value  Ljava/lang/String;
            1    3     2      b  Landroid/os/Bundle;
    MethodParameters:
       Name  Flags
      key    
      value  

  public void setClassLoader(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.ClassLoader loader
         0: .line 190
            aload 0 /* this */
            aload 1 /* loader */
            invokespecial android.os.BaseBundle.setClassLoader:(Ljava/lang/ClassLoader;)V
         1: .line 191
            return
        end local 1 // java.lang.ClassLoader loader
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Landroid/os/Bundle;
            0    2     1  loader  Ljava/lang/ClassLoader;
    MethodParameters:
        Name  Flags
      loader  

  public java.lang.ClassLoader getClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.os.Bundle this
         0: .line 198
            aload 0 /* this */
            invokespecial android.os.BaseBundle.getClassLoader:()Ljava/lang/ClassLoader;
            areturn
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/Bundle;

  public boolean setAllowFds(boolean);
    descriptor: (Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // boolean allowFds
         0: .line 203
            aload 0 /* this */
            getfield android.os.Bundle.mFlags:I
            sipush 1024
            iand
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* orig */
        start local 2 // boolean orig
         3: .line 204
            iload 1 /* allowFds */
            ifeq 6
         4: .line 205
            aload 0 /* this */
            dup
            getfield android.os.Bundle.mFlags:I
            sipush 1024
            ior
            putfield android.os.Bundle.mFlags:I
         5: .line 206
            goto 7
         6: .line 207
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.os.Bundle.mFlags:I
            sipush -1025
            iand
            putfield android.os.Bundle.mFlags:I
         7: .line 209
      StackMap locals:
      StackMap stack:
            iload 2 /* orig */
            ireturn
        end local 2 // boolean orig
        end local 1 // boolean allowFds
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Landroid/os/Bundle;
            0    8     1  allowFds  Z
            3    8     2      orig  Z
    MethodParameters:
          Name  Flags
      allowFds  

  public void setDefusable(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // boolean defusable
         0: .line 224
            iload 1 /* defusable */
            ifeq 3
         1: .line 225
            aload 0 /* this */
            dup
            getfield android.os.Bundle.mFlags:I
            iconst_1
            ior
            putfield android.os.Bundle.mFlags:I
         2: .line 226
            goto 4
         3: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.os.Bundle.mFlags:I
            bipush -2
            iand
            putfield android.os.Bundle.mFlags:I
         4: .line 229
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean defusable
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Landroid/os/Bundle;
            0    5     1  defusable  Z
    MethodParameters:
           Name  Flags
      defusable  

  public static android.os.Bundle setDefusable(android.os.Bundle, boolean);
    descriptor: (Landroid/os/Bundle;Z)Landroid/os/Bundle;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle bundle
        start local 1 // boolean defusable
         0: .line 233
            aload 0 /* bundle */
            ifnull 2
         1: .line 234
            aload 0 /* bundle */
            iload 1 /* defusable */
            invokevirtual android.os.Bundle.setDefusable:(Z)V
         2: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* bundle */
            areturn
        end local 1 // boolean defusable
        end local 0 // android.os.Bundle bundle
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0     bundle  Landroid/os/Bundle;
            0    3     1  defusable  Z
    MethodParameters:
           Name  Flags
      bundle     
      defusable  

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.os.Bundle this
         0: .line 245
            new android.os.Bundle
            dup
            aload 0 /* this */
            invokespecial android.os.Bundle.<init>:(Landroid/os/Bundle;)V
            areturn
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/Bundle;

  public android.os.Bundle deepCopy();
    descriptor: ()Landroid/os/Bundle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.os.Bundle this
         0: .line 256
            new android.os.Bundle
            dup
            iconst_0
            invokespecial android.os.Bundle.<init>:(Z)V
            astore 1 /* b */
        start local 1 // android.os.Bundle b
         1: .line 257
            aload 1 /* b */
            aload 0 /* this */
            iconst_1
            invokevirtual android.os.Bundle.copyInternal:(Landroid/os/BaseBundle;Z)V
         2: .line 258
            aload 1 /* b */
            areturn
        end local 1 // android.os.Bundle b
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/os/Bundle;
            1    3     1     b  Landroid/os/Bundle;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.os.Bundle this
         0: .line 266
            aload 0 /* this */
            invokespecial android.os.BaseBundle.clear:()V
         1: .line 267
            aload 0 /* this */
            sipush 1536
            putfield android.os.Bundle.mFlags:I
         2: .line 268
            return
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/os/Bundle;

  public void remove(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 276
            aload 0 /* this */
            aload 1 /* key */
            invokespecial android.os.BaseBundle.remove:(Ljava/lang/String;)V
         1: .line 277
            aload 0 /* this */
            getfield android.os.Bundle.mFlags:I
            sipush 256
            iand
            ifeq 3
         2: .line 278
            aload 0 /* this */
            dup
            getfield android.os.Bundle.mFlags:I
            sipush -513
            iand
            putfield android.os.Bundle.mFlags:I
         3: .line 280
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/os/Bundle;
            0    4     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public void putAll(android.os.Bundle);
    descriptor: (Landroid/os/Bundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // android.os.Bundle bundle
         0: .line 288
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 289
            aload 1 /* bundle */
            invokevirtual android.os.Bundle.unparcel:()V
         2: .line 290
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* bundle */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            invokevirtual android.util.ArrayMap.putAll:(Landroid/util/ArrayMap;)V
         3: .line 293
            aload 1 /* bundle */
            getfield android.os.Bundle.mFlags:I
            sipush 256
            iand
            ifeq 5
         4: .line 294
            aload 0 /* this */
            dup
            getfield android.os.Bundle.mFlags:I
            sipush 256
            ior
            putfield android.os.Bundle.mFlags:I
         5: .line 296
      StackMap locals:
      StackMap stack:
            aload 1 /* bundle */
            getfield android.os.Bundle.mFlags:I
            sipush 512
            iand
            ifne 7
         6: .line 297
            aload 0 /* this */
            dup
            getfield android.os.Bundle.mFlags:I
            sipush -513
            iand
            putfield android.os.Bundle.mFlags:I
         7: .line 299
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.os.Bundle bundle
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Landroid/os/Bundle;
            0    8     1  bundle  Landroid/os/Bundle;
    MethodParameters:
        Name  Flags
      bundle  

  public int getSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.os.Bundle this
         0: .line 307
            aload 0 /* this */
            getfield android.os.Bundle.mParcelledData:Landroid/os/Parcel;
            ifnull 2
         1: .line 308
            aload 0 /* this */
            getfield android.os.Bundle.mParcelledData:Landroid/os/Parcel;
            invokevirtual android.os.Parcel.dataSize:()I
            ireturn
         2: .line 310
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/os/Bundle;

  public boolean hasFileDescriptors();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // android.os.Bundle this
         0: .line 318
            aload 0 /* this */
            getfield android.os.Bundle.mFlags:I
            sipush 512
            iand
            ifne 59
         1: .line 319
            iconst_0
            istore 1 /* fdFound */
        start local 1 // boolean fdFound
         2: .line 321
            aload 0 /* this */
            getfield android.os.Bundle.mParcelledData:Landroid/os/Parcel;
            ifnull 6
         3: .line 322
            aload 0 /* this */
            getfield android.os.Bundle.mParcelledData:Landroid/os/Parcel;
            invokevirtual android.os.Parcel.hasFileDescriptors:()Z
            ifeq 54
         4: .line 323
            iconst_1
            istore 1 /* fdFound */
         5: .line 325
            goto 54
         6: .line 327
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            invokevirtual android.util.ArrayMap.size:()I
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         7: goto 53
         8: .line 328
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            iload 2 /* i */
            invokevirtual android.util.ArrayMap.valueAt:(I)Ljava/lang/Object;
            astore 3 /* obj */
        start local 3 // java.lang.Object obj
         9: .line 329
            aload 3 /* obj */
            instanceof android.os.Parcelable
            ifeq 15
        10: .line 330
            aload 3 /* obj */
            checkcast android.os.Parcelable
            invokeinterface android.os.Parcelable.describeContents:()I
        11: .line 331
            iconst_1
        12: .line 330
            iand
            ifeq 52
        13: .line 332
            iconst_1
            istore 1 /* fdFound */
        14: .line 333
            goto 54
        15: .line 335
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* obj */
            instanceof android.os.Parcelable[]
            ifeq 27
        16: .line 336
            aload 3 /* obj */
            checkcast android.os.Parcelable[]
            astore 4 /* array */
        start local 4 // android.os.Parcelable[] array
        17: .line 337
            aload 4 /* array */
            arraylength
            iconst_1
            isub
            istore 5 /* n */
        start local 5 // int n
        18: goto 25
        19: .line 338
      StackMap locals: android.os.Parcelable[] int
      StackMap stack:
            aload 4 /* array */
            iload 5 /* n */
            aaload
            astore 6 /* p */
        start local 6 // android.os.Parcelable p
        20: .line 339
            aload 6 /* p */
            ifnull 24
            aload 6 /* p */
            invokeinterface android.os.Parcelable.describeContents:()I
        21: .line 340
            iconst_1
            iand
            ifeq 24
        22: .line 341
            iconst_1
            istore 1 /* fdFound */
        23: .line 342
            goto 52
        end local 6 // android.os.Parcelable p
        24: .line 337
      StackMap locals:
      StackMap stack:
            iinc 5 /* n */ -1
      StackMap locals:
      StackMap stack:
        25: iload 5 /* n */
            ifge 19
        end local 5 // int n
        end local 4 // android.os.Parcelable[] array
        26: .line 345
            goto 52
      StackMap locals:
      StackMap stack:
        27: aload 3 /* obj */
            instanceof android.util.SparseArray
            ifeq 40
        28: .line 347
            aload 3 /* obj */
            checkcast android.util.SparseArray
        29: .line 346
            astore 4 /* array */
        start local 4 // android.util.SparseArray array
        30: .line 348
            aload 4 /* array */
            invokevirtual android.util.SparseArray.size:()I
            iconst_1
            isub
            istore 5 /* n */
        start local 5 // int n
        31: goto 38
        32: .line 349
      StackMap locals: android.util.SparseArray int
      StackMap stack:
            aload 4 /* array */
            iload 5 /* n */
            invokevirtual android.util.SparseArray.valueAt:(I)Ljava/lang/Object;
            checkcast android.os.Parcelable
            astore 6 /* p */
        start local 6 // android.os.Parcelable p
        33: .line 350
            aload 6 /* p */
            ifnull 37
            aload 6 /* p */
            invokeinterface android.os.Parcelable.describeContents:()I
        34: .line 351
            iconst_1
            iand
            ifeq 37
        35: .line 352
            iconst_1
            istore 1 /* fdFound */
        36: .line 353
            goto 52
        end local 6 // android.os.Parcelable p
        37: .line 348
      StackMap locals:
      StackMap stack:
            iinc 5 /* n */ -1
      StackMap locals:
      StackMap stack:
        38: iload 5 /* n */
            ifge 32
        end local 5 // int n
        end local 4 // android.util.SparseArray array
        39: .line 356
            goto 52
      StackMap locals:
      StackMap stack:
        40: aload 3 /* obj */
            instanceof java.util.ArrayList
            ifeq 52
        41: .line 357
            aload 3 /* obj */
            checkcast java.util.ArrayList
            astore 4 /* array */
        start local 4 // java.util.ArrayList array
        42: .line 360
            aload 4 /* array */
            invokevirtual java.util.ArrayList.isEmpty:()Z
            ifne 52
            aload 4 /* array */
            iconst_0
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            instanceof android.os.Parcelable
            ifeq 52
        43: .line 361
            aload 4 /* array */
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            isub
            istore 5 /* n */
        start local 5 // int n
        44: goto 51
        45: .line 362
      StackMap locals: java.util.ArrayList int
      StackMap stack:
            aload 4 /* array */
            iload 5 /* n */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.os.Parcelable
            astore 6 /* p */
        start local 6 // android.os.Parcelable p
        46: .line 363
            aload 6 /* p */
            ifnull 50
            aload 6 /* p */
            invokeinterface android.os.Parcelable.describeContents:()I
        47: .line 364
            iconst_1
            iand
            ifeq 50
        48: .line 365
            iconst_1
            istore 1 /* fdFound */
        49: .line 366
            goto 52
        end local 6 // android.os.Parcelable p
        50: .line 361
      StackMap locals:
      StackMap stack:
            iinc 5 /* n */ -1
      StackMap locals:
      StackMap stack:
        51: iload 5 /* n */
            ifge 45
        end local 5 // int n
        end local 4 // java.util.ArrayList array
        end local 3 // java.lang.Object obj
        52: .line 327
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
        53: iload 2 /* i */
            ifge 8
        end local 2 // int i
        54: .line 374
      StackMap locals:
      StackMap stack:
            iload 1 /* fdFound */
            ifeq 57
        55: .line 375
            aload 0 /* this */
            dup
            getfield android.os.Bundle.mFlags:I
            sipush 256
            ior
            putfield android.os.Bundle.mFlags:I
        56: .line 376
            goto 58
        57: .line 377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.os.Bundle.mFlags:I
            sipush -257
            iand
            putfield android.os.Bundle.mFlags:I
        58: .line 379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.os.Bundle.mFlags:I
            sipush 512
            ior
            putfield android.os.Bundle.mFlags:I
        end local 1 // boolean fdFound
        59: .line 381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.os.Bundle.mFlags:I
            sipush 256
            iand
            ifeq 60
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        60: iconst_0
            ireturn
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   61     0     this  Landroid/os/Bundle;
            2   59     1  fdFound  Z
            7   54     2        i  I
            9   52     3      obj  Ljava/lang/Object;
           17   26     4    array  [Landroid/os/Parcelable;
           18   26     5        n  I
           20   24     6        p  Landroid/os/Parcelable;
           30   39     4    array  Landroid/util/SparseArray<+Landroid/os/Parcelable;>;
           31   39     5        n  I
           33   37     6        p  Landroid/os/Parcelable;
           42   52     4    array  Ljava/util/ArrayList;
           44   52     5        n  I
           46   50     6        p  Landroid/os/Parcelable;

  public android.os.Bundle filterValues();
    descriptor: ()Landroid/os/Bundle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // android.os.Bundle this
         0: .line 389
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 390
            aload 0 /* this */
            astore 1 /* bundle */
        start local 1 // android.os.Bundle bundle
         2: .line 391
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            ifnull 25
         3: .line 392
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            astore 2 /* map */
        start local 2 // android.util.ArrayMap map
         4: .line 393
            aload 2 /* map */
            invokevirtual android.util.ArrayMap.size:()I
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
         5: goto 24
         6: .line 394
      StackMap locals: android.os.Bundle android.util.ArrayMap int
      StackMap stack:
            aload 2 /* map */
            iload 3 /* i */
            invokevirtual android.util.ArrayMap.valueAt:(I)Ljava/lang/Object;
            astore 4 /* value */
        start local 4 // java.lang.Object value
         7: .line 395
            aload 4 /* value */
            invokestatic android.os.PersistableBundle.isValidType:(Ljava/lang/Object;)Z
            ifeq 9
         8: .line 396
            goto 23
         9: .line 398
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* value */
            instanceof android.os.Bundle
            ifeq 17
        10: .line 399
            aload 4 /* value */
            checkcast android.os.Bundle
            invokevirtual android.os.Bundle.filterValues:()Landroid/os/Bundle;
            astore 5 /* newBundle */
        start local 5 // android.os.Bundle newBundle
        11: .line 400
            aload 5 /* newBundle */
            aload 4 /* value */
            if_acmpeq 23
        12: .line 401
            aload 2 /* map */
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            if_acmpne 15
        13: .line 404
            new android.os.Bundle
            dup
            aload 0 /* this */
            invokespecial android.os.Bundle.<init>:(Landroid/os/Bundle;)V
            astore 1 /* bundle */
        14: .line 407
            aload 1 /* bundle */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            astore 2 /* map */
        15: .line 410
      StackMap locals: android.os.Bundle
      StackMap stack:
            aload 2 /* map */
            iload 3 /* i */
            aload 5 /* newBundle */
            invokevirtual android.util.ArrayMap.setValueAt:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
        16: .line 412
            goto 23
        end local 5 // android.os.Bundle newBundle
        17: .line 414
      StackMap locals:
      StackMap stack:
            aload 4 /* value */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "android."
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 19
        18: .line 415
            goto 23
        19: .line 417
      StackMap locals:
      StackMap stack:
            aload 2 /* map */
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            if_acmpne 22
        20: .line 420
            new android.os.Bundle
            dup
            aload 0 /* this */
            invokespecial android.os.Bundle.<init>:(Landroid/os/Bundle;)V
            astore 1 /* bundle */
        21: .line 423
            aload 1 /* bundle */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            astore 2 /* map */
        22: .line 425
      StackMap locals:
      StackMap stack:
            aload 2 /* map */
            iload 3 /* i */
            invokevirtual android.util.ArrayMap.removeAt:(I)Ljava/lang/Object;
            pop
        end local 4 // java.lang.Object value
        23: .line 393
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
        24: iload 3 /* i */
            ifge 6
        end local 3 // int i
        end local 2 // android.util.ArrayMap map
        25: .line 428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.os.Bundle.mFlags:I
            sipush 512
            ior
            putfield android.os.Bundle.mFlags:I
        26: .line 429
            aload 0 /* this */
            dup
            getfield android.os.Bundle.mFlags:I
            sipush -257
            iand
            putfield android.os.Bundle.mFlags:I
        27: .line 430
            aload 1 /* bundle */
            areturn
        end local 1 // android.os.Bundle bundle
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   28     0       this  Landroid/os/Bundle;
            2   28     1     bundle  Landroid/os/Bundle;
            4   25     2        map  Landroid/util/ArrayMap<Ljava/lang/String;Ljava/lang/Object;>;
            5   25     3          i  I
            7   23     4      value  Ljava/lang/Object;
           11   17     5  newBundle  Landroid/os/Bundle;

  public void putByte(java.lang.String, byte);
    descriptor: (Ljava/lang/String;B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // byte value
         0: .line 442
            aload 0 /* this */
            aload 1 /* key */
            iload 2 /* value */
            invokespecial android.os.BaseBundle.putByte:(Ljava/lang/String;B)V
         1: .line 443
            return
        end local 2 // byte value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/os/Bundle;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  B
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putChar(java.lang.String, char);
    descriptor: (Ljava/lang/String;C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // char value
         0: .line 454
            aload 0 /* this */
            aload 1 /* key */
            iload 2 /* value */
            invokespecial android.os.BaseBundle.putChar:(Ljava/lang/String;C)V
         1: .line 455
            return
        end local 2 // char value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/os/Bundle;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  C
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putShort(java.lang.String, short);
    descriptor: (Ljava/lang/String;S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // short value
         0: .line 466
            aload 0 /* this */
            aload 1 /* key */
            iload 2 /* value */
            invokespecial android.os.BaseBundle.putShort:(Ljava/lang/String;S)V
         1: .line 467
            return
        end local 2 // short value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/os/Bundle;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  S
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putFloat(java.lang.String, float);
    descriptor: (Ljava/lang/String;F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // float value
         0: .line 478
            aload 0 /* this */
            aload 1 /* key */
            fload 2 /* value */
            invokespecial android.os.BaseBundle.putFloat:(Ljava/lang/String;F)V
         1: .line 479
            return
        end local 2 // float value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/os/Bundle;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  F
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putCharSequence(java.lang.String, java.lang.CharSequence);
    descriptor: (Ljava/lang/String;Ljava/lang/CharSequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // java.lang.CharSequence value
         0: .line 490
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            invokespecial android.os.BaseBundle.putCharSequence:(Ljava/lang/String;Ljava/lang/CharSequence;)V
         1: .line 491
            return
        end local 2 // java.lang.CharSequence value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/os/Bundle;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putParcelable(java.lang.String, android.os.Parcelable);
    descriptor: (Ljava/lang/String;Landroid/os/Parcelable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // android.os.Parcelable value
         0: .line 501
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 502
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* key */
            aload 2 /* value */
            invokevirtual android.util.ArrayMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 503
            aload 0 /* this */
            dup
            getfield android.os.Bundle.mFlags:I
            sipush -513
            iand
            putfield android.os.Bundle.mFlags:I
         3: .line 504
            return
        end local 2 // android.os.Parcelable value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/os/Bundle;
            0    4     1    key  Ljava/lang/String;
            0    4     2  value  Landroid/os/Parcelable;
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putSize(java.lang.String, android.util.Size);
    descriptor: (Ljava/lang/String;Landroid/util/Size;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // android.util.Size value
         0: .line 514
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 515
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* key */
            aload 2 /* value */
            invokevirtual android.util.ArrayMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 516
            return
        end local 2 // android.util.Size value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/os/Bundle;
            0    3     1    key  Ljava/lang/String;
            0    3     2  value  Landroid/util/Size;
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putSizeF(java.lang.String, android.util.SizeF);
    descriptor: (Ljava/lang/String;Landroid/util/SizeF;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // android.util.SizeF value
         0: .line 526
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 527
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* key */
            aload 2 /* value */
            invokevirtual android.util.ArrayMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 528
            return
        end local 2 // android.util.SizeF value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/os/Bundle;
            0    3     1    key  Ljava/lang/String;
            0    3     2  value  Landroid/util/SizeF;
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putParcelableArray(java.lang.String, android.os.Parcelable[]);
    descriptor: (Ljava/lang/String;[Landroid/os/Parcelable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // android.os.Parcelable[] value
         0: .line 539
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 540
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* key */
            aload 2 /* value */
            invokevirtual android.util.ArrayMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 541
            aload 0 /* this */
            dup
            getfield android.os.Bundle.mFlags:I
            sipush -513
            iand
            putfield android.os.Bundle.mFlags:I
         3: .line 542
            return
        end local 2 // android.os.Parcelable[] value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/os/Bundle;
            0    4     1    key  Ljava/lang/String;
            0    4     2  value  [Landroid/os/Parcelable;
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putParcelableArrayList(java.lang.String, java.util.ArrayList<? extends android.os.Parcelable>);
    descriptor: (Ljava/lang/String;Ljava/util/ArrayList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // java.util.ArrayList value
         0: .line 554
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 555
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* key */
            aload 2 /* value */
            invokevirtual android.util.ArrayMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 556
            aload 0 /* this */
            dup
            getfield android.os.Bundle.mFlags:I
            sipush -513
            iand
            putfield android.os.Bundle.mFlags:I
         3: .line 557
            return
        end local 2 // java.util.ArrayList value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/os/Bundle;
            0    4     1    key  Ljava/lang/String;
            0    4     2  value  Ljava/util/ArrayList<+Landroid/os/Parcelable;>;
    Signature: (Ljava/lang/String;Ljava/util/ArrayList<+Landroid/os/Parcelable;>;)V
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putParcelableList(java.lang.String, java.util.List<? extends android.os.Parcelable>);
    descriptor: (Ljava/lang/String;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // java.util.List value
         0: .line 561
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 562
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* key */
            aload 2 /* value */
            invokevirtual android.util.ArrayMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 563
            aload 0 /* this */
            dup
            getfield android.os.Bundle.mFlags:I
            sipush -513
            iand
            putfield android.os.Bundle.mFlags:I
         3: .line 564
            return
        end local 2 // java.util.List value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/os/Bundle;
            0    4     1    key  Ljava/lang/String;
            0    4     2  value  Ljava/util/List<+Landroid/os/Parcelable;>;
    Signature: (Ljava/lang/String;Ljava/util/List<+Landroid/os/Parcelable;>;)V
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putSparseParcelableArray(java.lang.String, android.util.SparseArray<? extends android.os.Parcelable>);
    descriptor: (Ljava/lang/String;Landroid/util/SparseArray;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // android.util.SparseArray value
         0: .line 576
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 577
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* key */
            aload 2 /* value */
            invokevirtual android.util.ArrayMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 578
            aload 0 /* this */
            dup
            getfield android.os.Bundle.mFlags:I
            sipush -513
            iand
            putfield android.os.Bundle.mFlags:I
         3: .line 579
            return
        end local 2 // android.util.SparseArray value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/os/Bundle;
            0    4     1    key  Ljava/lang/String;
            0    4     2  value  Landroid/util/SparseArray<+Landroid/os/Parcelable;>;
    Signature: (Ljava/lang/String;Landroid/util/SparseArray<+Landroid/os/Parcelable;>;)V
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putIntegerArrayList(java.lang.String, java.util.ArrayList<java.lang.Integer>);
    descriptor: (Ljava/lang/String;Ljava/util/ArrayList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // java.util.ArrayList value
         0: .line 590
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            invokespecial android.os.BaseBundle.putIntegerArrayList:(Ljava/lang/String;Ljava/util/ArrayList;)V
         1: .line 591
            return
        end local 2 // java.util.ArrayList value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/os/Bundle;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  Ljava/util/ArrayList<Ljava/lang/Integer;>;
    Signature: (Ljava/lang/String;Ljava/util/ArrayList<Ljava/lang/Integer;>;)V
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putStringArrayList(java.lang.String, java.util.ArrayList<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/ArrayList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // java.util.ArrayList value
         0: .line 602
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            invokespecial android.os.BaseBundle.putStringArrayList:(Ljava/lang/String;Ljava/util/ArrayList;)V
         1: .line 603
            return
        end local 2 // java.util.ArrayList value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/os/Bundle;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  Ljava/util/ArrayList<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/util/ArrayList<Ljava/lang/String;>;)V
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putCharSequenceArrayList(java.lang.String, java.util.ArrayList<java.lang.CharSequence>);
    descriptor: (Ljava/lang/String;Ljava/util/ArrayList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // java.util.ArrayList value
         0: .line 615
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            invokespecial android.os.BaseBundle.putCharSequenceArrayList:(Ljava/lang/String;Ljava/util/ArrayList;)V
         1: .line 616
            return
        end local 2 // java.util.ArrayList value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/os/Bundle;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  Ljava/util/ArrayList<Ljava/lang/CharSequence;>;
    Signature: (Ljava/lang/String;Ljava/util/ArrayList<Ljava/lang/CharSequence;>;)V
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putSerializable(java.lang.String, java.io.Serializable);
    descriptor: (Ljava/lang/String;Ljava/io/Serializable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // java.io.Serializable value
         0: .line 627
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            invokespecial android.os.BaseBundle.putSerializable:(Ljava/lang/String;Ljava/io/Serializable;)V
         1: .line 628
            return
        end local 2 // java.io.Serializable value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/os/Bundle;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  Ljava/io/Serializable;
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putByteArray(java.lang.String, byte[]);
    descriptor: (Ljava/lang/String;[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // byte[] value
         0: .line 639
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            invokespecial android.os.BaseBundle.putByteArray:(Ljava/lang/String;[B)V
         1: .line 640
            return
        end local 2 // byte[] value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/os/Bundle;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  [B
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putShortArray(java.lang.String, short[]);
    descriptor: (Ljava/lang/String;[S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // short[] value
         0: .line 651
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            invokespecial android.os.BaseBundle.putShortArray:(Ljava/lang/String;[S)V
         1: .line 652
            return
        end local 2 // short[] value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/os/Bundle;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  [S
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putCharArray(java.lang.String, char[]);
    descriptor: (Ljava/lang/String;[C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // char[] value
         0: .line 663
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            invokespecial android.os.BaseBundle.putCharArray:(Ljava/lang/String;[C)V
         1: .line 664
            return
        end local 2 // char[] value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/os/Bundle;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  [C
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putFloatArray(java.lang.String, float[]);
    descriptor: (Ljava/lang/String;[F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // float[] value
         0: .line 675
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            invokespecial android.os.BaseBundle.putFloatArray:(Ljava/lang/String;[F)V
         1: .line 676
            return
        end local 2 // float[] value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/os/Bundle;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  [F
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putCharSequenceArray(java.lang.String, java.lang.CharSequence[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/CharSequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // java.lang.CharSequence[] value
         0: .line 687
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            invokespecial android.os.BaseBundle.putCharSequenceArray:(Ljava/lang/String;[Ljava/lang/CharSequence;)V
         1: .line 688
            return
        end local 2 // java.lang.CharSequence[] value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/os/Bundle;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  [Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putBundle(java.lang.String, android.os.Bundle);
    descriptor: (Ljava/lang/String;Landroid/os/Bundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // android.os.Bundle value
         0: .line 698
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 699
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* key */
            aload 2 /* value */
            invokevirtual android.util.ArrayMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 700
            return
        end local 2 // android.os.Bundle value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/os/Bundle;
            0    3     1    key  Ljava/lang/String;
            0    3     2  value  Landroid/os/Bundle;
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putBinder(java.lang.String, android.os.IBinder);
    descriptor: (Ljava/lang/String;Landroid/os/IBinder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // android.os.IBinder value
         0: .line 717
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 718
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* key */
            aload 2 /* value */
            invokevirtual android.util.ArrayMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 719
            return
        end local 2 // android.os.IBinder value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/os/Bundle;
            0    3     1    key  Ljava/lang/String;
            0    3     2  value  Landroid/os/IBinder;
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putIBinder(java.lang.String, android.os.IBinder);
    descriptor: (Ljava/lang/String;Landroid/os/IBinder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // android.os.IBinder value
         0: .line 733
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 734
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* key */
            aload 2 /* value */
            invokevirtual android.util.ArrayMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 735
            return
        end local 2 // android.os.IBinder value
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/os/Bundle;
            0    3     1    key  Ljava/lang/String;
            0    3     2  value  Landroid/os/IBinder;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      key    
      value  

  public byte getByte(java.lang.String);
    descriptor: (Ljava/lang/String;)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 746
            aload 0 /* this */
            aload 1 /* key */
            invokespecial android.os.BaseBundle.getByte:(Ljava/lang/String;)B
            ireturn
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/Bundle;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public java.lang.Byte getByte(java.lang.String, byte);
    descriptor: (Ljava/lang/String;B)Ljava/lang/Byte;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // byte defaultValue
         0: .line 759
            aload 0 /* this */
            aload 1 /* key */
            iload 2 /* defaultValue */
            invokespecial android.os.BaseBundle.getByte:(Ljava/lang/String;B)Ljava/lang/Byte;
            areturn
        end local 2 // byte defaultValue
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Landroid/os/Bundle;
            0    1     1           key  Ljava/lang/String;
            0    1     2  defaultValue  B
    MethodParameters:
              Name  Flags
      key           
      defaultValue  

  public char getChar(java.lang.String);
    descriptor: (Ljava/lang/String;)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 771
            aload 0 /* this */
            aload 1 /* key */
            invokespecial android.os.BaseBundle.getChar:(Ljava/lang/String;)C
            ireturn
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/Bundle;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public char getChar(java.lang.String, char);
    descriptor: (Ljava/lang/String;C)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // char defaultValue
         0: .line 784
            aload 0 /* this */
            aload 1 /* key */
            iload 2 /* defaultValue */
            invokespecial android.os.BaseBundle.getChar:(Ljava/lang/String;C)C
            ireturn
        end local 2 // char defaultValue
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Landroid/os/Bundle;
            0    1     1           key  Ljava/lang/String;
            0    1     2  defaultValue  C
    MethodParameters:
              Name  Flags
      key           
      defaultValue  

  public short getShort(java.lang.String);
    descriptor: (Ljava/lang/String;)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 796
            aload 0 /* this */
            aload 1 /* key */
            invokespecial android.os.BaseBundle.getShort:(Ljava/lang/String;)S
            ireturn
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/Bundle;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public short getShort(java.lang.String, short);
    descriptor: (Ljava/lang/String;S)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // short defaultValue
         0: .line 809
            aload 0 /* this */
            aload 1 /* key */
            iload 2 /* defaultValue */
            invokespecial android.os.BaseBundle.getShort:(Ljava/lang/String;S)S
            ireturn
        end local 2 // short defaultValue
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Landroid/os/Bundle;
            0    1     1           key  Ljava/lang/String;
            0    1     2  defaultValue  S
    MethodParameters:
              Name  Flags
      key           
      defaultValue  

  public float getFloat(java.lang.String);
    descriptor: (Ljava/lang/String;)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 821
            aload 0 /* this */
            aload 1 /* key */
            invokespecial android.os.BaseBundle.getFloat:(Ljava/lang/String;)F
            freturn
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/Bundle;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public float getFloat(java.lang.String, float);
    descriptor: (Ljava/lang/String;F)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // float defaultValue
         0: .line 834
            aload 0 /* this */
            aload 1 /* key */
            fload 2 /* defaultValue */
            invokespecial android.os.BaseBundle.getFloat:(Ljava/lang/String;F)F
            freturn
        end local 2 // float defaultValue
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Landroid/os/Bundle;
            0    1     1           key  Ljava/lang/String;
            0    1     2  defaultValue  F
    MethodParameters:
              Name  Flags
      key           
      defaultValue  

  public java.lang.CharSequence getCharSequence(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 848
            aload 0 /* this */
            aload 1 /* key */
            invokespecial android.os.BaseBundle.getCharSequence:(Ljava/lang/String;)Ljava/lang/CharSequence;
            areturn
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/Bundle;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public java.lang.CharSequence getCharSequence(java.lang.String, java.lang.CharSequence);
    descriptor: (Ljava/lang/String;Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
        start local 2 // java.lang.CharSequence defaultValue
         0: .line 864
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* defaultValue */
            invokespecial android.os.BaseBundle.getCharSequence:(Ljava/lang/String;Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
            areturn
        end local 2 // java.lang.CharSequence defaultValue
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Landroid/os/Bundle;
            0    1     1           key  Ljava/lang/String;
            0    1     2  defaultValue  Ljava/lang/CharSequence;
    MethodParameters:
              Name  Flags
      key           
      defaultValue  

  public android.util.Size getSize(java.lang.String);
    descriptor: (Ljava/lang/String;)Landroid/util/Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 877
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 878
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* key */
            invokevirtual android.util.ArrayMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* o */
        start local 2 // java.lang.Object o
         2: .line 880
            aload 2 /* o */
            checkcast android.util.Size
         3: areturn
         4: .line 881
      StackMap locals: android.os.Bundle java.lang.String java.lang.Object
      StackMap stack: java.lang.ClassCastException
            astore 3 /* e */
        start local 3 // java.lang.ClassCastException e
         5: .line 882
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* o */
            ldc "Size"
            aload 3 /* e */
            invokevirtual android.os.Bundle.typeWarning:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/ClassCastException;)V
         6: .line 883
            aconst_null
            areturn
        end local 3 // java.lang.ClassCastException e
        end local 2 // java.lang.Object o
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/os/Bundle;
            0    7     1   key  Ljava/lang/String;
            2    7     2     o  Ljava/lang/Object;
            5    7     3     e  Ljava/lang/ClassCastException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.ClassCastException
    MethodParameters:
      Name  Flags
      key   

  public android.util.SizeF getSizeF(java.lang.String);
    descriptor: (Ljava/lang/String;)Landroid/util/SizeF;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 897
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 898
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* key */
            invokevirtual android.util.ArrayMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* o */
        start local 2 // java.lang.Object o
         2: .line 900
            aload 2 /* o */
            checkcast android.util.SizeF
         3: areturn
         4: .line 901
      StackMap locals: android.os.Bundle java.lang.String java.lang.Object
      StackMap stack: java.lang.ClassCastException
            astore 3 /* e */
        start local 3 // java.lang.ClassCastException e
         5: .line 902
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* o */
            ldc "SizeF"
            aload 3 /* e */
            invokevirtual android.os.Bundle.typeWarning:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/ClassCastException;)V
         6: .line 903
            aconst_null
            areturn
        end local 3 // java.lang.ClassCastException e
        end local 2 // java.lang.Object o
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/os/Bundle;
            0    7     1   key  Ljava/lang/String;
            2    7     2     o  Ljava/lang/Object;
            5    7     3     e  Ljava/lang/ClassCastException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.ClassCastException
    MethodParameters:
      Name  Flags
      key   

  public android.os.Bundle getBundle(java.lang.String);
    descriptor: (Ljava/lang/String;)Landroid/os/Bundle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 917
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 918
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* key */
            invokevirtual android.util.ArrayMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* o */
        start local 2 // java.lang.Object o
         2: .line 919
            aload 2 /* o */
            ifnonnull 4
         3: .line 920
            aconst_null
            areturn
         4: .line 923
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* o */
            checkcast android.os.Bundle
         5: areturn
         6: .line 924
      StackMap locals:
      StackMap stack: java.lang.ClassCastException
            astore 3 /* e */
        start local 3 // java.lang.ClassCastException e
         7: .line 925
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* o */
            ldc "Bundle"
            aload 3 /* e */
            invokevirtual android.os.Bundle.typeWarning:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/ClassCastException;)V
         8: .line 926
            aconst_null
            areturn
        end local 3 // java.lang.ClassCastException e
        end local 2 // java.lang.Object o
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/os/Bundle;
            0    9     1   key  Ljava/lang/String;
            2    9     2     o  Ljava/lang/Object;
            7    9     3     e  Ljava/lang/ClassCastException;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.ClassCastException
    MethodParameters:
      Name  Flags
      key   

  public <T extends android.os.Parcelable> T getParcelable(java.lang.String);
    descriptor: (Ljava/lang/String;)Landroid/os/Parcelable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 940
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 941
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* key */
            invokevirtual android.util.ArrayMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* o */
        start local 2 // java.lang.Object o
         2: .line 942
            aload 2 /* o */
            ifnonnull 4
         3: .line 943
            aconst_null
            areturn
         4: .line 946
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* o */
            checkcast android.os.Parcelable
         5: areturn
         6: .line 947
      StackMap locals:
      StackMap stack: java.lang.ClassCastException
            astore 3 /* e */
        start local 3 // java.lang.ClassCastException e
         7: .line 948
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* o */
            ldc "Parcelable"
            aload 3 /* e */
            invokevirtual android.os.Bundle.typeWarning:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/ClassCastException;)V
         8: .line 949
            aconst_null
            areturn
        end local 3 // java.lang.ClassCastException e
        end local 2 // java.lang.Object o
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/os/Bundle;
            0    9     1   key  Ljava/lang/String;
            2    9     2     o  Ljava/lang/Object;
            7    9     3     e  Ljava/lang/ClassCastException;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.ClassCastException
    Signature: <T::Landroid/os/Parcelable;>(Ljava/lang/String;)TT;
    MethodParameters:
      Name  Flags
      key   

  public android.os.Parcelable[] getParcelableArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[Landroid/os/Parcelable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 963
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 964
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* key */
            invokevirtual android.util.ArrayMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* o */
        start local 2 // java.lang.Object o
         2: .line 965
            aload 2 /* o */
            ifnonnull 4
         3: .line 966
            aconst_null
            areturn
         4: .line 969
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* o */
            checkcast android.os.Parcelable[]
         5: areturn
         6: .line 970
      StackMap locals:
      StackMap stack: java.lang.ClassCastException
            astore 3 /* e */
        start local 3 // java.lang.ClassCastException e
         7: .line 971
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* o */
            ldc "Parcelable[]"
            aload 3 /* e */
            invokevirtual android.os.Bundle.typeWarning:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/ClassCastException;)V
         8: .line 972
            aconst_null
            areturn
        end local 3 // java.lang.ClassCastException e
        end local 2 // java.lang.Object o
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/os/Bundle;
            0    9     1   key  Ljava/lang/String;
            2    9     2     o  Ljava/lang/Object;
            7    9     3     e  Ljava/lang/ClassCastException;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.ClassCastException
    MethodParameters:
      Name  Flags
      key   

  public <T extends android.os.Parcelable> java.util.ArrayList<T> getParcelableArrayList(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 986
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 987
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* key */
            invokevirtual android.util.ArrayMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* o */
        start local 2 // java.lang.Object o
         2: .line 988
            aload 2 /* o */
            ifnonnull 4
         3: .line 989
            aconst_null
            areturn
         4: .line 992
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* o */
            checkcast java.util.ArrayList
         5: areturn
         6: .line 993
      StackMap locals:
      StackMap stack: java.lang.ClassCastException
            astore 3 /* e */
        start local 3 // java.lang.ClassCastException e
         7: .line 994
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* o */
            ldc "ArrayList"
            aload 3 /* e */
            invokevirtual android.os.Bundle.typeWarning:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/ClassCastException;)V
         8: .line 995
            aconst_null
            areturn
        end local 3 // java.lang.ClassCastException e
        end local 2 // java.lang.Object o
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/os/Bundle;
            0    9     1   key  Ljava/lang/String;
            2    9     2     o  Ljava/lang/Object;
            7    9     3     e  Ljava/lang/ClassCastException;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.ClassCastException
    Signature: <T::Landroid/os/Parcelable;>(Ljava/lang/String;)Ljava/util/ArrayList<TT;>;
    MethodParameters:
      Name  Flags
      key   

  public <T extends android.os.Parcelable> android.util.SparseArray<T> getSparseParcelableArray(java.lang.String);
    descriptor: (Ljava/lang/String;)Landroid/util/SparseArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 1010
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 1011
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* key */
            invokevirtual android.util.ArrayMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* o */
        start local 2 // java.lang.Object o
         2: .line 1012
            aload 2 /* o */
            ifnonnull 4
         3: .line 1013
            aconst_null
            areturn
         4: .line 1016
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* o */
            checkcast android.util.SparseArray
         5: areturn
         6: .line 1017
      StackMap locals:
      StackMap stack: java.lang.ClassCastException
            astore 3 /* e */
        start local 3 // java.lang.ClassCastException e
         7: .line 1018
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* o */
            ldc "SparseArray"
            aload 3 /* e */
            invokevirtual android.os.Bundle.typeWarning:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/ClassCastException;)V
         8: .line 1019
            aconst_null
            areturn
        end local 3 // java.lang.ClassCastException e
        end local 2 // java.lang.Object o
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/os/Bundle;
            0    9     1   key  Ljava/lang/String;
            2    9     2     o  Ljava/lang/Object;
            7    9     3     e  Ljava/lang/ClassCastException;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.ClassCastException
    Signature: <T::Landroid/os/Parcelable;>(Ljava/lang/String;)Landroid/util/SparseArray<TT;>;
    MethodParameters:
      Name  Flags
      key   

  public java.io.Serializable getSerializable(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/io/Serializable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 1034
            aload 0 /* this */
            aload 1 /* key */
            invokespecial android.os.BaseBundle.getSerializable:(Ljava/lang/String;)Ljava/io/Serializable;
            areturn
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/Bundle;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public java.util.ArrayList<java.lang.Integer> getIntegerArrayList(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 1048
            aload 0 /* this */
            aload 1 /* key */
            invokespecial android.os.BaseBundle.getIntegerArrayList:(Ljava/lang/String;)Ljava/util/ArrayList;
            areturn
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/Bundle;
            0    1     1   key  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Ljava/util/ArrayList<Ljava/lang/Integer;>;
    MethodParameters:
      Name  Flags
      key   

  public java.util.ArrayList<java.lang.String> getStringArrayList(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 1062
            aload 0 /* this */
            aload 1 /* key */
            invokespecial android.os.BaseBundle.getStringArrayList:(Ljava/lang/String;)Ljava/util/ArrayList;
            areturn
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/Bundle;
            0    1     1   key  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Ljava/util/ArrayList<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      key   

  public java.util.ArrayList<java.lang.CharSequence> getCharSequenceArrayList(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 1076
            aload 0 /* this */
            aload 1 /* key */
            invokespecial android.os.BaseBundle.getCharSequenceArrayList:(Ljava/lang/String;)Ljava/util/ArrayList;
            areturn
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/Bundle;
            0    1     1   key  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Ljava/util/ArrayList<Ljava/lang/CharSequence;>;
    MethodParameters:
      Name  Flags
      key   

  public byte[] getByteArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 1090
            aload 0 /* this */
            aload 1 /* key */
            invokespecial android.os.BaseBundle.getByteArray:(Ljava/lang/String;)[B
            areturn
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/Bundle;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public short[] getShortArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 1104
            aload 0 /* this */
            aload 1 /* key */
            invokespecial android.os.BaseBundle.getShortArray:(Ljava/lang/String;)[S
            areturn
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/Bundle;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public char[] getCharArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 1118
            aload 0 /* this */
            aload 1 /* key */
            invokespecial android.os.BaseBundle.getCharArray:(Ljava/lang/String;)[C
            areturn
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/Bundle;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public float[] getFloatArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 1132
            aload 0 /* this */
            aload 1 /* key */
            invokespecial android.os.BaseBundle.getFloatArray:(Ljava/lang/String;)[F
            areturn
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/Bundle;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public java.lang.CharSequence[] getCharSequenceArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 1146
            aload 0 /* this */
            aload 1 /* key */
            invokespecial android.os.BaseBundle.getCharSequenceArray:(Ljava/lang/String;)[Ljava/lang/CharSequence;
            areturn
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/Bundle;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public android.os.IBinder getBinder(java.lang.String);
    descriptor: (Ljava/lang/String;)Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 1159
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 1160
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* key */
            invokevirtual android.util.ArrayMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* o */
        start local 2 // java.lang.Object o
         2: .line 1161
            aload 2 /* o */
            ifnonnull 4
         3: .line 1162
            aconst_null
            areturn
         4: .line 1165
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* o */
            checkcast android.os.IBinder
         5: areturn
         6: .line 1166
      StackMap locals:
      StackMap stack: java.lang.ClassCastException
            astore 3 /* e */
        start local 3 // java.lang.ClassCastException e
         7: .line 1167
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* o */
            ldc "IBinder"
            aload 3 /* e */
            invokevirtual android.os.Bundle.typeWarning:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/ClassCastException;)V
         8: .line 1168
            aconst_null
            areturn
        end local 3 // java.lang.ClassCastException e
        end local 2 // java.lang.Object o
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/os/Bundle;
            0    9     1   key  Ljava/lang/String;
            2    9     2     o  Ljava/lang/Object;
            7    9     3     e  Ljava/lang/ClassCastException;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.ClassCastException
    MethodParameters:
      Name  Flags
      key   

  public android.os.IBinder getIBinder(java.lang.String);
    descriptor: (Ljava/lang/String;)Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // java.lang.String key
         0: .line 1186
            aload 0 /* this */
            invokevirtual android.os.Bundle.unparcel:()V
         1: .line 1187
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            aload 1 /* key */
            invokevirtual android.util.ArrayMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* o */
        start local 2 // java.lang.Object o
         2: .line 1188
            aload 2 /* o */
            ifnonnull 4
         3: .line 1189
            aconst_null
            areturn
         4: .line 1192
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* o */
            checkcast android.os.IBinder
         5: areturn
         6: .line 1193
      StackMap locals:
      StackMap stack: java.lang.ClassCastException
            astore 3 /* e */
        start local 3 // java.lang.ClassCastException e
         7: .line 1194
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* o */
            ldc "IBinder"
            aload 3 /* e */
            invokevirtual android.os.Bundle.typeWarning:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/ClassCastException;)V
         8: .line 1195
            aconst_null
            areturn
        end local 3 // java.lang.ClassCastException e
        end local 2 // java.lang.Object o
        end local 1 // java.lang.String key
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/os/Bundle;
            0    9     1   key  Ljava/lang/String;
            2    9     2     o  Ljava/lang/Object;
            7    9     3     e  Ljava/lang/ClassCastException;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.ClassCastException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      key   

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.os.Bundle this
         0: .line 1217
            iconst_0
            istore 1 /* mask */
        start local 1 // int mask
         1: .line 1218
            aload 0 /* this */
            invokevirtual android.os.Bundle.hasFileDescriptors:()Z
            ifeq 3
         2: .line 1219
            iload 1 /* mask */
            iconst_1
            ior
            istore 1 /* mask */
         3: .line 1221
      StackMap locals: int
      StackMap stack:
            iload 1 /* mask */
            ireturn
        end local 1 // int mask
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/os/Bundle;
            1    4     1  mask  I

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // android.os.Bundle this
        start local 1 // android.os.Parcel parcel
        start local 2 // int flags
         0: .line 1231
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.os.Bundle.mFlags:I
            sipush 1024
            iand
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: android.os.Parcel
         1: iconst_0
      StackMap locals: android.os.Bundle android.os.Parcel int
      StackMap stack: android.os.Parcel int
         2: invokevirtual android.os.Parcel.pushAllowFds:(Z)Z
            istore 3 /* oldAllowFds */
        start local 3 // boolean oldAllowFds
         3: .line 1233
            aload 0 /* this */
            aload 1 /* parcel */
            iload 2 /* flags */
            invokespecial android.os.BaseBundle.writeToParcelInner:(Landroid/os/Parcel;I)V
         4: .line 1234
            goto 8
      StackMap locals: android.os.Bundle android.os.Parcel int int
      StackMap stack: java.lang.Throwable
         5: astore 4
         6: .line 1235
            aload 1 /* parcel */
            iload 3 /* oldAllowFds */
            invokevirtual android.os.Parcel.restoreAllowFds:(Z)V
         7: .line 1236
            aload 4
            athrow
         8: .line 1235
      StackMap locals:
      StackMap stack:
            aload 1 /* parcel */
            iload 3 /* oldAllowFds */
            invokevirtual android.os.Parcel.restoreAllowFds:(Z)V
         9: .line 1237
            return
        end local 3 // boolean oldAllowFds
        end local 2 // int flags
        end local 1 // android.os.Parcel parcel
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Landroid/os/Bundle;
            0   10     1       parcel  Landroid/os/Parcel;
            0   10     2        flags  I
            3   10     3  oldAllowFds  Z
      Exception table:
        from    to  target  type
           3     5       5  any
    MethodParameters:
        Name  Flags
      parcel  
      flags   

  public void readFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.Bundle this
        start local 1 // android.os.Parcel parcel
         0: .line 1245
            aload 0 /* this */
            aload 1 /* parcel */
            invokespecial android.os.BaseBundle.readFromParcelInner:(Landroid/os/Parcel;)V
         1: .line 1246
            aload 0 /* this */
            sipush 1024
            putfield android.os.Bundle.mFlags:I
         2: .line 1247
            aload 0 /* this */
            invokevirtual android.os.Bundle.maybePrefillHasFds:()V
         3: .line 1248
            return
        end local 1 // android.os.Parcel parcel
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/os/Bundle;
            0    4     1  parcel  Landroid/os/Parcel;
    MethodParameters:
        Name  Flags
      parcel  

  public synchronized java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.os.Bundle this
         0: .line 1252
            aload 0 /* this */
            getfield android.os.Bundle.mParcelledData:Landroid/os/Parcel;
            ifnull 6
         1: .line 1253
            aload 0 /* this */
            invokevirtual android.os.Bundle.isEmptyParcel:()Z
            ifeq 3
         2: .line 1254
            ldc "Bundle[EMPTY_PARCEL]"
            areturn
         3: .line 1256
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "Bundle[mParcelledData.dataSize="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         4: .line 1257
            aload 0 /* this */
            getfield android.os.Bundle.mParcelledData:Landroid/os/Parcel;
            invokevirtual android.os.Parcel.dataSize:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 1256
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         6: .line 1260
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "Bundle["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            invokevirtual android.util.ArrayMap.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)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.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/os/Bundle;

  public synchronized java.lang.String toShortString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.os.Bundle this
         0: .line 1267
            aload 0 /* this */
            getfield android.os.Bundle.mParcelledData:Landroid/os/Parcel;
            ifnull 4
         1: .line 1268
            aload 0 /* this */
            invokevirtual android.os.Bundle.isEmptyParcel:()Z
            ifeq 3
         2: .line 1269
            ldc "EMPTY_PARCEL"
            areturn
         3: .line 1271
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "mParcelledData.dataSize="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.os.Bundle.mParcelledData:Landroid/os/Parcel;
            invokevirtual android.os.Parcel.dataSize:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         4: .line 1274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.os.Bundle.mMap:Landroid/util/ArrayMap;
            invokevirtual android.util.ArrayMap.toString:()Ljava/lang/String;
            areturn
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/os/Bundle;

  public void writeToProto(android.util.proto.ProtoOutputStream, long);
    descriptor: (Landroid/util/proto/ProtoOutputStream;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // android.os.Bundle this
         0: .line 1283
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBundleProto cannot be resolved to a variable\n\tBundleProto cannot be resolved to a variable\n\tBundleProto cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.os.Bundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/Bundle;
    MethodParameters:
         Name  Flags
      proto    
      fieldId  
}
SourceFile: "Bundle.java"
NestMembers:
  android.os.Bundle$1
InnerClasses:
  android.os.Bundle$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable