Home
last modified time | relevance | path

Searched defs:launchSuggestion (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/java/android/service/settings/suggestions/
H A DSuggestionService.java59 public void launchSuggestion(Suggestion suggestion) { in onBind() method
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
H A DSuggestionController.java129 public void launchSuggestion(Suggestion suggestion) { in launchSuggestion() method in SuggestionController
H A DSuggestionControllerMixin.java141 public void launchSuggestion(Suggestion suggestion) { in launchSuggestion() method in SuggestionControllerMixin
H A DSuggestionControllerMixinCompat.java140 public void launchSuggestion(Suggestion suggestion) { in launchSuggestion() method in SuggestionControllerMixinCompat
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/suggestions/
H A DSuggestionPreference.java42 void launchSuggestion(SuggestionPreference preference); in launchSuggestion() method
H A DSuggestionsPreferenceController.java197 public void launchSuggestion(SuggestionPreference preference) { in launchSuggestion() method in SuggestionsPreferenceController
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/suggestions/
H A DSuggestionPreference.java89 private void launchSuggestion() { in launchSuggestion() method in SuggestionPreference
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchActivity.java410 private boolean launchSuggestion(SuggestionsAdapter<?> adapter, long id) { in launchSuggestion() method in SearchActivity
427 protected void launchSuggestion(SuggestionCursor suggestions, int position) { in launchSuggestion() method in SearchActivity
/aosp12/frameworks/base/core/java/android/widget/
H A DSearchView.java1581 private boolean launchSuggestion(int position, int actionKey, String actionMsg) { in launchSuggestion() method in SearchView