Home
last modified time | relevance | path

Searched refs:LIST_DELIMITER_PERSONAL (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
DAddress.java90 private static final char LIST_DELIMITER_PERSONAL = '\2'; field in Address
479 if ((addressList.indexOf(LIST_DELIMITER_PERSONAL) == -1) && in fromHeader()
494 int addressEndIndex = addressList.indexOf(LIST_DELIMITER_PERSONAL); in fromHeader()
510 addressEndIndex = addressList.indexOf(LIST_DELIMITER_PERSONAL, pairEndIndex + 1); in fromHeader()
/packages/services/Telephony/src/com/android/phone/common/mail/
DAddress.java89 private static final char LIST_DELIMITER_PERSONAL = '\2'; field in Address
478 if ((addressList.indexOf(LIST_DELIMITER_PERSONAL) == -1) && in fromHeader()
493 int addressEndIndex = addressList.indexOf(LIST_DELIMITER_PERSONAL); in fromHeader()
509 addressEndIndex = addressList.indexOf(LIST_DELIMITER_PERSONAL, pairEndIndex + 1); in fromHeader()