Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DDataAction.java168 final WebAddress webAddress = new WebAddress(url); in DataAction() local
169 mIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(webAddress.toString())); in DataAction()
DQuickContactActivity.java1475 final WebAddress webAddress = new WebAddress(website.buildDataStringForDisplay in dataItemToEntry() local
1477 intent = new Intent(Intent.ACTION_VIEW, Uri.parse(webAddress.toString())); in dataItemToEntry()