HomeSort by relevance Sort by last modified time
    Searched refs:LIST_DELIMITER_EMAIL (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Address.java 79 private static final char LIST_DELIMITER_EMAIL = '\1';
404 (addressList.indexOf(LIST_DELIMITER_EMAIL) == -1)) {
421 pairEndIndex = addressList.indexOf(LIST_DELIMITER_EMAIL, pairStartIndex);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Address.java 76 private static final char LIST_DELIMITER_EMAIL = '\1';
444 pairEndIndex = addressList.indexOf(LIST_DELIMITER_EMAIL, pairStartIndex);
468 * The format is a series of packed addresses separated by LIST_DELIMITER_EMAIL.
494 sb.append(LIST_DELIMITER_EMAIL);

Completed in 76 milliseconds