Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DStructuredPostalUtils.java34 public static Intent getViewPostalAddressDirectionsIntent(String postalAddress) { in getViewPostalAddressDirectionsIntent() method in StructuredPostalUtils
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1480 StructuredPostalUtils.getViewPostalAddressDirectionsIntent(postalAddress); in dataItemToEntry()