Home
last modified time | relevance | path

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

/development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
DShortcutHelper.java159 private ShortcutInfo createShortcutForUrl(String urlAsString) { in createShortcutForUrl() method in ShortcutHelper
207 final ShortcutInfo shortcut = createShortcutForUrl(normalizeUrl(uriFinal)); in addWebSiteShortcut()
/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
DShortcutHelper.java161 public ShortcutInfo createShortcutForUrl(String urlAsString) { in createShortcutForUrl() method in ShortcutHelper
208 final ShortcutInfo shortcut = createShortcutForUrl(urlAsString); in addWebSiteShortcut()
DMain.java153 return mHelper.createShortcutForUrl(uri); in addUriAsync()