Searched refs:tableCursor (Results 1 – 1 of 1) sorted by relevance
675 final Cursor tableCursor = in dropAllTables() local677 if (tableCursor != null) { in dropAllTables()680 while (tableCursor.moveToNext()) { in dropAllTables()681 final String tableName = tableCursor.getString(0); in dropAllTables()697 tableCursor.close(); in dropAllTables()