Searched refs:getMaxShortcutCountForActivity (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DShortcutManager.java500 public int getMaxShortcutCountForActivity() { method in class:ShortcutManager
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java222 /** Test for {@link android.content.pm.ShortcutManager#getMaxShortcutCountForActivity()} */
224 assertEquals(MAX_SHORTCUTS, mManager.getMaxShortcutCountForActivity());

Completed in 146 milliseconds