Home
last modified time | relevance | path

Searched refs:SUGGEST_COLUMN_INTENT_DATA (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/app/
DSearchManager.java312 public final static String SUGGEST_COLUMN_INTENT_DATA = "suggest_intent_data"; field in SearchManager
/frameworks/base/docs/html/guide/topics/search/
Dsearchable-config.jd102 {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA} column to rewrite the
104 {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA} are suitable for user
174 android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA} column), this value is
Dadding-custom-suggestions.jd365 <dt>{@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA}</dt>
480 android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA} column of your suggestions table.
483 {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA} column and then populating it with
490 {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA} column name as an alias for the row ID
591 {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA} column is used to rewrite the
/frameworks/base/core/java/android/widget/
DSuggestionsAdapter.java465 String data = getColumnString(cursor, SearchManager.SUGGEST_COLUMN_INTENT_DATA); in convertToString()
DSearchView.java1641 String data = getColumnString(c, SearchManager.SUGGEST_COLUMN_INTENT_DATA); in createIntentFromSuggestion()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSuggestionsAdapter.java424 String data = getColumnString(cursor, SearchManager.SUGGEST_COLUMN_INTENT_DATA); in convertToString()
DSearchView.java1549 String data = getColumnString(c, SearchManager.SUGGEST_COLUMN_INTENT_DATA); in createIntentFromSuggestion()
/frameworks/base/docs/html/training/tv/discovery/
Dsearchable.jd177 table, you map that value with the {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA} fie…
181 {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA} field value.</p>
/frameworks/base/api/
Dsystem-current.txt5082 field public static final java.lang.String SUGGEST_COLUMN_INTENT_DATA = "suggest_intent_data";
Dcurrent.txt4992 field public static final java.lang.String SUGGEST_COLUMN_INTENT_DATA = "suggest_intent_data";