/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/suggestions/ |
H A D | SuggestionPreference.java | 65 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 D | SuggestionPreference.java | 42 void launchSuggestion(SuggestionPreference preference); in launchSuggestion() method 90 holder.itemView.setOnClickListener(v -> mCallback.launchSuggestion(this)); in onBindViewHolder()
|
H A D | SuggestionsPreferenceController.java | 197 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 D | SuggestionController.java | 129 public void launchSuggestion(Suggestion suggestion) { in launchSuggestion() method in SuggestionController 136 mRemoteService.launchSuggestion(suggestion); in launchSuggestion()
|
H A D | SuggestionControllerMixin.java | 141 public void launchSuggestion(Suggestion suggestion) { in launchSuggestion() method in SuggestionControllerMixin 142 mSuggestionController.launchSuggestion(suggestion); in launchSuggestion()
|
H A D | SuggestionControllerMixinCompat.java | 140 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 D | SuggestionsPreferenceControllerTest.java | 208 mController.launchSuggestion(preference); in launchSuggestion_sendsPendingIntent() 220 mController.launchSuggestion(preference); in launchSuggestion_callsSuggestionControllerLaunch() 222 verify(mSuggestionController).launchSuggestion(suggestion); in launchSuggestion_callsSuggestionControllerLaunch()
|
H A D | SuggestionPreferenceTest.java | 114 verify(mCallback).launchSuggestion(mPref); in onClick_callsLaunchSuggestion()
|
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
H A D | SearchActivity.java | 410 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 D | ISuggestionService.aidl | 25 void launchSuggestion(in Suggestion suggestion) = 3;
|
H A D | SuggestionService.java | 59 public void launchSuggestion(Suggestion suggestion) { in onBind() method
|
/aosp12/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/ |
H A D | SuggestionServiceTest.java | 82 serviceBinder.launchSuggestion(null); in launchSuggestion_shouldCallImplementation()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | SearchView.java | 1497 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 D | hiddenapi-max-target-o.txt | 53584 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
|