Home | History | Annotate | Download | only in ui

Lines Matching defs:ADDRESS

82     // The geo Uri scheme prefix, used with Intent.ACTION_VIEW to form a geographical address
328 // This query loads contact address details, see
370 // This query loads the contact address details. More than
371 // one contact address
376 // be created once and used for each address.
389 // Builds the address layout
393 data.getString(ContactAddressQuery.ADDRESS));
394 // Adds the new address layout to the details layout
398 // If nothing found, adds an empty address layout
412 * Builds an empty address layout that just shows that no addresses
422 * Builds an address LinearLayout based on address information from the Contacts Provider.
423 * Each address for the contact gets its own LinearLayout object; for example, if the contact
430 * @param address From
433 * populated with the provided address details.
436 final String address) {
438 // Inflates the address layout
458 // Gets postal address label type
464 addressTextView.setText(address);
466 // Defines an onClickListener object for the address button
468 // Defines what to do when users click the address button
473 new Intent(Intent.ACTION_VIEW, constructGeoUri(address));
499 * Constructs a geo scheme Uri from a postal address.
501 * @param postalAddress A postal address.
502 * @return the geo:// Uri for the postal address.
505 // Concatenates the geo:// prefix to the postal address. The postal address must be
661 * This interface defines constants used by address retrieval queries.
683 final static int ADDRESS = 1;