Searched refs:AppsQueryHelper (Results 1 – 2 of 2) sorted by relevance
31 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()59 AppsQueryHelper.GET_APPS_WITH_INTERACT_ACROSS_USERS_PERM, true, UserHandle.SYSTEM); in testQueryAppsInteractAcrossUser()63 AppsQueryHelper.GET_APPS_WITH_INTERACT_ACROSS_USERS_PERM, false, UserHandle.SYSTEM); in testQueryAppsInteractAcrossUser()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()[all …]
37 public class AppsQueryHelper { class62 public AppsQueryHelper(IPackageManager packageManager) { in AppsQueryHelper() method in AppsQueryHelper66 public AppsQueryHelper() { in AppsQueryHelper() method in AppsQueryHelper