Searched refs:touchValues (Results 1 – 1 of 1) sorted by relevance
5092 final ContentValues touchValues = new ContentValues(1); in updateTimestamp() local5094 touchValues.put(MailboxColumns.LAST_TOUCHED_TIME, now); in updateTimestamp()5096 updated += resolver.update(folder, touchValues, null, null); in updateTimestamp()