Searched refs:getSuggestionIntentComponent (Results 1 - 8 of 8) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestion.java85 ComponentName getSuggestionIntentComponent(); method in interface:Suggestion
H A DAbstractSuggestionWrapper.java50 public ComponentName getSuggestionIntentComponent() { method in class:AbstractSuggestionWrapper
51 return current().getSuggestionIntentComponent();
H A DCursorBackedSourceResult.java47 public ComponentName getSuggestionIntentComponent() { method in class:CursorBackedSourceResult
H A DSuggestionUtils.java62 intent.setComponent(suggestion.getSuggestionIntentComponent());
H A DCursorBackedSuggestionCursor.java205 public abstract ComponentName getSuggestionIntentComponent(); method in class:CursorBackedSuggestionCursor
H A DSuggestionData.java98 public ComponentName getSuggestionIntentComponent() { method in class:SuggestionData
H A DShortcutRepositoryImplLog.java412 public ComponentName getSuggestionIntentComponent() { method in class:ShortcutRepositoryImplLog.SuggestionCursorImpl
415 // we want to return the same value that getSuggestionIntentComponent() did for the
530 String intentComponent = componentNameToString(suggestion.getSuggestionIntentComponent());
587 String intentComponent = componentNameToString(suggestion.getSuggestionIntentComponent());
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DAbstractGoogleSourceResult.java110 public ComponentName getSuggestionIntentComponent() { method in class:AbstractGoogleSourceResult

Completed in 45 milliseconds