Home
last modified time | relevance | path

Searched refs:launchSuggestion (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/suggestions/
H A DSuggestionPreference.java65 holder.itemView.setOnClickListener(v -> launchSuggestion()); in onBindViewHolder()
68 containerView.setOnClickListener(v -> launchSuggestion()); in onBindViewHolder()
75 itemContainerView.setOnClickListener(v -> launchSuggestion()); in onBindViewHolder()
89 private void launchSuggestion() { in launchSuggestion() method in SuggestionPreference
92 mSuggestionControllerMixin.launchSuggestion(mSuggestion); in launchSuggestion()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/suggestions/
H A DSuggestionPreference.java42 void launchSuggestion(SuggestionPreference preference); in launchSuggestion() method
90 holder.itemView.setOnClickListener(v -> mCallback.launchSuggestion(this)); in onBindViewHolder()
H A DSuggestionsPreferenceController.java197 public void launchSuggestion(SuggestionPreference preference) { in launchSuggestion() method in SuggestionsPreferenceController
203 mSuggestionController.launchSuggestion(suggestion); in launchSuggestion()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
H A DSuggestionController.java129 public void launchSuggestion(Suggestion suggestion) { in launchSuggestion() method in SuggestionController
136 mRemoteService.launchSuggestion(suggestion); in launchSuggestion()
H A DSuggestionControllerMixin.java141 public void launchSuggestion(Suggestion suggestion) { in launchSuggestion() method in SuggestionControllerMixin
142 mSuggestionController.launchSuggestion(suggestion); in launchSuggestion()
H A DSuggestionControllerMixinCompat.java140 public void launchSuggestion(Suggestion suggestion) { in launchSuggestion() method in SuggestionControllerMixinCompat
141 mSuggestionController.launchSuggestion(suggestion); in launchSuggestion()
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/suggestions/
H A DSuggestionsPreferenceControllerTest.java208 mController.launchSuggestion(preference); in launchSuggestion_sendsPendingIntent()
220 mController.launchSuggestion(preference); in launchSuggestion_callsSuggestionControllerLaunch()
222 verify(mSuggestionController).launchSuggestion(suggestion); in launchSuggestion_callsSuggestionControllerLaunch()
H A DSuggestionPreferenceTest.java114 verify(mCallback).launchSuggestion(mPref); in onClick_callsLaunchSuggestion()
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchActivity.java410 private boolean launchSuggestion(SuggestionsAdapter<?> adapter, long id) { in launchSuggestion() method in SearchActivity
422 launchSuggestion(suggestion.getCursor(), suggestion.getPosition()); in launchSuggestion()
427 protected void launchSuggestion(SuggestionCursor suggestions, int position) { in launchSuggestion() method in SearchActivity
497 launchSuggestion(adapter, id); in onSuggestionClicked()
/aosp12/frameworks/base/core/java/android/service/settings/suggestions/
H A DISuggestionService.aidl25 void launchSuggestion(in Suggestion suggestion) = 3;
H A DSuggestionService.java59 public void launchSuggestion(Suggestion suggestion) { in onBind() method
/aosp12/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/
H A DSuggestionServiceTest.java82 serviceBinder.launchSuggestion(null); in launchSuggestion_shouldCallImplementation()
/aosp12/frameworks/base/core/java/android/widget/
H A DSearchView.java1497 launchSuggestion(position, KeyEvent.KEYCODE_UNKNOWN, null); in onItemClicked()
1581 private boolean launchSuggestion(int position, int actionKey, String actionMsg) { in launchSuggestion() method in SearchView
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt53584 Landroid/service/settings/suggestions/ISuggestionService$Stub$Proxy;->launchSuggestion(Landroid/ser…
53594 Landroid/service/settings/suggestions/ISuggestionService;->launchSuggestion(Landroid/service/settin…
72856 Landroid/widget/SearchView;->launchSuggestion(IILjava/lang/String;)Z