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

  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
Address.java 80 private static final char LIST_DELIMITER_PERSONAL = '\2';
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/
Address.java 90 private static final char LIST_DELIMITER_PERSONAL = '\2';
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 65 milliseconds