Home
last modified time | relevance | path

Searched defs:postalAddress (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
DStructuredPostalUtils.java26 public static Intent getViewPostalAddressIntent(String postalAddress) { in getViewPostalAddressIntent()
30 public static Uri getPostalAddressUri(String postalAddress) { in getPostalAddressUri()
34 public static Intent getViewPostalAddressDirectionsIntent(String postalAddress) { in getViewPostalAddressDirectionsIntent()
38 public static Uri getPostalAddressDirectionsUri(String postalAddress) { in getPostalAddressDirectionsUri()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DDataAction.java229 final String postalAddress = postal.getFormattedAddress(); in DataAction() local
DQuickContactActivity.java1940 final String postalAddress = postal.getFormattedAddress(); in dataItemToEntry() local