Home
last modified time | relevance | path

Searched refs:getSuggestionIntentComponent (Results 1 – 7 of 7) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DAbstractSuggestionWrapper.java50 public ComponentName getSuggestionIntentComponent() { in getSuggestionIntentComponent() method in AbstractSuggestionWrapper
51 return current().getSuggestionIntentComponent(); in getSuggestionIntentComponent()
DSuggestion.java85 ComponentName getSuggestionIntentComponent(); in getSuggestionIntentComponent() method
DCursorBackedSourceResult.java49 public ComponentName getSuggestionIntentComponent() { in getSuggestionIntentComponent() method in CursorBackedSourceResult
DSuggestionUtils.java62 intent.setComponent(suggestion.getSuggestionIntentComponent()); in getSuggestionIntent()
DCursorBackedSuggestionCursor.java205 public abstract ComponentName getSuggestionIntentComponent(); in getSuggestionIntentComponent() method in CursorBackedSuggestionCursor
DSuggestionData.java98 public ComponentName getSuggestionIntentComponent() { in getSuggestionIntentComponent() method in SuggestionData
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DAbstractGoogleSourceResult.java110 public ComponentName getSuggestionIntentComponent() { in getSuggestionIntentComponent() method in AbstractGoogleSourceResult