Searched refs:maxShortcuts (Results 1 – 2 of 2) sorted by relevance
122 final int maxShortcuts = service.getMaxActivityShortcuts(); in parseShortcutsOneFile() local158 if (numShortcuts >= maxShortcuts) { in parseShortcutsOneFile()159 Log.e(TAG, "More than " + maxShortcuts + " shortcuts found for " in parseShortcutsOneFile()
843 final int maxShortcuts = service.getMaxActivityShortcuts(); in pushOutExcessShortcuts() local851 if (list.size() <= maxShortcuts) { in pushOutExcessShortcuts()858 for (int inner = list.size() - 1; inner >= maxShortcuts; inner--) { in pushOutExcessShortcuts()