Searched defs:actionKey (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/core/java/android/widget/ |
| D | SearchView.java | 1023 SearchableInfo.ActionKeyInfo actionKey = mSearchable.findActionKey(keyCode); in onKeyDown() local 1130 SearchableInfo.ActionKeyInfo actionKey = mSearchable.findActionKey(keyCode); in onSuggestionsKey() local 1161 private static String getActionKeyMessage(Cursor c, SearchableInfo.ActionKeyInfo actionKey) { in getActionKeyMessage() 1474 private boolean onItemClicked(int position, int actionKey, String actionMsg) { in onItemClicked() 1560 private boolean launchSuggestion(int position, int actionKey, String actionMsg) { in launchSuggestion() 1599 private void launchQuerySearch(int actionKey, String actionMsg, String query) { in launchQuerySearch() 1621 int actionKey, String actionMsg) { in createIntent() 1738 private Intent createIntentFromSuggestion(Cursor c, int actionKey, String actionMsg) { in createIntentFromSuggestion()
|
| /frameworks/base/core/java/android/app/ |
| D | SearchDialog.java | 532 protected void launchQuerySearch(int actionKey, String actionMsg) { in launchQuerySearch() 584 int actionKey, String actionMsg) { in createIntent()
|
| /frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
| D | SearchView.java | 1429 private boolean onItemClicked(int position, int actionKey, String actionMsg) { in onItemClicked() 1518 private boolean launchSuggestion(int position, int actionKey, String actionMsg) { in launchSuggestion() 1557 private void launchQuerySearch(int actionKey, String actionMsg, String query) { in launchQuerySearch() 1577 int actionKey, String actionMsg) { in createIntent() 1695 private Intent createIntentFromSuggestion(Cursor c, int actionKey, String actionMsg) { in createIntentFromSuggestion()
|
| /frameworks/base/services/core/java/com/android/server/policy/ |
| D | GlobalActions.java | 272 String actionKey = defaultActions[i]; in createDialog() local
|