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.java122 final int maxShortcuts = service.getMaxActivityShortcuts(); in parseShortcutsOneFile() local
158 if (numShortcuts >= maxShortcuts) { in parseShortcutsOneFile()
159 Log.e(TAG, "More than " + maxShortcuts + " shortcuts found for " in parseShortcutsOneFile()
DShortcutPackage.java843 final int maxShortcuts = service.getMaxActivityShortcuts(); in pushOutExcessShortcuts() local
851 if (list.size() <= maxShortcuts) { in pushOutExcessShortcuts()
858 for (int inner = list.size() - 1; inner >= maxShortcuts; inner--) { in pushOutExcessShortcuts()