public class android.content.pm.LauncherApps$ShortcutQuery
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.content.pm.LauncherApps$ShortcutQuery
  super_class: java.lang.Object
{
  public static final int FLAG_MATCH_DYNAMIC;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int FLAG_GET_DYNAMIC;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

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

  public static final int FLAG_GET_PINNED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

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

  public static final int FLAG_GET_MANIFEST;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

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

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

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

  public static final int FLAG_GET_ALL_KINDS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 11
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

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

  long mChangedSince;
    descriptor: J
    flags: (0x0000) 

  java.lang.String mPackage;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.util.List<java.lang.String> mShortcutIds;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Ljava/lang/String;>;

  android.content.ComponentName mActivity;
    descriptor: Landroid/content/ComponentName;
    flags: (0x0000) 

  int mQueryFlags;
    descriptor: I
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.pm.LauncherApps$ShortcutQuery this
         0: .line 395
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 396
            return
        end local 0 // android.content.pm.LauncherApps$ShortcutQuery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/content/pm/LauncherApps$ShortcutQuery;

  public android.content.pm.LauncherApps$ShortcutQuery setChangedSince(long);
    descriptor: (J)Landroid/content/pm/LauncherApps$ShortcutQuery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.content.pm.LauncherApps$ShortcutQuery this
        start local 1 // long changedSince
         0: .line 404
            aload 0 /* this */
            lload 1 /* changedSince */
            putfield android.content.pm.LauncherApps$ShortcutQuery.mChangedSince:J
         1: .line 405
            aload 0 /* this */
            areturn
        end local 1 // long changedSince
        end local 0 // android.content.pm.LauncherApps$ShortcutQuery this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Landroid/content/pm/LauncherApps$ShortcutQuery;
            0    2     1  changedSince  J
    MethodParameters:
              Name  Flags
      changedSince  

  public android.content.pm.LauncherApps$ShortcutQuery setPackage(java.lang.String);
    descriptor: (Ljava/lang/String;)Landroid/content/pm/LauncherApps$ShortcutQuery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.pm.LauncherApps$ShortcutQuery this
        start local 1 // java.lang.String packageName
         0: .line 412
            aload 0 /* this */
            aload 1 /* packageName */
            putfield android.content.pm.LauncherApps$ShortcutQuery.mPackage:Ljava/lang/String;
         1: .line 413
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String packageName
        end local 0 // android.content.pm.LauncherApps$ShortcutQuery this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Landroid/content/pm/LauncherApps$ShortcutQuery;
            0    2     1  packageName  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      packageName  

  public android.content.pm.LauncherApps$ShortcutQuery setShortcutIds(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Landroid/content/pm/LauncherApps$ShortcutQuery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.pm.LauncherApps$ShortcutQuery this
        start local 1 // java.util.List shortcutIds
         0: .line 421
            aload 0 /* this */
            aload 1 /* shortcutIds */
            putfield android.content.pm.LauncherApps$ShortcutQuery.mShortcutIds:Ljava/util/List;
         1: .line 422
            aload 0 /* this */
            areturn
        end local 1 // java.util.List shortcutIds
        end local 0 // android.content.pm.LauncherApps$ShortcutQuery this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Landroid/content/pm/LauncherApps$ShortcutQuery;
            0    2     1  shortcutIds  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Landroid/content/pm/LauncherApps$ShortcutQuery;
    MethodParameters:
             Name  Flags
      shortcutIds  

  public android.content.pm.LauncherApps$ShortcutQuery setActivity(android.content.ComponentName);
    descriptor: (Landroid/content/ComponentName;)Landroid/content/pm/LauncherApps$ShortcutQuery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.pm.LauncherApps$ShortcutQuery this
        start local 1 // android.content.ComponentName activity
         0: .line 431
            aload 0 /* this */
            aload 1 /* activity */
            putfield android.content.pm.LauncherApps$ShortcutQuery.mActivity:Landroid/content/ComponentName;
         1: .line 432
            aload 0 /* this */
            areturn
        end local 1 // android.content.ComponentName activity
        end local 0 // android.content.pm.LauncherApps$ShortcutQuery this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Landroid/content/pm/LauncherApps$ShortcutQuery;
            0    2     1  activity  Landroid/content/ComponentName;
    MethodParameters:
          Name  Flags
      activity  

  public android.content.pm.LauncherApps$ShortcutQuery setQueryFlags(int);
    descriptor: (I)Landroid/content/pm/LauncherApps$ShortcutQuery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.pm.LauncherApps$ShortcutQuery this
        start local 1 // int queryFlags
         0: .line 447
            aload 0 /* this */
            iload 1 /* queryFlags */
            putfield android.content.pm.LauncherApps$ShortcutQuery.mQueryFlags:I
         1: .line 448
            aload 0 /* this */
            areturn
        end local 1 // int queryFlags
        end local 0 // android.content.pm.LauncherApps$ShortcutQuery this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Landroid/content/pm/LauncherApps$ShortcutQuery;
            0    2     1  queryFlags  I
    MethodParameters:
            Name  Flags
      queryFlags  
}
SourceFile: "LauncherApps.java"
NestHost: android.content.pm.LauncherApps
InnerClasses:
  public ShortcutQuery = android.content.pm.LauncherApps$ShortcutQuery of android.content.pm.LauncherApps
  public abstract QueryFlags = android.content.pm.LauncherApps$ShortcutQuery$QueryFlags of android.content.pm.LauncherApps$ShortcutQuery