Home | History | Annotate | Download | only in exchange

Lines Matching defs:mailboxId

1564     private void pushFallback(long mailboxId) {
1565 Mailbox mailbox = Mailbox.restoreMailboxWithId(mContext, mailboxId);
1575 mContentResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, mailboxId),
1627 long mailboxId = c.getLong(Mailbox.CONTENT_ID_COLUMN);
1628 int pingStatus = SyncManager.pingStatus(mailboxId);