OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeAllDynamicShortcuts
(Results
1 - 9
of
9
) sorted by null
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerFakingPublisherTest.java
75
getManager().
removeAllDynamicShortcuts
();
98
getManager().
removeAllDynamicShortcuts
();
121
getManager().
removeAllDynamicShortcuts
();
144
getManager().
removeAllDynamicShortcuts
();
154
getManager().
removeAllDynamicShortcuts
();
ShortcutManagerStartShortcutTest.java
199
getManager().
removeAllDynamicShortcuts
();
245
getManager().
removeAllDynamicShortcuts
();
280
getManager().
removeAllDynamicShortcuts
();
ShortcutManagerSpoofDetectionTest.java
61
getManager().
removeAllDynamicShortcuts
();
ShortcutManagerMaxCountTest.java
102
getManager().
removeAllDynamicShortcuts
();
/developers/samples/android/content/SharingShortcuts/Application/src/main/java/com/example/android/sharingshortcuts/
SharingShortcutsManager.java
108
ShortcutManagerCompat.
removeAllDynamicShortcuts
(context);
/cts/hostsidetests/shortcuts/deviceside/backup/publisher4old/src/android/content/pm/cts/shortcut/backup/publisher4/
ShortcutManagerPostBackupTest.java
288
getManager().
removeAllDynamicShortcuts
();
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowShortcutManager.java
149
protected void
removeAllDynamicShortcuts
() {
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowShortcutManagerTest.java
81
shortcutManager.
removeAllDynamicShortcuts
();
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
ShortcutPublisher.java
258
mShortcutManager.
removeAllDynamicShortcuts
();
Completed in 62 milliseconds