Home | History | Annotate | Download | only in provider

Lines Matching defs:ADDRESS

153          * The address of the other party.
156 public static final String ADDRESS = "address";
305 * @param address the address of the sender
315 Uri uri, String address, String body, String subject,
317 return addMessageToUri(resolver, uri, address, body, subject,
326 * @param address the address of the sender
337 Uri uri, String address, String body, String subject,
341 values.put(ADDRESS, address);
442 * @param address the address of the sender
451 String address, String body, String subject, Long date,
453 return addMessageToUri(resolver, CONTENT_URI, address, body,
484 * @param address the address of the sender
492 String address, String body, String subject, Long date) {
493 return addMessageToUri(resolver, CONTENT_URI, address, body,
547 * @param address the address of the sender
556 String address, String body, String subject, Long date,
558 return addMessageToUri(resolver, CONTENT_URI, address, body,
1462 * An address used in MMS or SMS. Email addresses are
1468 public static final String ADDRESS = "address";
1698 * Helper method to extract email address from address string.
1701 public static String extractAddrSpec(String address) {
1702 Matcher match = NAME_ADDR_EMAIL_PATTERN.matcher(address);
1707 return address;
1711 * Is the specified address an email address?
1713 * @param address the input address to test
1714 * @return true if address is an email address; false otherwise.
1717 public static boolean isEmailAddress(String address) {
1718 if (TextUtils.isEmpty(address)) {
1722 String s = extractAddrSpec(address);
1840 * Contains address information for an MMS message.
1852 * The ID of MM which this address entry belongs to.
1864 * The address text.
1867 public static final String ADDRESS = "address";
1870 * Type of address: must be one of {@code PduHeaders.BCC},
2258 * Proxy address.
2270 * MMS proxy address.
2282 * Server address.