Home
last modified time | relevance | path

Searched refs:filterIfNotSystemUser (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DDefaultCrossProfileResolver.java91 return filterIfNotSystemUser(xpResult, userId); in resolveIntent()
249 filterIfNotSystemUser(Collections.singletonList(resultInfo), sourceUserId); in queryCrossProfileIntents()
H A DCrossProfileResolver.java108 protected final List<CrossProfileDomainInfo> filterIfNotSystemUser( in filterIfNotSystemUser() method in CrossProfileResolver
H A DNoFilteringResolver.java111 return filterIfNotSystemUser(crossProfileDomainInfos, userId); in resolveIntent()
H A DComputerEngine.java756 result.addAll(filterIfNotSystemUser(mComponentResolver.queryActivities(this, in queryIntentActivitiesInternalBody()
779 result.addAll(filterIfNotSystemUser(mComponentResolver.queryActivities(this, in queryIntentActivitiesInternalBody()
1333 private List<ResolveInfo> filterIfNotSystemUser(List<ResolveInfo> resolveInfos, in filterIfNotSystemUser() method in ComputerEngine
/aosp14/frameworks/base/services/
H A Dart-profile5694 HSPLcom/android/server/pm/ComputerEngine;->filterIfNotSystemUser(Ljava/util/List;I)Ljava/util/List;…
5852 HPLcom/android/server/pm/CrossProfileResolver;->filterIfNotSystemUser(Ljava/util/List;I)Ljava/util/…