Home | History | Annotate | Download | only in exchange

Lines Matching refs:mailboxId

451     private void pushFallback(long mailboxId) {
452 Mailbox mailbox = Mailbox.restoreMailboxWithId(mContext, mailboxId);
462 mContentResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, mailboxId),
547 long mailboxId = c.getLong(Mailbox.CONTENT_ID_COLUMN);
567 pingStatus = ExchangeService.pingStatus(mailboxId);