Searched refs:tempSelectionArgs (Results 1 – 2 of 2) sorted by relevance
1038 final List<String> tempSelectionArgs = new ArrayList<>(); in buildSearchSelection() local1048 if (tempSelectionArgs.size() > 0) { in buildSearchSelection()1052 tempSelectionArgs.add(mimeType); in buildSearchSelection()1062 if (tempSelectionArgs.size() > 0) { in buildSearchSelection()1069 selectionArgs.addAll(tempSelectionArgs); in buildSearchSelection()
328 final List<String> tempSelectionArgs = new ArrayList<>(); in buildSearchSelection() local338 if (tempSelectionArgs.size() > 0) { in buildSearchSelection()342 tempSelectionArgs.add(mimeType); in buildSearchSelection()352 if (tempSelectionArgs.size() > 0) { in buildSearchSelection()359 selectionArgs.addAll(tempSelectionArgs); in buildSearchSelection()