Searched refs:maxShortcuts (Results 1 – 2 of 2) sorted by relevance
129 final int maxShortcuts = service.getMaxActivityShortcuts(); in parseShortcutsOneFile() local175 if (numShortcuts >= maxShortcuts) { in parseShortcutsOneFile()176 Log.e(TAG, "More than " + maxShortcuts + " shortcuts found for " in parseShortcutsOneFile()
1055 final int maxShortcuts = service.getMaxActivityShortcuts(); in pushOutExcessShortcuts() local1063 if (list.size() <= maxShortcuts) { in pushOutExcessShortcuts()1070 for (int inner = list.size() - 1; inner >= maxShortcuts; inner--) { in pushOutExcessShortcuts()