Home
last modified time | relevance | path

Searched refs:COL_NOISY (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java1067 private static final String COL_NOISY = "noisy"; field in NotificationUsageStats.SQLiteLog
1102 "SUM(" + COL_NOISY + ") as noisy, " +
1163 COL_NOISY + " INT," + in SQLiteLog()
1328 outCv.put(COL_NOISY, noisy); in putNotificationDetails()