Searched refs:COL_UNDECORATED (Results 1 – 1 of 1) sorted by relevance
1077 private static final String COL_UNDECORATED = "undecorated"; field in NotificationUsageStats.SQLiteLog1104 "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()