Searched refs:CONTENT_VALUES_RESET_NEW_MESSAGE_COUNT (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/provider/
H A DEmailProvider.java298 private static final ContentValues CONTENT_VALUES_RESET_NEW_MESSAGE_COUNT; field in class:EmailProvider
384 CONTENT_VALUES_RESET_NEW_MESSAGE_COUNT = new ContentValues();
385 CONTENT_VALUES_RESET_NEW_MESSAGE_COUNT.put(Account.NEW_MESSAGE_COUNT, 0);
1607 ContentValues newMessageCount = CONTENT_VALUES_RESET_NEW_MESSAGE_COUNT;
1626 result = db.update(tableName, CONTENT_VALUES_RESET_NEW_MESSAGE_COUNT,

Completed in 95 milliseconds