Searched refs:getQueryActionMsg (Results 1 – 3 of 3) sorted by relevance
171 boolean m1 = (ai.getQueryActionMsg() != null) && (ai.getQueryActionMsg().length() > 0); in checkSearchable()
927 if ((actionKey != null) && (actionKey.getQueryActionMsg() != null)) { in onKeyDown()928 launchQuerySearch(keyCode, actionKey.getQueryActionMsg(), mQueryTextView.getText() in onKeyDown()975 if ((actionKey != null) && (actionKey.getQueryActionMsg() != null)) {976 launchQuerySearch(keyCode, actionKey.getQueryActionMsg(), mQueryTextView
451 public String getQueryActionMsg() { in getQueryActionMsg() method in SearchableInfo.ActionKeyInfo