Searched refs:tableCursor (Results 1 – 1 of 1) sorted by relevance
685 final Cursor tableCursor = in dropAllTables() local687 if (tableCursor != null) { in dropAllTables()690 while (tableCursor.moveToNext()) { in dropAllTables()691 final String tableName = tableCursor.getString(0); in dropAllTables()707 tableCursor.close(); in dropAllTables()