Lines Matching full:updates
1095 // Now handle updates / upsyncs
1191 // no point in continuing through the rest of the pending updates.
1265 // Next, handle any updates (e.g. edited in place, although this shouldn't happen)
1296 // no point in continuing through the rest of the pending updates.
1318 Cursor updates = resolver.query(EmailContent.Message.UPDATED_CONTENT_URI,
1328 // loop through messages marked as needing updates
1329 while (updates.moveToNext()) {
1337 EmailContent.getContent(updates, EmailContent.Message.class);
1384 // no point in continuing through the rest of the pending updates.
1390 updates.close();
1525 // We only have one message, so, any updates _must_ be for it. Otherwise,
1547 * @param oldMessage The message copy that was saved in the updates shadow table