Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DStructuredPostalUtils.java35 return new Intent(Intent.ACTION_VIEW, getPostalAddressDirectionsUri(postalAddress)); in getViewPostalAddressDirectionsIntent()
38 public static Uri getPostalAddressDirectionsUri(String postalAddress) { in getPostalAddressDirectionsUri() method in StructuredPostalUtils