Home
last modified time | relevance | path

Searched refs:CrossProfileIntentFilter (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileIntentResolver.java28 extends IntentResolver<CrossProfileIntentFilter, CrossProfileIntentFilter> {
30 protected CrossProfileIntentFilter[] newArray(int size) { in newArray()
31 return new CrossProfileIntentFilter[size]; in newArray()
35 protected boolean isPackageForFilter(String packageName, CrossProfileIntentFilter filter) { in isPackageForFilter()
40 protected void sortResults(List<CrossProfileIntentFilter> results) { in sortResults()
DCrossProfileIntentFilter.java33 class CrossProfileIntentFilter extends IntentFilter { class
46 CrossProfileIntentFilter(IntentFilter filter, String ownerPackage, int targetUserId, in CrossProfileIntentFilter() method in CrossProfileIntentFilter
66 CrossProfileIntentFilter(XmlPullParser parser) throws XmlPullParserException, IOException { in CrossProfileIntentFilter() method in CrossProfileIntentFilter
136 boolean equalsIgnoreFilter(CrossProfileIntentFilter other) { in equalsIgnoreFilter()
DSettings.java1499 CrossProfileIntentFilter cpif = new CrossProfileIntentFilter(parser); in readCrossProfileIntentFiltersLPw()
1814 for (final CrossProfileIntentFilter cpif : cpir.filterSet()) { in writeCrossProfileIntentFiltersLPr()
4032 ArraySet<CrossProfileIntentFilter> cpifs = in removeCrossProfileIntentFiltersLPw()
4033 new ArraySet<CrossProfileIntentFilter>(cpir.filterSet()); in removeCrossProfileIntentFiltersLPw()
4034 for (CrossProfileIntentFilter cpif : cpifs) { in removeCrossProfileIntentFiltersLPw()
DPackageManagerService.java5342 List<CrossProfileIntentFilter> matches =
5372 private List<CrossProfileIntentFilter> getMatchingCrossProfileIntentFilters(Intent intent,
5424 List<CrossProfileIntentFilter> matchingFilters =
5776 List<CrossProfileIntentFilter> matchingFilters, Intent intent, String resolvedType,
5781 CrossProfileIntentFilter filter = matchingFilters.get(i);
5798 List<CrossProfileIntentFilter> matchingFilters, Intent intent, String resolvedType,
5807 CrossProfileIntentFilter filter = matchingFilters.get(i);
5832 private ResolveInfo createForwardingResolveInfo(CrossProfileIntentFilter filter, Intent intent,
17532 CrossProfileIntentFilter newFilter = new CrossProfileIntentFilter(intentFilter,
17536 ArrayList<CrossProfileIntentFilter> existing = resolver.findFilters(intentFilter);
[all …]