Home
last modified time | relevance | path

Searched defs:suggestion (Results 1 – 25 of 42) sorted by relevance

12

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DSuggestionViewFactory.java45 String getViewType(Suggestion suggestion); in getViewType()
56 View getView(SuggestionCursor suggestion, String userQuery, View convertView, ViewGroup parent); in getView()
61 boolean canCreateView(Suggestion suggestion); in canCreateView()
DDefaultSuggestionViewFactory.java64 public View getView(SuggestionCursor suggestion, String userQuery, in getView()
75 public String getViewType(Suggestion suggestion) { in getViewType()
85 public boolean canCreateView(Suggestion suggestion) { in canCreateView()
DSuggestionViewInflater.java62 public View getView(SuggestionCursor suggestion, String userQuery, in getView()
75 public String getViewType(Suggestion suggestion) { in getViewType()
79 public boolean canCreateView(Suggestion suggestion) { in canCreateView()
DWebSearchSuggestionView.java58 public void bindAsSuggestion(Suggestion suggestion, String userQuery) { in bindAsSuggestion()
97 public boolean canCreateView(Suggestion suggestion) { in canCreateView()
DSuggestionView.java28 void bindAsSuggestion(Suggestion suggestion, String userQuery); in bindAsSuggestion()
DBaseSuggestionView.java64 public void bindAsSuggestion(Suggestion suggestion, String userQuery) { in bindAsSuggestion()
74 protected boolean isFromHistory(Suggestion suggestion) { in isFromHistory()
DDefaultSuggestionView.java87 public void bindAsSuggestion(Suggestion suggestion, String userQuery) { in bindAsSuggestion()
127 private CharSequence formatText(String str, Suggestion suggestion) { in formatText()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/
DSuggestionService.java50 public void onSuggestionDismissed(Suggestion suggestion) { in onSuggestionDismissed()
64 public void onSuggestionLaunched(Suggestion suggestion) { in onSuggestionLaunched()
/packages/apps/Car/Settings/src/com/android/car/settings/suggestions/
DSuggestionPreference.java51 public SuggestionPreference(Context context, Suggestion suggestion, Callback callback) { in SuggestionPreference()
74 public void updateSuggestion(Suggestion suggestion) { in updateSuggestion()
DSuggestionsPreferenceController.java199 Suggestion suggestion = preference.getSuggestion(); in launchSuggestion() local
215 Suggestion suggestion = preference.getSuggestion(); in dismissSuggestion() local
232 private String getSuggestionPreferenceKey(Suggestion suggestion) { in getSuggestionPreferenceKey()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionNonFormatter.java30 public CharSequence formatSuggestion(String query, String suggestion) { in formatSuggestion()
DSuggestionUtils.java34 public static Intent getSuggestionIntent(SuggestionCursor suggestion, Bundle appSearchData) { in getSuggestionIntent()
70 public static String getSuggestionKey(Suggestion suggestion) { in getSuggestionKey()
DListSuggestionCursorNoDuplicates.java40 public boolean add(Suggestion suggestion) { in add()
DListSuggestionCursor.java65 public boolean add(Suggestion suggestion) { in add()
96 public void replaceRow(Suggestion suggestion) { in replaceRow()
DSuggestionFormatter.java40 public abstract CharSequence formatSuggestion(String query, String suggestion); in formatSuggestion()
/packages/apps/Settings/src/com/android/settings/dashboard/suggestions/
DSuggestionFeatureProvider.java39 boolean isSuggestionComplete(Context context, @NonNull ComponentName suggestion); in isSuggestionComplete()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/dashboard/suggestions/
DSuggestionFeatureProvider.java39 boolean isSuggestionComplete(Context context, @NonNull ComponentName suggestion); in isSuggestionComplete()
/packages/apps/Dialer/java/com/android/dialer/preferredsim/
DPreferredAccountRecorder.java38 @Nullable private final Suggestion suggestion; field in PreferredAccountRecorder
42 @Nullable String number, @Nullable Suggestion suggestion, @Nullable String dataId) { in PreferredAccountRecorder()
DPreferredAccountWorker.java78 public abstract Builder setSuggestion(Suggestion suggestion); in setSuggestion()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DAutoCorrectionUtils.java32 public static boolean suggestionExceedsThreshold(final SuggestedWordInfo suggestion, in suggestionExceedsThreshold()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/model/
DSuggestionListBuilder.java59 final Suggestion suggestion = suggestions.get(i); in dedupeSuggestions() local
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/suggestions/
DSuggestionsPreferenceControllerTest.java204 Suggestion suggestion = new Suggestion.Builder("1").setPendingIntent(pendingIntent).build(); in launchSuggestion_sendsPendingIntent() local
216 Suggestion suggestion = new Suggestion.Builder("1").setPendingIntent(pendingIntent).build(); in launchSuggestion_callsSuggestionControllerLaunch() local
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/
DMainFragmentTest.java321 Suggestion suggestion = new Suggestion.Builder("xyz").setSummary("abc").build(); in testUpdateSuggestionList_hasTheSameSuggestion() local
336 Suggestion suggestion = new Suggestion.Builder("xyz").setSummary("abc").build(); in testUpdateSuggestionList_hasNewSuggestion() local
/packages/apps/Dialer/java/com/android/dialer/preferredsim/impl/
DPreferredAccountWorkerImpl.java121 Optional<Suggestion> suggestion = in doInBackground() local
171 Suggestion suggestion, List<PhoneAccountHandle> candidates, @Nullable String dataId) { in useSuggestedSim()
190 @Nullable Suggestion suggestion) { in createDialogOptionsBuilder()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DMaterialSearchSuggestionsList.java132 final String suggestion = c.getString(textIndex); in doInBackground() local
160 final String suggestion; field in MaterialSearchSuggestionsList.SuggestionItem

12