OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mailbox
(Results
26 - 26
of
26
) sorted by null
1
2
/packages/apps/Exchange/exchange2/src/com/android/exchange/
ExchangeService.java
63
import com.android.emailcommon.provider.
Mailbox
;
111
// The ExchangeService's
mailbox
"id"
130
//
Mailbox
was marked push
148
Mailbox
.TYPE_EAS_ACCOUNT_MAILBOX + " and " + MailboxColumns.SYNC_INTERVAL +
149
" IN (" +
Mailbox
.CHECK_INTERVAL_PING + ',' +
Mailbox
.CHECK_INTERVAL_PUSH + ')';
151
MailboxColumns.ACCOUNT_KEY + "=? and type in (" +
Mailbox
.TYPE_INBOX + ','
152
+
Mailbox
.TYPE_EAS_ACCOUNT_MAILBOX + ',' +
Mailbox
.TYPE_CONTACTS + ','
153
+
Mailbox
.TYPE_CALENDAR + ')'
1358
Mailbox
mailbox
= new Mailbox();
local
1648
Mailbox
mailbox
= service.mMailbox;
local
[
all
...]
Completed in 103 milliseconds
1
2