Home
last modified time | relevance | path

Searched refs:shortcutManager (Results 1 – 1 of 1) sorted by relevance

/development/samples/StartingWindow/src/com/example/android/startingwindow/
DCustomizeExitActivity.java181 ShortcutManager shortcutManager = getSystemService(ShortcutManager.class); in createShortcut() local
183 shortcutManager.removeDynamicShortcuts(Collections.singletonList(shortcutId1)); in createShortcut()
194 shortcutManager.addDynamicShortcuts(Collections.singletonList(shortcut)); in createShortcut()