Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java1060 private static final String COL_NOTIFICATION_ID = "nid"; field in NotificationUsageStats.SQLiteLog
1156 COL_NOTIFICATION_ID + " INT," + in SQLiteLog()
1316 outCv.put(COL_NOTIFICATION_ID, r.sbn.getId()); in putNotificationDetails()