Searched refs:getMaxShortcutCountPerActivity (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DIShortcutService.aidl49 int getMaxShortcutCountPerActivity(String packageName, int userId);
H A DShortcutManager.java71 * <p>Each launcher icon can have at most {@link #getMaxShortcutCountPerActivity()} number of
94 * more than {@link #getMaxShortcutCountPerActivity()} number of shortcuts.
96 * <p>For example, suppose {@link #getMaxShortcutCountPerActivity()} is 5:
488 * @throws IllegalArgumentException if {@link #getMaxShortcutCountPerActivity()} is exceeded,
540 * @throws IllegalArgumentException if {@link #getMaxShortcutCountPerActivity()} is exceeded,
695 return getMaxShortcutCountPerActivity();
702 public int getMaxShortcutCountPerActivity() { method in class:ShortcutManager
704 return mService.getMaxShortcutCountPerActivity(
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1967 public int getMaxShortcutCountPerActivity(String packageName, @UserIdInt int userId) method in class:ShortcutService

Completed in 65 milliseconds