Searched refs:LAST_VERB_FORWARD (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DEmailSyncParser.java78 static final int LAST_VERB_FORWARD = 3; field in class:EmailSyncParser
208 } else if (val == LAST_VERB_FORWARD) {
635 } else if (val == LAST_VERB_FORWARD) {
H A DEmailSyncAdapter.java121 static final int LAST_VERB_FORWARD = 3; field in class:EmailSyncAdapter
610 } else if (val == LAST_VERB_FORWARD) {
1032 } else if (val == LAST_VERB_FORWARD) {
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
H A DEmailSyncAdapterTests.java243 Integer.toString(EmailSyncAdapter.LAST_VERB_FORWARD));

Completed in 60 milliseconds