Searched defs:postalAddress (Results 1 – 6 of 6) sorted by relevance
26 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()
63 PostalAddress postalAddress = new PostalAddress(); in fromCursor() local
193 public void bind(Context context, @NonNull PostalAddress postalAddress) { in bind()
265 PostalAddress postalAddress = mock(PostalAddress.class); in testClickShowContactDetailView_hasAddressButNoPhoneNumber_dependOnConfig() local
224 final String postalAddress = postal.getFormattedAddress(); in DataAction() local
1631 final String postalAddress = postal.getFormattedAddress(); in dataItemToEntry() local