Home | History | Annotate | Download | only in exchange

Lines Matching defs:sync

64  * AccountMailbox handles sync for the EAS "account mailbox"; this includes sync of the mailbox list
94 * which will cause the sync service to be restarted at the starting heartbeat and going through
112 // This could happen if the sync time is set to "never"; we always want to check in from time
158 sync();
172 userLog("Sync finished");
180 errorLog("Sync ended due to an exception.");
184 userLog("Stopped sync finished.");
188 ExchangeService.kick("sync finished");
191 LogUtils.e(TAG, "EmailProvider unavailable; sync ended prematurely");
220 public void sync() throws IOException, EasParserException {
281 // Save the sync time of the account mailbox to current time
313 // If we're not allowed to sync (e.g. roaming policy), leave now
334 // Returns true if we need to sync again
381 userLog("Ping interrupted; folder list requires sync...");
391 // If the sync error is a provisioning failure (perhaps policies changed),
465 + " min sync");
512 // Do push for all sync services here
574 // We can't push until the initial sync is done
647 // If we're not allowed to sync (e.g. roaming policy), terminate gracefully
648 // now; otherwise we might start a sync based on the response
687 // Make sure to clear out any pending sync errors
725 // 2) ExchangeService abort, due to sync of mailbox. Again, we want to
749 // TODO Change sleep to wait and use notify from ExchangeService when a sync ends
754 // In this case, we're doing an initial sync of at least one mailbox. Since this
757 userLog("pingLoop waiting for initial sync of ", uninitCount, " box(es)");
807 // Check the status of the last sync
834 // If there were no problems with previous sync, we'll start another one