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

  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 326 final String[] newIdArray = newFolder.searchForUids(searchString);
399 String[] searchForUids(String searchCriteria) throws MessagingException {
400 return searchForUids(searchCriteria, true);
410 * exception information, or make all users of searchForUids() handle the ImapException.
414 String[] searchForUids(String searchCriteria, boolean swallowException)
421 LogUtils.d(Logging.LOG_TAG, "searchForUids '" + searchCriteria + "' results: " +
445 final String[] uids = searchForUids(ImapConstants.UID + " " + uid);
517 searchForUids(String.format(Locale.US, "%d:%d NOT DELETED", start, end)), listener);
564 uids = searchForUids(command.toString(), false);
575 uids = searchForUids(command, true)
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java     [all...]

Completed in 35 milliseconds