Home
last modified time | relevance | path

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

/development/samples/StartingWindow/src/com/example/android/startingwindow/
DCustomizeExitActivity.java182 String shortcutId1 = "shortcutId1"; in createShortcut() local
183 shortcutManager.removeDynamicShortcuts(Collections.singletonList(shortcutId1)); in createShortcut()
184 final ShortcutInfo.Builder b = new ShortcutInfo.Builder(this, shortcutId1); in createShortcut()