OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMaxShortcutCountPerActivity
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerMiscTest.java
34
assertEquals(5, manager.
getMaxShortcutCountPerActivity
());
ShortcutManagerSpoofDetectionTest.java
72
assertCallingPackageMismatch("
getMaxShortcutCountPerActivity
", mPackageContext4, () -> {
73
getManager().
getMaxShortcutCountPerActivity
();
/frameworks/base/core/java/android/content/pm/
IShortcutService.aidl
49
int
getMaxShortcutCountPerActivity
(String packageName, int userId);
ShortcutManager.java
71
* <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
() {
704
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 1029 milliseconds