Lines Matching full:updates
1064 // Now handle updates / upsyncs
1122 // no point in continuing through the rest of the pending updates.
1194 // Next, handle any updates (e.g. edited in place, although this shouldn't happen)
1223 // no point in continuing through the rest of the pending updates.
1245 Cursor updates = resolver.query(EmailContent.Message.UPDATED_CONTENT_URI,
1255 // loop through messages marked as needing updates
1256 while (updates.moveToNext()) {
1262 EmailContent.getContent(updates, EmailContent.Message.class);
1299 // no point in continuing through the rest of the pending updates.
1305 updates.close();
1415 * @param oldMessage The message copy that was saved in the updates shadow table