Lines Matching refs:updates
1099 // Now handle updates / upsyncs
1195 // no point in continuing through the rest of the pending updates.
1269 // Next, handle any updates (e.g. edited in place, although this shouldn't happen)
1300 // no point in continuing through the rest of the pending updates.
1322 Cursor updates = resolver.query(EmailContent.Message.UPDATED_CONTENT_URI,
1332 // loop through messages marked as needing updates
1333 while (updates.moveToNext()) {
1341 EmailContent.getContent(updates, EmailContent.Message.class);
1388 // no point in continuing through the rest of the pending updates.
1394 updates.close();
1529 // We only have one message, so, any updates _must_ be for it. Otherwise,
1551 * @param oldMessage The message copy that was saved in the updates shadow table