Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java1077 private static final String COL_UNDECORATED = "undecorated"; field in NotificationUsageStats.SQLiteLog
1104 "SUM(" + COL_UNDECORATED + ") as undecorated " +
1114 "WHERE " + COL_UNDECORATED + "> 0 " +
1173 COL_UNDECORATED + " INT" + in SQLiteLog()
1283 cv.put(COL_UNDECORATED, (r.hasUndecoratedRemoteView() ? 1 : 0)); in writeEvent()