public class android.content.pm.AppsQueryHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.content.pm.AppsQueryHelper
  super_class: java.lang.Object
{
  public static int GET_NON_LAUNCHABLE_APPS;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static int GET_APPS_WITH_INTERACT_ACROSS_USERS_PERM;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static int GET_IMES;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static int GET_REQUIRED_FOR_SYSTEM_USER;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  private final android.content.pm.IPackageManager mPackageManager;
    descriptor: Landroid/content/pm/IPackageManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.util.List<android.content.pm.ApplicationInfo> mAllApps;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Landroid/content/pm/ApplicationInfo;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 42
            iconst_1
            putstatic android.content.pm.AppsQueryHelper.GET_NON_LAUNCHABLE_APPS:I
         1: .line 47
            iconst_2
            putstatic android.content.pm.AppsQueryHelper.GET_APPS_WITH_INTERACT_ACROSS_USERS_PERM:I
         2: .line 52
            iconst_4
            putstatic android.content.pm.AppsQueryHelper.GET_IMES:I
         3: .line 57
            bipush 8
            putstatic android.content.pm.AppsQueryHelper.GET_REQUIRED_FOR_SYSTEM_USER:I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(android.content.pm.IPackageManager);
    descriptor: (Landroid/content/pm/IPackageManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.pm.AppsQueryHelper this
        start local 1 // android.content.pm.IPackageManager packageManager
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            aload 1 /* packageManager */
            putfield android.content.pm.AppsQueryHelper.mPackageManager:Landroid/content/pm/IPackageManager;
         2: .line 64
            return
        end local 1 // android.content.pm.IPackageManager packageManager
        end local 0 // android.content.pm.AppsQueryHelper this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Landroid/content/pm/AppsQueryHelper;
            0    3     1  packageManager  Landroid/content/pm/IPackageManager;
    MethodParameters:
                Name  Flags
      packageManager  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.content.pm.AppsQueryHelper this
         0: .line 67
            aload 0 /* this */
            invokestatic android.app.AppGlobals.getPackageManager:()Landroid/content/pm/IPackageManager;
            invokespecial android.content.pm.AppsQueryHelper.<init>:(Landroid/content/pm/IPackageManager;)V
         1: .line 68
            return
        end local 0 // android.content.pm.AppsQueryHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/content/pm/AppsQueryHelper;

  public java.util.List<java.lang.String> queryApps(int, boolean, android.os.UserHandle);
    descriptor: (IZLandroid/os/UserHandle;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.content.pm.AppsQueryHelper this
         0: .line 123
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tManifest cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.AppsQueryHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/AppsQueryHelper;
    Signature: (IZLandroid/os/UserHandle;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
                Name  Flags
      flags           
      systemAppsOnly  
      user            

  protected java.util.List<android.content.pm.ApplicationInfo> getAllApps(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.content.pm.AppsQueryHelper this
        start local 1 // int userId
         0: .line 171
            aload 0 /* this */
            getfield android.content.pm.AppsQueryHelper.mPackageManager:Landroid/content/pm/IPackageManager;
         1: .line 172
            sipush 8704
         2: .line 173
            iload 1 /* userId */
         3: .line 171
            invokeinterface android.content.pm.IPackageManager.getInstalledApplications:(II)Landroid/content/pm/ParceledListSlice;
         4: .line 173
            invokevirtual android.content.pm.ParceledListSlice.getList:()Ljava/util/List;
         5: .line 171
            areturn
         6: .line 174
      StackMap locals:
      StackMap stack: android.os.RemoteException
            astore 2 /* e */
        start local 2 // android.os.RemoteException e
         7: .line 175
            aload 2 /* e */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // android.os.RemoteException e
        end local 1 // int userId
        end local 0 // android.content.pm.AppsQueryHelper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Landroid/content/pm/AppsQueryHelper;
            0    8     1  userId  I
            7    8     2       e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     5       6  Class android.os.RemoteException
    Signature: (I)Ljava/util/List<Landroid/content/pm/ApplicationInfo;>;
    RuntimeInvisibleAnnotations: 
      com.android.internal.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.android.internal.annotations.VisibleForTesting()
    MethodParameters:
        Name  Flags
      userId  

  protected java.util.List<android.content.pm.ResolveInfo> queryIntentActivitiesAsUser(android.content.Intent, int);
    descriptor: (Landroid/content/Intent;I)Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // android.content.pm.AppsQueryHelper this
        start local 1 // android.content.Intent intent
        start local 2 // int userId
         0: .line 182
            aload 0 /* this */
            getfield android.content.pm.AppsQueryHelper.mPackageManager:Landroid/content/pm/IPackageManager;
            aload 1 /* intent */
            aconst_null
         1: .line 183
            ldc 795136
         2: .line 187
            iload 2 /* userId */
         3: .line 182
            invokeinterface android.content.pm.IPackageManager.queryIntentActivities:(Landroid/content/Intent;Ljava/lang/String;II)Landroid/content/pm/ParceledListSlice;
         4: .line 187
            invokevirtual android.content.pm.ParceledListSlice.getList:()Ljava/util/List;
         5: .line 182
            areturn
         6: .line 188
      StackMap locals:
      StackMap stack: android.os.RemoteException
            astore 3 /* e */
        start local 3 // android.os.RemoteException e
         7: .line 189
            aload 3 /* e */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            athrow
        end local 3 // android.os.RemoteException e
        end local 2 // int userId
        end local 1 // android.content.Intent intent
        end local 0 // android.content.pm.AppsQueryHelper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Landroid/content/pm/AppsQueryHelper;
            0    8     1  intent  Landroid/content/Intent;
            0    8     2  userId  I
            7    8     3       e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     5       6  Class android.os.RemoteException
    Signature: (Landroid/content/Intent;I)Ljava/util/List<Landroid/content/pm/ResolveInfo;>;
    RuntimeInvisibleAnnotations: 
      com.android.internal.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.android.internal.annotations.VisibleForTesting()
    MethodParameters:
        Name  Flags
      intent  
      userId  

  protected java.util.List<android.content.pm.ResolveInfo> queryIntentServicesAsUser(android.content.Intent, int);
    descriptor: (Landroid/content/Intent;I)Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // android.content.pm.AppsQueryHelper this
        start local 1 // android.content.Intent intent
        start local 2 // int userId
         0: .line 196
            aload 0 /* this */
            getfield android.content.pm.AppsQueryHelper.mPackageManager:Landroid/content/pm/IPackageManager;
            aload 1 /* intent */
            aconst_null
         1: .line 197
            ldc 819328
         2: .line 200
            iload 2 /* userId */
         3: .line 196
            invokeinterface android.content.pm.IPackageManager.queryIntentServices:(Landroid/content/Intent;Ljava/lang/String;II)Landroid/content/pm/ParceledListSlice;
         4: .line 201
            invokevirtual android.content.pm.ParceledListSlice.getList:()Ljava/util/List;
         5: .line 196
            areturn
         6: .line 202
      StackMap locals:
      StackMap stack: android.os.RemoteException
            astore 3 /* e */
        start local 3 // android.os.RemoteException e
         7: .line 203
            aload 3 /* e */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            athrow
        end local 3 // android.os.RemoteException e
        end local 2 // int userId
        end local 1 // android.content.Intent intent
        end local 0 // android.content.pm.AppsQueryHelper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Landroid/content/pm/AppsQueryHelper;
            0    8     1  intent  Landroid/content/Intent;
            0    8     2  userId  I
            7    8     3       e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     5       6  Class android.os.RemoteException
    Signature: (Landroid/content/Intent;I)Ljava/util/List<Landroid/content/pm/ResolveInfo;>;
    RuntimeInvisibleAnnotations: 
      com.android.internal.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.android.internal.annotations.VisibleForTesting()
    MethodParameters:
        Name  Flags
      intent  
      userId  

  protected java.util.List<android.content.pm.PackageInfo> getPackagesHoldingPermission(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // android.content.pm.AppsQueryHelper this
        start local 1 // java.lang.String perm
        start local 2 // int userId
         0: .line 211
            aload 0 /* this */
            getfield android.content.pm.AppsQueryHelper.mPackageManager:Landroid/content/pm/IPackageManager;
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 1 /* perm */
            aastore
            iconst_0
         1: .line 212
            iload 2 /* userId */
         2: .line 211
            invokeinterface android.content.pm.IPackageManager.getPackagesHoldingPermissions:([Ljava/lang/String;II)Landroid/content/pm/ParceledListSlice;
         3: .line 212
            invokevirtual android.content.pm.ParceledListSlice.getList:()Ljava/util/List;
         4: .line 211
            areturn
         5: .line 213
      StackMap locals:
      StackMap stack: android.os.RemoteException
            astore 3 /* e */
        start local 3 // android.os.RemoteException e
         6: .line 214
            aload 3 /* e */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            athrow
        end local 3 // android.os.RemoteException e
        end local 2 // int userId
        end local 1 // java.lang.String perm
        end local 0 // android.content.pm.AppsQueryHelper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Landroid/content/pm/AppsQueryHelper;
            0    7     1    perm  Ljava/lang/String;
            0    7     2  userId  I
            6    7     3       e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     4       5  Class android.os.RemoteException
    Signature: (Ljava/lang/String;I)Ljava/util/List<Landroid/content/pm/PackageInfo;>;
    RuntimeInvisibleAnnotations: 
      com.android.internal.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.android.internal.annotations.VisibleForTesting()
    MethodParameters:
        Name  Flags
      perm    
      userId  
}
SourceFile: "AppsQueryHelper.java"