Searched refs:queryIntentReceiversInternal (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ResolveIntentHelper.java | 389 public List<ResolveInfo> queryIntentReceiversInternal(Computer computer, Intent intent, in queryIntentReceiversInternal() method in ResolveIntentHelper 392 return queryIntentReceiversInternal(computer, intent, resolvedType, flags, userId, in queryIntentReceiversInternal() 400 public List<ResolveInfo> queryIntentReceiversInternal(Computer computer, Intent intent, in queryIntentReceiversInternal() method in ResolveIntentHelper
|
H A D | PackageManagerInternalBase.java | 319 return getResolveIntentHelper().queryIntentReceiversInternal(snapshot(), intent, in queryIntentReceivers()
|
H A D | IPackageManagerBase.java | 1049 return new ParceledListSlice<>(mResolveIntentHelper.queryIntentReceiversInternal( in queryIntentReceivers()
|
H A D | PackageManagerService.java | 2455 mResolveIntentHelper.queryIntentReceiversInternal(computer, intent, 2565 mResolveIntentHelper.queryIntentReceiversInternal(computer, intent, 2596 mResolveIntentHelper.queryIntentReceiversInternal(computer, intent, null, 2968 return new ParceledListSlice<>(mResolveIntentHelper.queryIntentReceiversInternal(
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 6671 HSPLcom/android/server/pm/ResolveIntentHelper;->queryIntentReceiversInternal(Lcom/android/server/pm… 6672 HSPLcom/android/server/pm/ResolveIntentHelper;->queryIntentReceiversInternal(Lcom/android/server/pm…
|