Searched refs:getQueryActionMsg (Results 1 – 3 of 3) sorted by relevance
171 boolean m1 = (ai.getQueryActionMsg() != null) && (ai.getQueryActionMsg().length() > 0); in checkSearchable()
1042 if ((actionKey != null) && (actionKey.getQueryActionMsg() != null)) { in onKeyDown()1043 launchQuerySearch(keyCode, actionKey.getQueryActionMsg(), mSearchSrcTextView.getText() in onKeyDown()1091 if ((actionKey != null) && (actionKey.getQueryActionMsg() != null)) {1092 launchQuerySearch(keyCode, actionKey.getQueryActionMsg(), mSearchSrcTextView
458 public String getQueryActionMsg() { in getQueryActionMsg() method in SearchableInfo.ActionKeyInfo