Searched refs:webAddress (Results 1 – 3 of 3) sorted by relevance
173 final WebAddress webAddress = new WebAddress(url); in DataAction() local174 mIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(webAddress.toString())); in DataAction()
1794 final WebAddress webAddress = new WebAddress(website.buildDataStringForDisplay in dataItemToEntry() local1796 intent = new Intent(Intent.ACTION_VIEW, Uri.parse(webAddress.toString())); in dataItemToEntry()
479 WebAddress webAddress = new WebAddress(entry.data); in buildEntries() local481 Uri.parse(webAddress.toString())); in buildEntries()