Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DAbstractSuggestionWrapper.kt32 override val suggestionIntentAction: String? constant in com.android.quicksearchbox.AbstractSuggestionWrapper
33 get() = current()?.suggestionIntentAction
DSuggestionUtils.kt29 val action: String? = suggestion?.suggestionIntentAction in getSuggestionIntent()
63 val action: String = makeKeyComponent(suggestion.suggestionIntentAction) in getSuggestionKey()
DCursorBackedSuggestionCursor.kt156 override val suggestionIntentAction: String? constant
188 get() = Intent.ACTION_WEB_SEARCH.equals(suggestionIntentAction)
DSuggestionData.kt61 override val suggestionIntentAction: String? constant in com.android.quicksearchbox.SuggestionData
74 get() = Intent.ACTION_WEB_SEARCH.equals(suggestionIntentAction)
DSuggestion.kt62 val suggestionIntentAction: String? constant
DSuggestionCursorBackedCursor.kt85 COLUMN_INDEX_INTENT_ACTION -> get()?.suggestionIntentAction in getString()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DAbstractGoogleSourceResult.kt66 override val suggestionIntentAction: String? constant