Home
last modified time | relevance | path

Searched refs:AppsQueryHelper (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppsQueryHelperTests.java31 private AppsQueryHelper mAppsQueryHelper;
48 List<String> apps = mAppsQueryHelper.queryApps(AppsQueryHelper.GET_NON_LAUNCHABLE_APPS, in testQueryAppsNonLaunchable()
52 apps = mAppsQueryHelper.queryApps(AppsQueryHelper.GET_NON_LAUNCHABLE_APPS, in testQueryAppsNonLaunchable()
69 AppsQueryHelper.GET_NON_LAUNCHABLE_APPS in testQueryApps()
70 |AppsQueryHelper.GET_APPS_WITH_INTERACT_ACROSS_USERS_PERM, in testQueryApps()
75 AppsQueryHelper.GET_NON_LAUNCHABLE_APPS in testQueryApps()
76 |AppsQueryHelper.GET_APPS_WITH_INTERACT_ACROSS_USERS_PERM, in testQueryApps()
83 List<String> apps = mAppsQueryHelper.queryApps(AppsQueryHelper.GET_IMES, in testQueryAppsImes()
88 apps = mAppsQueryHelper.queryApps(AppsQueryHelper.GET_IMES, false, in testQueryAppsImes()
100 apps = mAppsQueryHelper.queryApps(AppsQueryHelper.GET_REQUIRED_FOR_SYSTEM_USER, false, in testQueryAppsRequiredForSystemUser()
[all …]
/aosp14/frameworks/base/core/java/android/content/pm/
H A DAppsQueryHelper.java37 public class AppsQueryHelper { class
62 public AppsQueryHelper(IPackageManager packageManager) { in AppsQueryHelper() method in AppsQueryHelper
66 public AppsQueryHelper() { in AppsQueryHelper() method in AppsQueryHelper
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt11075 Landroid/content/pm/AppsQueryHelper;-><init>()V
11076 Landroid/content/pm/AppsQueryHelper;-><init>(Landroid/content/pm/IPackageManager;)V
11077 Landroid/content/pm/AppsQueryHelper;->getAllApps(I)Ljava/util/List;
11078 Landroid/content/pm/AppsQueryHelper;->getPackagesHoldingPermission(Ljava/lang/String;I)Ljava/util/L…
11079 Landroid/content/pm/AppsQueryHelper;->GET_APPS_WITH_INTERACT_ACROSS_USERS_PERM:I
11080 Landroid/content/pm/AppsQueryHelper;->GET_IMES:I
11081 Landroid/content/pm/AppsQueryHelper;->GET_NON_LAUNCHABLE_APPS:I
11082 Landroid/content/pm/AppsQueryHelper;->GET_REQUIRED_FOR_SYSTEM_USER:I
11083 Landroid/content/pm/AppsQueryHelper;->mAllApps:Ljava/util/List;
11084 Landroid/content/pm/AppsQueryHelper;->mPackageManager:Landroid/content/pm/IPackageManager;
[all …]