Searched refs:queryApps (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | AppsQueryHelperTests.java | 40 List<String> apps = mAppsQueryHelper.queryApps(0, true, UserHandle.SYSTEM); in testQueryAppsSystemAppsOnly() 43 apps = mAppsQueryHelper.queryApps(0, false, UserHandle.SYSTEM); in testQueryAppsSystemAppsOnly() 48 List<String> apps = mAppsQueryHelper.queryApps(AppsQueryHelper.GET_NON_LAUNCHABLE_APPS, in testQueryAppsNonLaunchable() 52 apps = mAppsQueryHelper.queryApps(AppsQueryHelper.GET_NON_LAUNCHABLE_APPS, in testQueryAppsNonLaunchable() 58 List<String> apps = mAppsQueryHelper.queryApps( in testQueryAppsInteractAcrossUser() 62 apps = mAppsQueryHelper.queryApps( in testQueryAppsInteractAcrossUser() 68 List<String> apps = mAppsQueryHelper.queryApps( in testQueryApps() 74 apps = mAppsQueryHelper.queryApps( in testQueryApps() 83 List<String> apps = mAppsQueryHelper.queryApps(AppsQueryHelper.GET_IMES, in testQueryAppsImes() 88 apps = mAppsQueryHelper.queryApps(AppsQueryHelper.GET_IMES, false, in testQueryAppsImes() [all …]
|
/frameworks/base/core/java/android/content/pm/ |
D | AppsQueryHelper.java | 77 public List<String> queryApps(int flags, boolean systemAppsOnly, UserHandle user) { in queryApps() method in AppsQueryHelper
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | ContextHubTransactionManager.java | 268 return mContextHubProxy.queryApps(contextHubId);
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 2387 List<String> allAps = queryHelper.queryApps(0, /* systemAppsOnly */ false, in enableSystemUserPackages() 2397 enableApps.addAll(queryHelper.queryApps(AppsQueryHelper.GET_NON_LAUNCHABLE_APPS in enableSystemUserPackages() 2400 enableApps.addAll(queryHelper.queryApps(AppsQueryHelper.GET_REQUIRED_FOR_SYSTEM_USER, in enableSystemUserPackages()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 7128 HSPLandroid/hardware/contexthub/V1_0/IContexthub$Proxy;->queryApps(I)I
|
D | hiddenapi-greylist-max-o.txt | 13972 Landroid/content/pm/AppsQueryHelper;->queryApps(IZLandroid/os/UserHandle;)Ljava/util/List;
|