Home | History | Annotate | Download | only in email

Lines Matching refs:cv

712                 ContentValues cv = new ContentValues();
713 cv.put(AccountColumns.NOTIFIED_MESSAGE_ID, newMessageId);
714 cv.put(AccountColumns.NOTIFIED_MESSAGE_COUNT, newMessageCount);
715 resolver.update(ContentUris.withAppendedId(Account.CONTENT_URI, mAccountId), cv,