Searched defs:getMaxShortcutCountPerActivity (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DShortcutManager.java164 * <p>As an example, suppose {@link #getMaxShortcutCountPerActivity()} is 5:
228 * <p>Each launcher icon can have at most {@link #getMaxShortcutCountPerActivity()} number of
234 * {@link #getMaxShortcutCountPerActivity()} number of shortcuts.
282 * @throws IllegalArgumentException if {@link #getMaxShortcutCountPerActivity()} is exceeded,
342 * @throws IllegalArgumentException if {@link #getMaxShortcutCountPerActivity()} is exceeded,
501 return getMaxShortcutCountPerActivity();
508 public int getMaxShortcutCountPerActivity() { method in class:ShortcutManager
510 return mService.getMaxShortcutCountPerActivity(
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java2059 public int getMaxShortcutCountPerActivity(String packageName, @UserIdInt int userId) method in class:ShortcutService

Completed in 92 milliseconds