Searched refs:findTablesAndViews (Results 1 – 1 of 1) sorted by relevance
45 private static List<String> findTablesAndViews(SQLiteDatabase db) { in findTablesAndViews() method in DatabaseAnalyzer82 final List<String> tables = findTablesAndViews(db); in findTableViewsAllowingColumns()