Lines Matching refs:mailbox

117     // The SyncManager's mailbox "id"
190 // Keeps track of running services (by mailbox id)
193 // Keeps track of services whose last sync ended with an error (by mailbox id)
195 // Keeps track of which services require a wake lock (by mailbox id)
197 // Keeps track of PendingIntents for mailbox alarms (by mailbox id)
361 // If the mailbox is no longer around, remove the entry in the map
453 // Create an account mailbox for any account without one
584 // This is an addition; create our magic hidden mailbox...
737 Mailbox mailbox = Mailbox.restoreMailboxOfType(INSTANCE,
739 // Sanity check for mailbox deletion
740 if (mailbox == null) return;
747 stopManualSync(mailbox.mId);
750 new EasSyncService(INSTANCE, mailbox);
752 new CalendarSyncAdapter(mailbox, service);
762 Mailbox.CONTENT_URI, mailbox.mId), cv, null, null);
800 kick("mailbox changed");
1312 i.putExtra("mailbox", id);
1400 // In this case, we release the mailbox so that we can start another
1402 log("Alarm failed; releasing mailbox");
1432 // Get the mailbox; this happens rarely so it's ok to get it all
1433 Mailbox mailbox = Mailbox.restoreMailboxWithId(this, mailboxId);
1434 if (mailbox == null) return;
1435 int syncInterval = mailbox.mSyncInterval;
1441 log("Sync for " + mailbox.mDisplayName + " in " + acct.name + ": push");
1446 log("Sync for " + mailbox.mDisplayName + " in " + acct.name + ": manual");
1451 log("Sync for " + mailbox.mDisplayName + " in " + acct.name + ": manual");
1639 // Here's our account mailbox; reset him (stopping pings)
2035 log("Deleted mailbox: " + svc.mMailboxName);
2083 // Get the right authority for the mailbox
2150 log("WHOA! lastSync in the future for mailbox: " + mid);
2173 log("Dead thread, mailbox released: " +
2217 log("Ignoring serviceRequest for drafts/outbox/null mailbox");
2355 * Tell SyncManager to remove the mailbox from the map of mailboxes with sync errors
2356 * @param mailboxId the id of the mailbox