Home
last modified time | relevance | path

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

/developers/samples/android/system/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
DShortcutHelper.java144 setSiteInformation(b, shortcut.getIntent().getData()); in refreshShortcuts()
167 setSiteInformation(b, uri); in createShortcutForUrl()
173 private ShortcutInfo.Builder setSiteInformation(ShortcutInfo.Builder b, Uri uri) { in setSiteInformation() method in ShortcutHelper