Home
last modified time | relevance | path

Searched defs:actionMsg (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DSearchView.java1115 final String actionMsg = getActionKeyMessage(c, actionKey); in onSuggestionsKey() local
1450 private boolean onItemClicked(int position, int actionKey, String actionMsg) { in onItemClicked()
1536 private boolean launchSuggestion(int position, int actionKey, String actionMsg) { in launchSuggestion()
1575 private void launchQuerySearch(int actionKey, String actionMsg, String query) { in launchQuerySearch()
1597 int actionKey, String actionMsg) { in createIntent()
1714 private Intent createIntentFromSuggestion(Cursor c, int actionKey, String actionMsg) { in createIntentFromSuggestion()
/frameworks/base/core/java/android/app/
DSearchDialog.java532 protected void launchQuerySearch(int actionKey, String actionMsg) { in launchQuerySearch()
584 int actionKey, String actionMsg) { in createIntent()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DSearchView.java1386 boolean onItemClicked(int position, int actionKey, String actionMsg) { in onItemClicked()
1475 private boolean launchSuggestion(int position, int actionKey, String actionMsg) { in launchSuggestion()
1514 void launchQuerySearch(int actionKey, String actionMsg, String query) { in launchQuerySearch()
1534 int actionKey, String actionMsg) { in createIntent()
1652 private Intent createIntentFromSuggestion(Cursor c, int actionKey, String actionMsg) { in createIntentFromSuggestion()