OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UID_SEARCH
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java
88
public static final String
UID_SEARCH
= "UID SEARCH";
/packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java
414
final String command = ImapConstants.
UID_SEARCH
+ " " + searchCriteria;
479
commands.add(ImapConstants.
UID_SEARCH
+ " CHARSET " + charset + " OR FROM " + octetLength);
[
all
...]
Completed in 21 milliseconds