Searched refs:shouldProcessEmptyQuery (Results 1 – 1 of 1) sorted by relevance
268 private boolean shouldProcessEmptyQuery() { in shouldProcessEmptyQuery() method in SuggestionsAdapter.SuggestFilter276 if (TextUtils.isEmpty(constraint) && !shouldProcessEmptyQuery()) { in performFiltering()