Searched refs:queryApps (Results 1 – 3 of 3) 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/jni/ |
D | com_android_server_location_ContextHubService.cpp | 422 Result r = db.hubInfo.contextHub->queryApps(hubId); in queryHubForApps() 1133 result = db.hubInfo.contextHub->queryApps(hubId); in nativeSendMessage()
|