HomeSort by relevance Sort by last modified time
    Searched refs:actionMsg (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
SearchView.java     [all...]
  /frameworks/base/core/java/android/app/
SearchDialog.java 533 * @param actionMsg The message for the action key that was pressed,
536 protected void launchQuerySearch(int actionKey, String actionMsg) {
539 Intent intent = createIntent(action, null, null, query, actionKey, actionMsg);
582 * @param actionMsg The message for the action key that was pressed,
589 int actionKey, String actionMsg) {
611 intent.putExtra(SearchManager.ACTION_MSG, actionMsg);

Completed in 75 milliseconds