findItems() returns you a list of the items matching your search string.

In your case you would then iterate over that list and call setSelected(true)

Cheers,
_