Home
last modified time | relevance | path

Searched refs:defaultIntentAction (Results 1 – 4 of 4) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSource.kt108 val defaultIntentAction: String? constant
DSuggestionData.kt62 get() = mIntentAction ?: suggestionSource?.defaultIntentAction
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DAbstractGoogleSourceResult.kt67 get() = mSource.defaultIntentAction
DAbstractGoogleSource.kt55 override val defaultIntentAction: String constant