Searched refs:searchCriteria (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Email/provider_src/com/android/email/mail/store/ |
D | ImapFolder.java | 399 String[] searchForUids(String searchCriteria) throws MessagingException { in searchForUids() argument 400 return searchForUids(searchCriteria, true); in searchForUids() 414 String[] searchForUids(String searchCriteria, boolean swallowException) in searchForUids() argument 419 final String command = ImapConstants.UID_SEARCH + " " + searchCriteria; in searchForUids() 421 LogUtils.d(Logging.LOG_TAG, "searchForUids '" + searchCriteria + "' results: " + in searchForUids() 425 LogUtils.d(Logging.LOG_TAG, me, "ImapException in search: " + searchCriteria); in searchForUids() 432 LogUtils.d(Logging.LOG_TAG, ioe, "IOException in search: " + searchCriteria); in searchForUids()
|
/packages/services/Telephony/src/com/android/phone/common/mail/store/ |
D | ImapFolder.java | 200 String[] searchForUids(String searchCriteria) throws MessagingException { in searchForUids() argument 204 final String command = ImapConstants.UID_SEARCH + " " + searchCriteria; in searchForUids() 206 LogUtils.d(TAG, "searchForUids '" + searchCriteria + "' results: " + in searchForUids() 210 LogUtils.d(TAG, "ImapException in search: " + searchCriteria, me); in searchForUids() 213 LogUtils.d(TAG, "IOException in search: " + searchCriteria, ioe); in searchForUids()
|