Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java1054 private static final String TAB_LOG = "log"; field in NotificationUsageStats.SQLiteLog
1105 "FROM " + TAB_LOG + " " +
1113 "FROM " + TAB_LOG + " " +
1149 db.execSQL("CREATE TABLE " + TAB_LOG + " (" + in SQLiteLog()
1186 db.execSQL("DROP TABLE IF EXISTS " + TAB_LOG); in SQLiteLog()
1285 if (db.insert(TAB_LOG, null, cv) < 0) { in writeEvent()
1301 int deletedRows = db.delete(TAB_LOG, COL_EVENT_TIME + " < ?", in pruneIfNecessary()