public final class android.app.SearchableInfo implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.app.SearchableInfo
  super_class: java.lang.Object
{
  private static final boolean DBG;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final java.lang.String LOG_TAG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "SearchableInfo"

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

  private static final java.lang.String MD_XML_ELEMENT_SEARCHABLE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "searchable"

  private static final java.lang.String MD_XML_ELEMENT_SEARCHABLE_ACTION_KEY;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "actionkey"

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

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

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

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

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

  private final android.content.ComponentName mSearchActivity;
    descriptor: Landroid/content/ComponentName;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

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

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

  private final boolean mIncludeInGlobalSearch;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean mQueryAfterZeroResults;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean mAutoUrlDetect;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

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

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

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

  private java.util.HashMap<java.lang.Integer, android.app.SearchableInfo$ActionKeyInfo> mActionKeys;
    descriptor: Ljava/util/HashMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/HashMap<Ljava/lang/Integer;Landroid/app/SearchableInfo$ActionKeyInfo;>;

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

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

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

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

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

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

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

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

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

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

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

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

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

  public android.content.ComponentName getSearchActivity();
    descriptor: ()Landroid/content/ComponentName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.SearchableInfo this
         0: .line 131
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSearchActivity:Landroid/content/ComponentName;
            areturn
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SearchableInfo;

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

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

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

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

  public int getSettingsDescriptionId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.SearchableInfo this
         0: .line 181
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSettingsDescriptionId:I
            ireturn
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SearchableInfo;

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

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

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

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

  public int getSuggestThreshold();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.SearchableInfo this
         0: .line 242
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSuggestThreshold:I
            ireturn
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SearchableInfo;

  public android.content.Context getActivityContext(android.content.Context);
    descriptor: (Landroid/content/Context;)Landroid/content/Context;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.SearchableInfo this
        start local 1 // android.content.Context context
         0: .line 253
            aload 1 /* context */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSearchActivity:Landroid/content/ComponentName;
            invokestatic android.app.SearchableInfo.createActivityContext:(Landroid/content/Context;Landroid/content/ComponentName;)Landroid/content/Context;
            areturn
        end local 1 // android.content.Context context
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Landroid/app/SearchableInfo;
            0    1     1  context  Landroid/content/Context;
    MethodParameters:
         Name  Flags
      context  

  private static android.content.Context createActivityContext(android.content.Context, android.content.ComponentName);
    descriptor: (Landroid/content/Context;Landroid/content/ComponentName;)Landroid/content/Context;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // android.content.Context context
        start local 1 // android.content.ComponentName activity
         0: .line 260
            aconst_null
            astore 2 /* theirContext */
        start local 2 // android.content.Context theirContext
         1: .line 262
            aload 0 /* context */
            aload 1 /* activity */
            invokevirtual android.content.ComponentName.getPackageName:()Ljava/lang/String;
            iconst_0
            invokevirtual android.content.Context.createPackageContext:(Ljava/lang/String;I)Landroid/content/Context;
            astore 2 /* theirContext */
         2: .line 263
            goto 7
      StackMap locals: android.content.Context android.content.ComponentName android.content.Context
      StackMap stack: android.content.pm.PackageManager$NameNotFoundException
         3: pop
         4: .line 264
            ldc "SearchableInfo"
            new java.lang.StringBuilder
            dup
            ldc "Package not found "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* activity */
            invokevirtual android.content.ComponentName.getPackageName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;)I
            pop
            goto 7
         5: .line 265
      StackMap locals:
      StackMap stack: java.lang.SecurityException
            astore 3 /* e */
        start local 3 // java.lang.SecurityException e
         6: .line 266
            ldc "SearchableInfo"
            new java.lang.StringBuilder
            dup
            ldc "Can't make context for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* activity */
            invokevirtual android.content.ComponentName.getPackageName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 3 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 3 // java.lang.SecurityException e
         7: .line 269
      StackMap locals:
      StackMap stack:
            aload 2 /* theirContext */
            areturn
        end local 2 // android.content.Context theirContext
        end local 1 // android.content.ComponentName activity
        end local 0 // android.content.Context context
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0       context  Landroid/content/Context;
            0    8     1      activity  Landroid/content/ComponentName;
            1    8     2  theirContext  Landroid/content/Context;
            6    7     3             e  Ljava/lang/SecurityException;
      Exception table:
        from    to  target  type
           1     2       3  Class android.content.pm.PackageManager$NameNotFoundException
           1     2       5  Class java.lang.SecurityException
    MethodParameters:
          Name  Flags
      context   
      activity  

  public android.content.Context getProviderContext(android.content.Context, android.content.Context);
    descriptor: (Landroid/content/Context;Landroid/content/Context;)Landroid/content/Context;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // android.app.SearchableInfo this
        start local 1 // android.content.Context context
        start local 2 // android.content.Context activityContext
         0: .line 282
            aconst_null
            astore 3 /* theirContext */
        start local 3 // android.content.Context theirContext
         1: .line 283
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSearchActivity:Landroid/content/ComponentName;
            invokevirtual android.content.ComponentName.getPackageName:()Ljava/lang/String;
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSuggestProviderPackage:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 284
            aload 2 /* activityContext */
            areturn
         3: .line 286
      StackMap locals: android.content.Context
      StackMap stack:
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSuggestProviderPackage:Ljava/lang/String;
            ifnull 8
         4: .line 288
            aload 1 /* context */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSuggestProviderPackage:Ljava/lang/String;
            iconst_0
            invokevirtual android.content.Context.createPackageContext:(Ljava/lang/String;I)Landroid/content/Context;
            astore 3 /* theirContext */
         5: .line 289
            goto 8
      StackMap locals:
      StackMap stack: android.content.pm.PackageManager$NameNotFoundException
         6: pop
            goto 8
         7: .line 291
      StackMap locals:
      StackMap stack: java.lang.SecurityException
            pop
         8: .line 295
      StackMap locals:
      StackMap stack:
            aload 3 /* theirContext */
            areturn
        end local 3 // android.content.Context theirContext
        end local 2 // android.content.Context activityContext
        end local 1 // android.content.Context context
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Landroid/app/SearchableInfo;
            0    9     1          context  Landroid/content/Context;
            0    9     2  activityContext  Landroid/content/Context;
            1    9     3     theirContext  Landroid/content/Context;
      Exception table:
        from    to  target  type
           4     5       6  Class android.content.pm.PackageManager$NameNotFoundException
           4     5       7  Class java.lang.SecurityException
    MethodParameters:
                 Name  Flags
      context          
      activityContext  

  private void <init>(android.content.Context, android.util.AttributeSet, android.content.ComponentName);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;Landroid/content/ComponentName;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.SearchableInfo this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.xmlpull cannot be resolved\n\tThe import org.xmlpull cannot be resolved\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tThe method getActivityMetaData(Context, XmlPullParser, ComponentName) from the type SearchableInfo refers to the missing type XmlPullParser\n\tXmlPullParser cannot be resolved to a type\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParserException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SearchableInfo;
    MethodParameters:
                 Name  Flags
      activityContext  
      attr             
      cName            final

  public android.app.SearchableInfo$ActionKeyInfo findActionKey(int);
    descriptor: (I)Landroid/app/SearchableInfo$ActionKeyInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.SearchableInfo this
        start local 1 // int keyCode
         0: .line 494
            aload 0 /* this */
            getfield android.app.SearchableInfo.mActionKeys:Ljava/util/HashMap;
            ifnonnull 2
         1: .line 495
            aconst_null
            areturn
         2: .line 497
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.SearchableInfo.mActionKeys:Ljava/util/HashMap;
            iload 1 /* keyCode */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast android.app.SearchableInfo$ActionKeyInfo
            areturn
        end local 1 // int keyCode
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Landroid/app/SearchableInfo;
            0    3     1  keyCode  I
    MethodParameters:
         Name  Flags
      keyCode  

  private void addActionKey(android.app.SearchableInfo$ActionKeyInfo);
    descriptor: (Landroid/app/SearchableInfo$ActionKeyInfo;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.app.SearchableInfo this
        start local 1 // android.app.SearchableInfo$ActionKeyInfo keyInfo
         0: .line 501
            aload 0 /* this */
            getfield android.app.SearchableInfo.mActionKeys:Ljava/util/HashMap;
            ifnonnull 2
         1: .line 502
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield android.app.SearchableInfo.mActionKeys:Ljava/util/HashMap;
         2: .line 504
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.SearchableInfo.mActionKeys:Ljava/util/HashMap;
            aload 1 /* keyInfo */
            invokevirtual android.app.SearchableInfo$ActionKeyInfo.getKeyCode:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 1 /* keyInfo */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 505
            return
        end local 1 // android.app.SearchableInfo$ActionKeyInfo keyInfo
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Landroid/app/SearchableInfo;
            0    4     1  keyInfo  Landroid/app/SearchableInfo$ActionKeyInfo;
    MethodParameters:
         Name  Flags
      keyInfo  

  public static android.app.SearchableInfo getActivityMetaData(android.content.Context, android.content.pm.ActivityInfo, int);
    descriptor: (Landroid/content/Context;Landroid/content/pm/ActivityInfo;I)Landroid/app/SearchableInfo;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 535
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getActivityMetaData(Context, XmlPullParser, ComponentName) from the type SearchableInfo refers to the missing type XmlPullParser\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
              Name  Flags
      context       
      activityInfo  
      userId        

  static android.app.SearchableInfo getActivityMetaData(android.content.Context, XmlPullParser, android.content.ComponentName);
    descriptor: (Landroid/content/Context;LXmlPullParser;Landroid/content/ComponentName;)Landroid/app/SearchableInfo;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 564
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tXmlPullParser cannot be resolved to a type\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParserException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
         Name  Flags
      context  
      xml      
      cName    final

  public int getLabelId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.SearchableInfo this
         0: .line 627
            aload 0 /* this */
            getfield android.app.SearchableInfo.mLabelId:I
            ireturn
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SearchableInfo;

  public int getHintId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.SearchableInfo this
         0: .line 638
            aload 0 /* this */
            getfield android.app.SearchableInfo.mHintId:I
            ireturn
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SearchableInfo;

  public int getIconId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.SearchableInfo this
         0: .line 651
            aload 0 /* this */
            getfield android.app.SearchableInfo.mIconId:I
            ireturn
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SearchableInfo;

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

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

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

  public int getVoiceLanguageModeId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.SearchableInfo this
         0: .line 689
            aload 0 /* this */
            getfield android.app.SearchableInfo.mVoiceLanguageModeId:I
            ireturn
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SearchableInfo;

  public int getVoicePromptTextId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.SearchableInfo this
         0: .line 700
            aload 0 /* this */
            getfield android.app.SearchableInfo.mVoicePromptTextId:I
            ireturn
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SearchableInfo;

  public int getVoiceLanguageId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.SearchableInfo this
         0: .line 711
            aload 0 /* this */
            getfield android.app.SearchableInfo.mVoiceLanguageId:I
            ireturn
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SearchableInfo;

  public int getVoiceMaxResults();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.SearchableInfo this
         0: .line 722
            aload 0 /* this */
            getfield android.app.SearchableInfo.mVoiceMaxResults:I
            ireturn
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SearchableInfo;

  public int getSearchButtonText();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.SearchableInfo this
         0: .line 733
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSearchButtonText:I
            ireturn
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SearchableInfo;

  public int getInputType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.SearchableInfo this
         0: .line 745
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSearchInputType:I
            ireturn
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SearchableInfo;

  public int getImeOptions();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.SearchableInfo this
         0: .line 757
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSearchImeOptions:I
            ireturn
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SearchableInfo;

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

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

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

  void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // android.app.SearchableInfo this
        start local 1 // android.os.Parcel in
         0: .line 811
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 94
            aload 0 /* this */
            aconst_null
            putfield android.app.SearchableInfo.mActionKeys:Ljava/util/HashMap;
         2: .line 812
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.SearchableInfo.mLabelId:I
         3: .line 813
            aload 0 /* this */
            aload 1 /* in */
            invokestatic android.content.ComponentName.readFromParcel:(Landroid/os/Parcel;)Landroid/content/ComponentName;
            putfield android.app.SearchableInfo.mSearchActivity:Landroid/content/ComponentName;
         4: .line 814
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.SearchableInfo.mHintId:I
         5: .line 815
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.SearchableInfo.mSearchMode:I
         6: .line 816
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.SearchableInfo.mIconId:I
         7: .line 817
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.SearchableInfo.mSearchButtonText:I
         8: .line 818
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.SearchableInfo.mSearchInputType:I
         9: .line 819
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.SearchableInfo.mSearchImeOptions:I
        10: .line 820
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 11
            iconst_1
            goto 12
      StackMap locals: android.app.SearchableInfo android.os.Parcel
      StackMap stack: android.app.SearchableInfo
        11: iconst_0
      StackMap locals: android.app.SearchableInfo android.os.Parcel
      StackMap stack: android.app.SearchableInfo int
        12: putfield android.app.SearchableInfo.mIncludeInGlobalSearch:Z
        13: .line 821
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 14
            iconst_1
            goto 15
      StackMap locals:
      StackMap stack: android.app.SearchableInfo
        14: iconst_0
      StackMap locals: android.app.SearchableInfo android.os.Parcel
      StackMap stack: android.app.SearchableInfo int
        15: putfield android.app.SearchableInfo.mQueryAfterZeroResults:Z
        16: .line 822
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 17
            iconst_1
            goto 18
      StackMap locals:
      StackMap stack: android.app.SearchableInfo
        17: iconst_0
      StackMap locals: android.app.SearchableInfo android.os.Parcel
      StackMap stack: android.app.SearchableInfo int
        18: putfield android.app.SearchableInfo.mAutoUrlDetect:Z
        19: .line 824
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.SearchableInfo.mSettingsDescriptionId:I
        20: .line 825
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.app.SearchableInfo.mSuggestAuthority:Ljava/lang/String;
        21: .line 826
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.app.SearchableInfo.mSuggestPath:Ljava/lang/String;
        22: .line 827
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.app.SearchableInfo.mSuggestSelection:Ljava/lang/String;
        23: .line 828
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.app.SearchableInfo.mSuggestIntentAction:Ljava/lang/String;
        24: .line 829
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.app.SearchableInfo.mSuggestIntentData:Ljava/lang/String;
        25: .line 830
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.SearchableInfo.mSuggestThreshold:I
        26: .line 832
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            istore 2 /* count */
        start local 2 // int count
        27: goto 30
        28: .line 833
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            new android.app.SearchableInfo$ActionKeyInfo
            dup
            aload 1 /* in */
            invokespecial android.app.SearchableInfo$ActionKeyInfo.<init>:(Landroid/os/Parcel;)V
            invokevirtual android.app.SearchableInfo.addActionKey:(Landroid/app/SearchableInfo$ActionKeyInfo;)V
        29: .line 832
            iinc 2 /* count */ -1
      StackMap locals:
      StackMap stack:
        30: iload 2 /* count */
            ifgt 28
        end local 2 // int count
        31: .line 836
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.app.SearchableInfo.mSuggestProviderPackage:Ljava/lang/String;
        32: .line 838
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.SearchableInfo.mVoiceSearchMode:I
        33: .line 839
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.SearchableInfo.mVoiceLanguageModeId:I
        34: .line 840
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.SearchableInfo.mVoicePromptTextId:I
        35: .line 841
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.SearchableInfo.mVoiceLanguageId:I
        36: .line 842
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.SearchableInfo.mVoiceMaxResults:I
        37: .line 843
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   38     0   this  Landroid/app/SearchableInfo;
            0   38     1     in  Landroid/os/Parcel;
           27   31     2  count  I
    MethodParameters:
      Name  Flags
      in    

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

  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.app.SearchableInfo this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 850
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mLabelId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 851
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSearchActivity:Landroid/content/ComponentName;
            aload 1 /* dest */
            iload 2 /* flags */
            invokevirtual android.content.ComponentName.writeToParcel:(Landroid/os/Parcel;I)V
         2: .line 852
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mHintId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 853
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSearchMode:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 854
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mIconId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 855
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSearchButtonText:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 856
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSearchInputType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         7: .line 857
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSearchImeOptions:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         8: .line 858
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mIncludeInGlobalSearch:Z
            ifeq 9
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack: android.os.Parcel
         9: iconst_0
      StackMap locals: android.app.SearchableInfo android.os.Parcel int
      StackMap stack: android.os.Parcel int
        10: invokevirtual android.os.Parcel.writeInt:(I)V
        11: .line 859
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mQueryAfterZeroResults:Z
            ifeq 12
            iconst_1
            goto 13
      StackMap locals:
      StackMap stack: android.os.Parcel
        12: iconst_0
      StackMap locals: android.app.SearchableInfo android.os.Parcel int
      StackMap stack: android.os.Parcel int
        13: invokevirtual android.os.Parcel.writeInt:(I)V
        14: .line 860
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mAutoUrlDetect:Z
            ifeq 15
            iconst_1
            goto 16
      StackMap locals:
      StackMap stack: android.os.Parcel
        15: iconst_0
      StackMap locals: android.app.SearchableInfo android.os.Parcel int
      StackMap stack: android.os.Parcel int
        16: invokevirtual android.os.Parcel.writeInt:(I)V
        17: .line 862
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSettingsDescriptionId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        18: .line 863
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSuggestAuthority:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
        19: .line 864
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSuggestPath:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
        20: .line 865
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSuggestSelection:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
        21: .line 866
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSuggestIntentAction:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
        22: .line 867
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSuggestIntentData:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
        23: .line 868
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSuggestThreshold:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        24: .line 870
            aload 0 /* this */
            getfield android.app.SearchableInfo.mActionKeys:Ljava/util/HashMap;
            ifnonnull 27
        25: .line 871
            aload 1 /* dest */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
        26: .line 872
            goto 32
        27: .line 873
      StackMap locals:
      StackMap stack:
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mActionKeys:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.size:()I
            invokevirtual android.os.Parcel.writeInt:(I)V
        28: .line 874
            aload 0 /* this */
            getfield android.app.SearchableInfo.mActionKeys:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 31
      StackMap locals: android.app.SearchableInfo android.os.Parcel int top java.util.Iterator
      StackMap stack:
        29: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast android.app.SearchableInfo$ActionKeyInfo
            astore 3 /* actionKey */
        start local 3 // android.app.SearchableInfo$ActionKeyInfo actionKey
        30: .line 875
            aload 3 /* actionKey */
            aload 1 /* dest */
            iload 2 /* flags */
            invokevirtual android.app.SearchableInfo$ActionKeyInfo.writeToParcel:(Landroid/os/Parcel;I)V
        end local 3 // android.app.SearchableInfo$ActionKeyInfo actionKey
        31: .line 874
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 29
        32: .line 879
      StackMap locals: android.app.SearchableInfo android.os.Parcel int
      StackMap stack:
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mSuggestProviderPackage:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
        33: .line 881
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mVoiceSearchMode:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        34: .line 882
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mVoiceLanguageModeId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        35: .line 883
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mVoicePromptTextId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        36: .line 884
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mVoiceLanguageId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        37: .line 885
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo.mVoiceMaxResults:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        38: .line 886
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.app.SearchableInfo this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   39     0       this  Landroid/app/SearchableInfo;
            0   39     1       dest  Landroid/os/Parcel;
            0   39     2      flags  I
           30   31     3  actionKey  Landroid/app/SearchableInfo$ActionKeyInfo;
    MethodParameters:
       Name  Flags
      dest   
      flags  
}
SourceFile: "SearchableInfo.java"
NestMembers:
  android.app.SearchableInfo$1  android.app.SearchableInfo$ActionKeyInfo
InnerClasses:
  android.app.SearchableInfo$1
  public ActionKeyInfo = android.app.SearchableInfo$ActionKeyInfo of android.app.SearchableInfo
  public NameNotFoundException = android.content.pm.PackageManager$NameNotFoundException of android.content.pm.PackageManager
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable