Searched refs:CLEAR_NEW_MESSAGES (Results 1 – 1 of 1) sorted by relevance
93 private static final ContentValues CLEAR_NEW_MESSAGES; field in MailService95 CLEAR_NEW_MESSAGES = new ContentValues();96 CLEAR_NEW_MESSAGES.put(Account.NEW_MESSAGE_COUNT, 0); in CLEAR_NEW_MESSAGES.put()134 context.getContentResolver().update(uri, CLEAR_NEW_MESSAGES, null, null); in resetNewMessageCount()