Home
last modified time | relevance | path

Searched refs:queryIntentActivitiesInternal (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPreferredActivityHelper.java145 final List<ResolveInfo> resolveInfos = snapshot.queryIntentActivitiesInternal( in updateDefaultHomeNotLocked()
705 final List<ResolveInfo> query = snapshot.queryIntentActivitiesInternal(intent,
731 final List<ResolveInfo> query = snapshot.queryIntentActivitiesInternal(intent,
748 final List<ResolveInfo> query = snapshot.queryIntentActivitiesInternal(intent,
H A DComputer.java112 @NonNull List<ResolveInfo> queryIntentActivitiesInternal(Intent intent, String resolvedType, in queryIntentActivitiesInternal() method
116 @NonNull List<ResolveInfo> queryIntentActivitiesInternal(Intent intent, String resolvedType, in queryIntentActivitiesInternal() method
118 @NonNull List<ResolveInfo> queryIntentActivitiesInternal(Intent intent, String resolvedType, in queryIntentActivitiesInternal() method
H A DResolveIntentHelper.java190 final List<ResolveInfo> query = computer.queryIntentActivitiesInternal(intent, in resolveIntentInternal()
349 … List<ResolveInfo> ris = computer.queryIntentActivitiesInternal(intentToResolve, resolvedType, in getLaunchIntentSenderForPackage()
357 ris = computer.queryIntentActivitiesInternal(intentToResolve, resolvedType, in getLaunchIntentSenderForPackage()
662 final List<ResolveInfo> results = computer.queryIntentActivitiesInternal(intent, in queryIntentActivityOptionsInternal()
H A DPackageManagerInternalBase.java310 return snapshot().queryIntentActivitiesInternal(intent, resolvedType, flags, in queryIntentActivities()
H A DComputerEngine.java499 public final @NonNull List<ResolveInfo> queryIntentActivitiesInternal(Intent intent, in queryIntentActivitiesInternal() method in ComputerEngine
619 public final List<ResolveInfo> queryIntentActivitiesInternal(Intent intent, String resolvedType, in queryIntentActivitiesInternal() method in ComputerEngine
621 return queryIntentActivitiesInternal( in queryIntentActivitiesInternal()
626 public final @NonNull List<ResolveInfo> queryIntentActivitiesInternal(Intent intent, in queryIntentActivitiesInternal() method in ComputerEngine
628 return queryIntentActivitiesInternal( in queryIntentActivitiesInternal()
825 final List<ResolveInfo> result = queryIntentActivitiesInternal( in findInstallFailureActivity()
1060 List<ResolveInfo> resolveInfos = queryIntentActivitiesInternal(intent, null, in getHomeActivitiesAsUser()
H A DIPackageManagerBase.java1000 return new ParceledListSlice<>(snapshot().queryIntentActivitiesInternal(intent, in queryIntentActivities()
H A DPackageManagerService.java2510 final List<ResolveInfo> matches = computer.queryIntentActivitiesInternal(intent,
2545 final List<ResolveInfo> matches = computer.queryIntentActivitiesInternal(intent, null,
2705 matches = computer.queryIntentActivitiesInternal(intent, PACKAGE_MIME_TYPE,
2741 List<ResolveInfo> matches = computer.queryIntentActivitiesInternal(intent, null,
3642 final List<ResolveInfo> matches = computer.queryIntentActivitiesInternal(intent, null,
3658 final List<ResolveInfo> matches = computer.queryIntentActivitiesInternal(intent, null,
H A DSettings.java4353 service.snapshotComputer().queryIntentActivitiesInternal(launcherIntent,
/aosp14/frameworks/base/services/
H A Dart-profile5775 HSPLcom/android/server/pm/ComputerEngine;->queryIntentActivitiesInternal(Landroid/content/Intent;Lj…
5776 HSPLcom/android/server/pm/ComputerEngine;->queryIntentActivitiesInternal(Landroid/content/Intent;Lj…