Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java508 final int maxShortcutPerApp = service.getMaxAppShortcuts(); in ensureShortcutCountBeforePush() local
512 if (appShortcuts.size() >= maxShortcutPerApp) { in ensureShortcutCountBeforePush()
517 while (appShortcuts.size() >= maxShortcutPerApp) { in ensureShortcutCountBeforePush()