HomeSort by relevance Sort by last modified time
    Searched defs:Suggestion (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.h 49 Suggestion, // Autocomplete/autofill popup.
  /external/clang/lib/Frontend/
Warnings.cpp 39 StringRef Suggestion = DiagnosticIDs::getNearestWarningOption(Opt);
40 if (!Suggestion.empty())
43 << (Prefix.str() += Opt) << (Prefix.str() += Suggestion);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestion.java 23 public interface Suggestion {
26 * Gets the source that produced the current suggestion.
31 * Gets the shortcut ID of the current suggestion.
49 * Gets the first text line for the current suggestion.
54 * Gets the second text line for the current suggestion.
59 * Gets the second text line URL for the current suggestion.
64 * Gets the left-hand-side icon for the current suggestion.
71 * Gets the right-hand-side icon for the current suggestion.
78 * Gets the intent action for the current suggestion.
83 * Gets the name of the activity that the intent for the current suggestion will be sent to
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 70 public static final class Suggestion {
373 public List<Suggestion> getSuggestions() {
374 ArrayList<Suggestion> list = Lists.newArrayList();
376 Suggestion suggestion = null; local
382 suggestion = new Suggestion();
383 suggestion.contactId = contactId;
384 suggestion.name = mDataCursor.getString(DataQuery.DISPLAY_NAME);
385 suggestion.lookupKey = mDataCursor.getString(DataQuery.LOOKUP_KEY)
    [all...]

Completed in 84 milliseconds