Home
last modified time | relevance | path

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

/development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
DShortcutHelper.java196 private String normalizeUrl(String urlAsString) { in normalizeUrl() method in ShortcutHelper
207 final ShortcutInfo shortcut = createShortcutForUrl(normalizeUrl(uriFinal)); in addWebSiteShortcut()
/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
DShortcutHelper.java163 urlAsString = normalizeUrl(urlAsString); in createShortcutForUrl()
199 private String normalizeUrl(String urlAsString) { in normalizeUrl() method in ShortcutHelper