Searched refs:intentListCopy (Results 1 – 1 of 1) sorted by relevance
1024 final List<ParsedIntentInfo> intentListCopy = in adjustPriority() local1030 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 …]