Home
last modified time | relevance | path

Searched refs:filterToApprovedApp (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationManagerInternal.java375 Pair<List<ResolveInfo>, Integer> filterToApprovedApp(@NonNull Intent intent, in filterToApprovedApp() method
H A DDomainVerificationService.java1543 public Pair<List<ResolveInfo>, Integer> filterToApprovedApp(@NonNull Intent intent, in filterToApprovedApp() method in DomainVerificationService
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileIntentResolverEngine.java546 .filterToApprovedApp(intent, undefinedList, userId, pkgSettingFunction); in filterCandidatesWithDomainPreferredActivitiesLPrBody()