Из SearchDialog.java в исходный код Android:
// If there is text in the query box, handle enter, and action keys
// The search key is handled by the dialog's onKeyDown().
if (!mSearchAutoComplete.isEmpty()) {
...
Итак, похоже, что невозможно установить флаг, чтобы сделать возможным пустой поиск.