Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DSuggestionProvider.java50 SearchManager.SUGGEST_COLUMN_INTENT_ACTION,
/frameworks/base/core/java/android/app/
DSearchManager.java283 public final static String SUGGEST_COLUMN_INTENT_ACTION = "suggest_intent_action"; field in SearchManager
/frameworks/base/docs/html/guide/topics/search/
Dadding-custom-suggestions.jd358 <dt>{@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_ACTION}</dt>
443 <li>Use the {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_ACTION} column to define the
445 <p>Add the {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_ACTION} column to
455 {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_ACTION} column. If you do not include
456 a value in the {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_ACTION} column, then the
461 <em>must</em> include a value in the {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_ACTION}
568 android.app.SearchManager#SUGGEST_COLUMN_INTENT_ACTION} column. The system opens your
Dsearchable-config.jd167 android.app.SearchManager#SUGGEST_COLUMN_INTENT_ACTION} column), this value is placed in the action
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java1519 String action = getColumnString(c, SearchManager.SUGGEST_COLUMN_INTENT_ACTION); in createIntentFromSuggestion()
/frameworks/base/core/java/android/widget/
DSearchView.java1579 String action = getColumnString(c, SearchManager.SUGGEST_COLUMN_INTENT_ACTION); in createIntentFromSuggestion()
/frameworks/base/api/
Dcurrent.txt4180 … field public static final java.lang.String SUGGEST_COLUMN_INTENT_ACTION = "suggest_intent_action";