Searched refs:suggestionIntentAction (Results 1 – 7 of 7) sorted by relevance
32 override val suggestionIntentAction: String? constant in com.android.quicksearchbox.AbstractSuggestionWrapper33 get() = current()?.suggestionIntentAction
29 val action: String? = suggestion?.suggestionIntentAction in getSuggestionIntent()63 val action: String = makeKeyComponent(suggestion.suggestionIntentAction) in getSuggestionKey()
156 override val suggestionIntentAction: String? constant188 get() = Intent.ACTION_WEB_SEARCH.equals(suggestionIntentAction)
61 override val suggestionIntentAction: String? constant in com.android.quicksearchbox.SuggestionData74 get() = Intent.ACTION_WEB_SEARCH.equals(suggestionIntentAction)
62 val suggestionIntentAction: String? constant
85 COLUMN_INDEX_INTENT_ACTION -> get()?.suggestionIntentAction in getString()
66 override val suggestionIntentAction: String? constant