Searched refs:queryIntentActivitiesAsUser (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DAppsQueryHelper.java101 final List<ResolveInfo> resolveInfos = queryIntentActivitiesAsUser(intent,
179 protected List<ResolveInfo> queryIntentActivitiesAsUser(Intent intent, int userId) { method in class:AppsQueryHelper
H A DPackageManager.java3838 public abstract List<ResolveInfo> queryIntentActivitiesAsUser(Intent intent, method in class:PackageManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DPreviewInflater.java125 final List<ResolveInfo> appList = packageManager.queryIntentActivitiesAsUser(
164 final List<ResolveInfo> appList = packageManager.queryIntentActivitiesAsUser(
/frameworks/base/telecomm/java/android/telecom/
H A DDefaultDialerManager.java160 packageManager.queryIntentActivitiesAsUser(intent, 0, userId);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppsQueryHelperTests.java127 protected List<ResolveInfo> queryIntentActivitiesAsUser(Intent intent, int userId) { method in class:AppsQueryHelperTests.AppsQueryHelperTestable
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DTileUtils.java197 List<ResolveInfo> results = pm.queryIntentActivitiesAsUser(intent,
/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java290 List<ResolveInfo> apps = mPm.queryIntentActivitiesAsUser(mainIntent,
543 List<ResolveInfo> apps = mPm.queryIntentActivitiesAsUser(launchIntent,
H A DShortcutService.java3027 * Same as queryIntentActivitiesAsUser, except it makes sure the package is installed,
3041 mContext.getPackageManager().queryIntentActivitiesAsUser(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsApplication.java287 List<ResolveInfo> sendToActivities = packageManager.queryIntentActivitiesAsUser(intent, 0,
733 List<ResolveInfo> resolveInfoList = packageManager.queryIntentActivitiesAsUser(
/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java377 public List<ResolveInfo> queryIntentActivitiesAsUser(Intent intent, method in class:MockPackageManager
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePackageManager.java355 public List<ResolveInfo> queryIntentActivitiesAsUser(Intent intent, int flags, int userId) { method in class:BridgePackageManager
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java814 return queryIntentActivitiesAsUser(intent, flags, mContext.getUserId());
820 public List<ResolveInfo> queryIntentActivitiesAsUser(Intent intent, method in class:ApplicationPackageManager
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java856 List<ResolveInfo> intents = mPm.queryIntentActivitiesAsUser(

Completed in 285 milliseconds