public class android.app.SearchableInfo$ActionKeyInfo implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.app.SearchableInfo$ActionKeyInfo
  super_class: java.lang.Object
{
  private final int mKeyCode;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  void <init>(android.content.Context, android.util.AttributeSet);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.app.SearchableInfo$ActionKeyInfo 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$ActionKeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SearchableInfo$ActionKeyInfo;
    MethodParameters:
                 Name  Flags
      activityContext  
      attr             

  private void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.SearchableInfo$ActionKeyInfo this
        start local 1 // android.os.Parcel in
         0: .line 434
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 435
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.SearchableInfo$ActionKeyInfo.mKeyCode:I
         2: .line 436
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.app.SearchableInfo$ActionKeyInfo.mQueryActionMsg:Ljava/lang/String;
         3: .line 437
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.app.SearchableInfo$ActionKeyInfo.mSuggestActionMsg:Ljava/lang/String;
         4: .line 438
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.app.SearchableInfo$ActionKeyInfo.mSuggestActionMsgColumn:Ljava/lang/String;
         5: .line 439
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.app.SearchableInfo$ActionKeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/app/SearchableInfo$ActionKeyInfo;
            0    6     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

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

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

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

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

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

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.app.SearchableInfo$ActionKeyInfo this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 478
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo$ActionKeyInfo.mKeyCode:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 479
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo$ActionKeyInfo.mQueryActionMsg:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         2: .line 480
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo$ActionKeyInfo.mSuggestActionMsg:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         3: .line 481
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.SearchableInfo$ActionKeyInfo.mSuggestActionMsgColumn:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         4: .line 482
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.app.SearchableInfo$ActionKeyInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/app/SearchableInfo$ActionKeyInfo;
            0    5     1   dest  Landroid/os/Parcel;
            0    5     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  
}
SourceFile: "SearchableInfo.java"
NestHost: android.app.SearchableInfo
InnerClasses:
  public ActionKeyInfo = android.app.SearchableInfo$ActionKeyInfo of android.app.SearchableInfo