Home
last modified time | relevance | path

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

/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactDetailFragment.java473 new Intent(Intent.ACTION_VIEW, constructGeoUri(address)); in buildAddressLayout()
504 private Uri constructGeoUri(String postalAddress) { in constructGeoUri() method in ContactDetailFragment