Home
last modified time | relevance | path

Searched defs:postalAddress (Results 1 – 6 of 6) 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/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DPostalAddress.java63 PostalAddress postalAddress = new PostalAddress(); in fromCursor() local
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
DContactDetailsViewHolder.java193 public void bind(Context context, @NonNull PostalAddress postalAddress) { in bind()
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/contact/
DContactListViewHolderTest.java265 PostalAddress postalAddress = mock(PostalAddress.class); in testClickShowContactDetailView_hasAddressButNoPhoneNumber_dependOnConfig() local
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DDataAction.java224 final String postalAddress = postal.getFormattedAddress(); in DataAction() local
DQuickContactActivity.java1631 final String postalAddress = postal.getFormattedAddress(); in dataItemToEntry() local