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

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
H A DAddress.java80 private static final char LIST_DELIMITER_PERSONAL = '\2'; field in class:Address
453 if ((addressList.indexOf(LIST_DELIMITER_PERSONAL) == -1)
463 /* addressEndIndex is only re-scanned (indexOf()) when a LIST_DELIMITER_PERSONAL
468 int addressEndIndex = addressList.indexOf(LIST_DELIMITER_PERSONAL);
485 // only update addressEndIndex when we use the LIST_DELIMITER_PERSONAL
486 addressEndIndex = addressList.indexOf(LIST_DELIMITER_PERSONAL, pairEndIndex + 1);
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
H A DAddress.java90 private static final char LIST_DELIMITER_PERSONAL = '\2'; field in class:Address
479 if ((addressList.indexOf(LIST_DELIMITER_PERSONAL) == -1) &&
489 /* addressEndIndex is only re-scanned (indexOf()) when a LIST_DELIMITER_PERSONAL
494 int addressEndIndex = addressList.indexOf(LIST_DELIMITER_PERSONAL);
509 // only update addressEndIndex when we use the LIST_DELIMITER_PERSONAL
510 addressEndIndex = addressList.indexOf(LIST_DELIMITER_PERSONAL, pairEndIndex + 1);

Completed in 479 milliseconds