Searched refs:LOG_TABLE_NAME (Results 1 – 1 of 1) sorted by relevance
36 private static final String LOG_TABLE_NAME = "log"; field in PrivateLog42 private static final String LOG_TABLE_CREATE = "CREATE TABLE " + LOG_TABLE_NAME + " ("82 db.execSQL("DROP TABLE IF EXISTS " + LOG_TABLE_NAME); in onUpgrade()92 db.insert(LOG_TABLE_NAME, null, c); in insert()