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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestion.java122 boolean isHistorySuggestion(); method in interface:Suggestion
H A DAbstractSuggestionWrapper.java98 public boolean isHistorySuggestion() { method in class:AbstractSuggestionWrapper
99 return current().isHistorySuggestion();
H A DCursorBackedSourceResult.java55 public boolean isHistorySuggestion() { method in class:CursorBackedSourceResult
H A DSuggestionData.java126 public boolean isHistorySuggestion() { method in class:SuggestionData
H A DShortcutRepositoryImplLog.java434 public boolean isHistorySuggestion() { method in class:ShortcutRepositoryImplLog.SuggestionCursorImpl
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DAbstractGoogleSourceResult.java142 public boolean isHistorySuggestion() { method in class:AbstractGoogleSourceResult
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DWebSearchSuggestionView.java64 setIsHistorySuggestion(suggestion.isHistorySuggestion());
H A DBaseSuggestionView.java80 return suggestion.isSuggestionShortcut() || suggestion.isHistorySuggestion();

Completed in 455 milliseconds