Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DDataAction.java173 final WebAddress webAddress = new WebAddress(url); in DataAction() local
174 mIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(webAddress.toString())); in DataAction()
DQuickContactActivity.java1661 final WebAddress webAddress = new WebAddress(website.buildDataStringForDisplay in dataItemToEntry() local
1663 intent = new Intent(Intent.ACTION_VIEW, Uri.parse(webAddress.toString())); in dataItemToEntry()
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DContactFragment.java479 WebAddress webAddress = new WebAddress(entry.data); in buildEntries() local
481 Uri.parse(webAddress.toString())); in buildEntries()