Searched refs:tableCursor (Results 1 – 1 of 1) sorted by relevance
687 final Cursor tableCursor = in dropAllTables() local689 if (tableCursor != null) { in dropAllTables()692 while (tableCursor.moveToNext()) { in dropAllTables()693 final String tableName = tableCursor.getString(0); in dropAllTables()709 tableCursor.close(); in dropAllTables()