Lines Matching refs:address

155          * The address of the other party.
158 public static final String ADDRESS = "address";
329 * @param address the address of the sender
339 Uri uri, String address, String body, String subject,
342 resolver, uri, address, body, subject, date, read, deliveryReport, -1L);
350 * @param address the address of the sender
361 Uri uri, String address, String body, String subject,
363 return addMessageToUri(subId, resolver, uri, address, body, subject,
372 * @param address the address of the sender
383 Uri uri, String address, String body, String subject,
386 resolver, uri, address, body, subject,
395 * @param address the address of the sender
407 Uri uri, String address, String body, String subject,
413 values.put(ADDRESS, address);
514 * @param address the address of the sender
523 String address, String body, String subject, Long date,
526 resolver, CONTENT_URI, address, body, subject, date, read, false);
533 * @param address the address of the sender
543 String address, String body, String subject, Long date, boolean read) {
544 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
575 * @param address the address of the sender
583 String address, String body, String subject, Long date) {
585 resolver, CONTENT_URI, address, body, subject, date, true, false);
592 * @param address the address of the sender
601 String address, String body, String subject, Long date) {
602 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
628 String address, String body, String subject, Long date) {
630 resolver, CONTENT_URI, address, body, subject, date, true, false);
637 * @param address the address of the sender
646 String address, String body, String subject, Long date) {
647 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
683 * @param address the address of the sender
692 String address, String body, String subject, Long date,
695 resolver, CONTENT_URI, address, body, subject, date,
703 * @param address the address of the sender
713 String address, String body, String subject, Long date,
715 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
1668 * An address used in MMS or SMS. Email addresses are
1674 public static final String ADDRESS = "address";
1910 * Helper method to extract email address from address string.
1913 public static String extractAddrSpec(String address) {
1914 Matcher match = NAME_ADDR_EMAIL_PATTERN.matcher(address);
1919 return address;
1923 * Is the specified address an email address?
1925 * @param address the input address to test
1926 * @return true if address is an email address; false otherwise.
1929 public static boolean isEmailAddress(String address) {
1930 if (TextUtils.isEmpty(address)) {
1934 String s = extractAddrSpec(address);
2052 * Contains address information for an MMS message.
2064 * The ID of MM which this address entry belongs to.
2076 * The address text.
2079 public static final String ADDRESS = "address";
2082 * Type of address: must be one of {@code PduHeaders.BCC},
2477 * Proxy address.
2489 * MMS proxy address.
2501 * Server address.