Searched refs:webAddress (Results 1 – 2 of 2) sorted by relevance
168 final WebAddress webAddress = new WebAddress(url); in DataAction() local169 mIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(webAddress.toString())); in DataAction()
1475 final WebAddress webAddress = new WebAddress(website.buildDataStringForDisplay in dataItemToEntry() local1477 intent = new Intent(Intent.ACTION_VIEW, Uri.parse(webAddress.toString())); in dataItemToEntry()