Home | History | Annotate | Download | only in provider

Lines Matching refs:touchValues

4964         final ContentValues touchValues = new ContentValues(1);
4966 touchValues.put(MailboxColumns.LAST_TOUCHED_TIME, now);
4968 updated += resolver.update(folder, touchValues, null, null);