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/
DComponentResolver.java857 final List<ActivityIntentInfo> intentListCopy = new ArrayList<>(foundActivity.intents); in adjustPriority() local
863 getIntentListSubset(intentListCopy, new ActionIterGenerator(), actionsIterator); in adjustPriority()
864 if (intentListCopy.size() == 0) { in adjustPriority()
880 getIntentListSubset(intentListCopy, new CategoriesIterGenerator(), categoriesIterator); in adjustPriority()
881 if (intentListCopy.size() == 0) { in adjustPriority()
897 getIntentListSubset(intentListCopy, new SchemesIterGenerator(), schemesIterator); in adjustPriority()
898 if (intentListCopy.size() == 0) { in adjustPriority()
915 getIntentListSubset(intentListCopy, new AuthoritiesIterGenerator(), in adjustPriority()
917 if (intentListCopy.size() == 0) { in adjustPriority()
932 for (int i = intentListCopy.size() - 1; i >= 0; --i) { in adjustPriority()
[all …]