Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DAbstractSuggestionWrapper.kt26 override val suggestionFormat: String? constant in com.android.quicksearchbox.AbstractSuggestionWrapper
27 get() = current()?.suggestionFormat
DSuggestion.kt36 val suggestionFormat: String? constant
DSuggestionCursorBackedCursor.kt89 COLUMN_INDEX_FORMAT -> get()?.suggestionFormat in getString()
DCursorBackedSuggestionCursor.kt140 override val suggestionFormat: String? constant
DSuggestionData.kt47 override val suggestionFormat: String constant in com.android.quicksearchbox.SuggestionData
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DAbstractGoogleSourceResult.kt60 override val suggestionFormat: String? constant
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DDefaultSuggestionView.kt126 val isHtml = "html" == suggestion?.suggestionFormat in formatText()