Searched refs:TOTAL_COUNT (Results 1 – 6 of 6) sorted by relevance
224 MailboxColumns.TOTAL_COUNT,621 values.put(MailboxColumns.TOTAL_COUNT, mTotalCount); in toContentValues()635 values.put(MailboxColumns.TOTAL_COUNT, count); in updateMessageCount()
1793 public static final String TOTAL_COUNT = "totalCount"; field
777 FolderColumns.TOTAL_COUNT,1001 public static final String TOTAL_COUNT = "totalCount"; field in UIProvider.FolderColumns
2801 private static final String TOTAL_COUNT = "CASE WHEN " field in EmailProvider2802 + MailboxColumns.TOTAL_COUNT + "<0 OR "2807 + " ELSE " + MailboxColumns.TOTAL_COUNT + " END";2823 .add(UIProvider.FolderColumns.TOTAL_COUNT, TOTAL_COUNT) in getFolderListMap()5936 cv.put(MailboxColumns.TOTAL_COUNT, totalCount); in runSearchQuery()5993 cv.put(Mailbox.TOTAL_COUNT, 0); in uiSearch()
612 + MailboxColumns.TOTAL_COUNT + " integer, " in createMailboxTable()1157 + " add column " + MailboxColumns.TOTAL_COUNT + " integer;"); in onUpgrade()
294 folderMap.put(FolderColumns.TOTAL_COUNT, total); in createFolderDetailsMap()