Home
last modified time | relevance | path

Searched defs:actionKey (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
DSearchView.java999 SearchableInfo.ActionKeyInfo actionKey = mSearchable.findActionKey(keyCode); in onKeyDown() local
1106 SearchableInfo.ActionKeyInfo actionKey = mSearchable.findActionKey(keyCode); in onSuggestionsKey() local
1137 private static String getActionKeyMessage(Cursor c, SearchableInfo.ActionKeyInfo actionKey) { in getActionKeyMessage()
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/android/support/v7/widget/
DSearchView.java1385 boolean onItemClicked(int position, int actionKey, String actionMsg) { in onItemClicked()
1474 private boolean launchSuggestion(int position, int actionKey, String actionMsg) { in launchSuggestion()
1513 void launchQuerySearch(int actionKey, String actionMsg, String query) { in launchQuerySearch()
1533 int actionKey, String actionMsg) { in createIntent()
1651 private Intent createIntentFromSuggestion(Cursor c, int actionKey, String actionMsg) { in createIntentFromSuggestion()
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java273 String actionKey = defaultActions[i]; in createDialog() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java272 String actionKey = defaultActions[i]; in createDialog() local