Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DComponentResolver.java1024 final List<ParsedIntentInfo> intentListCopy = in adjustPriority() local
1030 getIntentListSubset(intentListCopy, IntentFilter::actionsIterator, actionsIterator); in adjustPriority()
1031 if (intentListCopy.size() == 0) { in adjustPriority()
1047 getIntentListSubset(intentListCopy, IntentFilter::categoriesIterator, in adjustPriority()
1049 if (intentListCopy.size() == 0) { in adjustPriority()
1065 getIntentListSubset(intentListCopy, IntentFilter::schemesIterator, schemesIterator); in adjustPriority()
1066 if (intentListCopy.size() == 0) { in adjustPriority()
1083 getIntentListSubset(intentListCopy, IntentFilter::authoritiesIterator, in adjustPriority()
1085 if (intentListCopy.size() == 0) { in adjustPriority()
1100 for (int i = intentListCopy.size() - 1; i >= 0; --i) { in adjustPriority()
[all …]