OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMaxShortcutCountPerActivity
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/content/pm/
ShortcutManager.java
69
* <p>Each launcher icon can have at most {@link #
getMaxShortcutCountPerActivity
()} number of
91
* more than {@link #
getMaxShortcutCountPerActivity
()} number of shortcuts.
93
* <p>For example, suppose {@link #
getMaxShortcutCountPerActivity
()} is 5:
476
* @throws IllegalArgumentException if {@link #
getMaxShortcutCountPerActivity
()} is exceeded,
528
* @throws IllegalArgumentException if {@link #
getMaxShortcutCountPerActivity
()} is exceeded,
683
return
getMaxShortcutCountPerActivity
();
690
public int
getMaxShortcutCountPerActivity
() {
692
return mService.
getMaxShortcutCountPerActivity
(
[
all
...]
/frameworks/base/services/core/java/com/android/server/pm/
ShortcutService.java
[
all
...]
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 1849 milliseconds