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