Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/resolution/
DComponentResolver.java589 final List<ParsedIntentInfo> intentListCopy = in adjustPriority() local
595 getIntentListSubset(intentListCopy, IntentFilter::actionsIterator, actionsIterator); in adjustPriority()
596 if (intentListCopy.size() == 0) { in adjustPriority()
612 getIntentListSubset(intentListCopy, IntentFilter::categoriesIterator, in adjustPriority()
614 if (intentListCopy.size() == 0) { in adjustPriority()
630 getIntentListSubset(intentListCopy, IntentFilter::schemesIterator, schemesIterator); in adjustPriority()
631 if (intentListCopy.size() == 0) { in adjustPriority()
648 getIntentListSubset(intentListCopy, IntentFilter::authoritiesIterator, in adjustPriority()
650 if (intentListCopy.size() == 0) { in adjustPriority()
665 for (int i = intentListCopy.size() - 1; i >= 0; --i) { in adjustPriority()
[all …]