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