Searched refs:selectionParts (Results 1 – 1 of 1) sorted by relevance
920 List<String> selectionParts = new ArrayList<String>(); in runQuery() local929 selectionParts.add(getWhereClauseForIds(mIds)); in runQuery()934 selectionParts.add(Downloads.Impl.COLUMN_TITLE + " LIKE ?"); in runQuery()960 selectionParts.add(joinStrings(" OR ", parts)); in runQuery()964 selectionParts.add(Downloads.Impl.COLUMN_IS_VISIBLE_IN_DOWNLOADS_UI + " != '0'"); in runQuery()968 selectionParts.add(Downloads.Impl.COLUMN_DELETED + " != '1'"); in runQuery()970 String selection = joinStrings(" AND ", selectionParts); in runQuery()