Home
last modified time | relevance | path

Searched refs:getViewPostalAddressIntent (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() method in StructuredPostalUtils
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DDataAction.java227 mIntent = StructuredPostalUtils.getViewPostalAddressIntent(postalAddress); in DataAction()
DQuickContactActivity.java1468 intent = StructuredPostalUtils.getViewPostalAddressIntent(postalAddress); in dataItemToEntry()