OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:searchForUids
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java
321
final String[] newIdArray = newFolder.
searchForUids
(searchString);
394
String[]
searchForUids
(String searchCriteria) throws MessagingException {
395
return
searchForUids
(searchCriteria, true);
405
* exception information, or make all users of
searchForUids
() handle the ImapException.
409
String[]
searchForUids
(String searchCriteria, boolean swallowException)
416
LogUtils.d(Logging.LOG_TAG, "
searchForUids
'" + searchCriteria + "' results: " +
440
final String[] uids =
searchForUids
(ImapConstants.UID + " " + uid);
512
searchForUids
(String.format(Locale.US, "%d:%d NOT DELETED", start, end)), listener);
559
uids =
searchForUids
(command.toString(), false);
570
uids =
searchForUids
(command, true)
[
all
...]
/packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java
[
all
...]
Completed in 1406 milliseconds