Searched refs:TAB_LOG (Results 1 – 1 of 1) sorted by relevance
1033 private static final String TAB_LOG = "log"; field in NotificationUsageStats.SQLiteLog1082 "FROM " + TAB_LOG + " " +1119 db.execSQL("CREATE TABLE " + TAB_LOG + " (" + in SQLiteLog()1155 db.execSQL("DROP TABLE IF EXISTS " + TAB_LOG); in SQLiteLog()1253 if (db.insert(TAB_LOG, null, cv) < 0) { in writeEvent()1268 int deletedRows = db.delete(TAB_LOG, COL_EVENT_TIME + " < ?", in pruneIfNecessary()