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