Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java1071 private static final String COL_ACTION_COUNT = "action_count"; field in NotificationUsageStats.SQLiteLog
1167 COL_ACTION_COUNT + " INT," + in SQLiteLog()
1337 outCv.put(COL_ACTION_COUNT, r.getNotification().actions != null ? in putNotificationDetails()