Searched refs:launchBrowserForUrl (Results 1 – 3 of 3) sorted by relevance
375 public abstract void launchBrowserForUrl(final Context context, final String url); in launchBrowserForUrl() method in UIIntents
517 public void launchBrowserForUrl(final Context context, final String url) { in launchBrowserForUrl() method in UIIntentsImpl
1026 UIIntents.get().launchBrowserForUrl(getContext(), (String) tag); in onClick()