Searched refs:selectionParts (Results 1 – 1 of 1) sorted by relevance
958 List<String> selectionParts = new ArrayList<String>(); in runQuery() local967 selectionParts.add(getWhereClauseForIds(mIds)); in runQuery()972 selectionParts.add(Downloads.Impl.COLUMN_TITLE + " LIKE ?"); in runQuery()998 selectionParts.add(joinStrings(" OR ", parts)); in runQuery()1002 selectionParts.add(Downloads.Impl.COLUMN_IS_VISIBLE_IN_DOWNLOADS_UI + " != '0'"); in runQuery()1006 selectionParts.add(Downloads.Impl.COLUMN_DELETED + " != '1'"); in runQuery()1008 String selection = joinStrings(" AND ", selectionParts); in runQuery()