Searched refs:intentListCopy (Results 1 – 1 of 1) sorted by relevance
13830 final List<ActivityIntentInfo> intentListCopy = in adjustPriority() local13838 intentListCopy, new ActionIterGenerator(), actionsIterator); in adjustPriority()13839 if (intentListCopy.size() == 0) { in adjustPriority()13855 getIntentListSubset(intentListCopy, new CategoriesIterGenerator(), in adjustPriority()13857 if (intentListCopy.size() == 0) { in adjustPriority()13873 getIntentListSubset(intentListCopy, new SchemesIterGenerator(), in adjustPriority()13875 if (intentListCopy.size() == 0) { in adjustPriority()13892 getIntentListSubset(intentListCopy, in adjustPriority()13895 if (intentListCopy.size() == 0) { in adjustPriority()13910 for (int i = intentListCopy.size() - 1; i >= 0; --i) { in adjustPriority()[all …]