Searched refs:selectionParts (Results 1 – 1 of 1) sorted by relevance
956 List<String> selectionParts = new ArrayList<String>(); in runQuery() local965 selectionParts.add(getWhereClauseForIds(mIds)); in runQuery()970 selectionParts.add(Downloads.Impl.COLUMN_TITLE + " LIKE ?"); in runQuery()996 selectionParts.add(joinStrings(" OR ", parts)); in runQuery()1000 selectionParts.add(Downloads.Impl.COLUMN_IS_VISIBLE_IN_DOWNLOADS_UI + " != '0'"); in runQuery()1004 selectionParts.add(Downloads.Impl.COLUMN_DELETED + " != '1'"); in runQuery()1006 String selection = joinStrings(" AND ", selectionParts); in runQuery()