Searched refs:launchSuggestion (Results 1 – 6 of 6) sorted by relevance
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 SuggestionPreference92 mSuggestionControllerMixin.launchSuggestion(mSuggestion); in launchSuggestion()
410 private boolean launchSuggestion(SuggestionsAdapter<?> adapter, long id) { in launchSuggestion() method in SearchActivity422 launchSuggestion(suggestion.getCursor(), suggestion.getPosition()); in launchSuggestion()427 protected void launchSuggestion(SuggestionCursor suggestions, int position) { in launchSuggestion() method in SearchActivity497 launchSuggestion(adapter, id); in onSuggestionClicked()
42 void launchSuggestion(SuggestionPreference preference); in launchSuggestion() method90 holder.itemView.setOnClickListener(v -> mCallback.launchSuggestion(this)); in onBindViewHolder()
197 public void launchSuggestion(SuggestionPreference preference) { in launchSuggestion() method in SuggestionsPreferenceController203 mSuggestionController.launchSuggestion(suggestion); in launchSuggestion()
208 mController.launchSuggestion(preference); in launchSuggestion_sendsPendingIntent()220 mController.launchSuggestion(preference); in launchSuggestion_callsSuggestionControllerLaunch()222 verify(mSuggestionController).launchSuggestion(suggestion); in launchSuggestion_callsSuggestionControllerLaunch()
114 verify(mCallback).launchSuggestion(mPref); in onClick_callsLaunchSuggestion()