Searched refs:TABLE_DEBUG (Results 1 – 1 of 1) sorted by relevance
99 private static String TABLE_DEBUG = "debug_table"; field in AccountsDb254 db.execSQL("DROP TABLE IF EXISTS " + TABLE_DEBUG); in onUpgrade()568 db.execSQL("CREATE TABLE " + TABLE_DEBUG + " ( " in createDebugTable()575 db.execSQL("CREATE INDEX timestamp_index ON " + TABLE_DEBUG + " (" in createDebugTable()653 db.execSQL("INSERT INTO " + TABLE_DEBUG in migratePreNDbToDe()660 + " FROM preNDb." + TABLE_DEBUG); in migratePreNDbToDe()1283 String queryCountDebugDbRows = "SELECT COUNT(*) FROM " + TABLE_DEBUG; in calculateDebugTableInsertionPoint()1292 " FROM " + TABLE_DEBUG + in calculateDebugTableInsertionPoint()1301 String sql = "INSERT OR REPLACE INTO " + AccountsDb.TABLE_DEBUG in compileSqlStatementForLogging()1308 Cursor cursor = db.query(TABLE_DEBUG, null, in dumpDebugTable()