Searched refs:COL_DEMOTED (Results 1 – 1 of 1) sorted by relevance
1069 private static final String COL_DEMOTED = "demoted"; field in NotificationUsageStats.SQLiteLog1103 "SUM(" + COL_DEMOTED + ") as demoted, " +1165 COL_DEMOTED + " INT," + in SQLiteLog()1327 outCv.put(COL_DEMOTED, after < before ? 1 : 0); in putNotificationDetails()