OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isStatusResponse
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/src/com/android/email/mail/store/imap/
ImapResponse.java
32
/* package */ static boolean
isStatusResponse
(String symbol) {
54
public boolean
isStatusResponse
() {
55
return
isStatusResponse
(getStringOrEmpty(0).getString());
94
if (!
isStatusResponse
()) {
117
if (!
isStatusResponse
()) {
ImapResponseParser.java
292
if (responseToDestroy.
isStatusResponse
()) { // It's a status response
Completed in 30 milliseconds