Searched refs:GET_NON_LAUNCHABLE_APPS (Results 1 – 3 of 3) sorted by relevance
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()75 AppsQueryHelper.GET_NON_LAUNCHABLE_APPS in testQueryApps()
42 public static int GET_NON_LAUNCHABLE_APPS = 1; field in AppsQueryHelper78 boolean nonLaunchableApps = (flags & GET_NON_LAUNCHABLE_APPS) > 0; in queryApps()
2183 enableApps.addAll(queryHelper.queryApps(AppsQueryHelper.GET_NON_LAUNCHABLE_APPS in enableSystemUserPackages()