OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMaxShortcutCountPerActivity
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerMiscTest.java
37
assertEquals(10, manager.
getMaxShortcutCountPerActivity
());
ShortcutManagerSpoofDetectionTest.java
72
assertCallingPackageMismatch("
getMaxShortcutCountPerActivity
", mPackageContext4, () -> {
73
getManager().
getMaxShortcutCountPerActivity
();
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowShortcutManager.java
117
protected int
getMaxShortcutCountPerActivity
() {
121
/** Sets the value returned by {@link #
getMaxShortcutCountPerActivity
()} . */
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowShortcutManagerTest.java
180
assertThat(shortcutManager.
getMaxShortcutCountPerActivity
()).isEqualTo(42);
Completed in 529 milliseconds