Searched refs:TAB_LOG (Results 1 – 1 of 1) sorted by relevance
1054 private static final String TAB_LOG = "log"; field in NotificationUsageStats.SQLiteLog1105 "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()