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/
DPackageManagerService.java13830 final List<ActivityIntentInfo> intentListCopy = in adjustPriority() local
13838 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 …]