Home | History | Annotate | Download | only in exchange

Lines Matching defs:mailboxId

480     private void pushFallback(long mailboxId) {
481 Mailbox mailbox = Mailbox.restoreMailboxWithId(mContext, mailboxId);
491 mContentResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, mailboxId),
577 long mailboxId = c.getLong(Mailbox.CONTENT_ID_COLUMN);
597 pingStatus = ExchangeService.pingStatus(mailboxId);