Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutParser.java129 final int maxShortcuts = service.getMaxActivityShortcuts(); in parseShortcutsOneFile() local
175 if (numShortcuts >= maxShortcuts) { in parseShortcutsOneFile()
176 Log.e(TAG, "More than " + maxShortcuts + " shortcuts found for " in parseShortcutsOneFile()
DShortcutPackage.java1055 final int maxShortcuts = service.getMaxActivityShortcuts(); in pushOutExcessShortcuts() local
1063 if (list.size() <= maxShortcuts) { in pushOutExcessShortcuts()
1070 for (int inner = list.size() - 1; inner >= maxShortcuts; inner--) { in pushOutExcessShortcuts()