Home
last modified time | relevance | path

Searched refs:SUGGEST_COLUMN_INTENT_DATA_ID (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/docs/html/training/tv/discovery/
Dsearchable.jd159 map.put(SearchManager.SUGGEST_COLUMN_INTENT_DATA_ID, "rowid AS " +
160 SearchManager.SUGGEST_COLUMN_INTENT_DATA_ID);
168 …le above, notice the mapping to the {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA_ID}
180 combination of the {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA_ID}
232 SearchManager.SUGGEST_COLUMN_INTENT_DATA_ID
275 … row is established with the {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA_ID} field,
/frameworks/base/core/java/android/app/
DSearchManager.java329 public final static String SUGGEST_COLUMN_INTENT_DATA_ID = "suggest_intent_data_id"; field in SearchManager
/frameworks/base/docs/html/guide/topics/search/
Dadding-custom-suggestions.jd374 <dt>{@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA_ID}</dt>
500 android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA_ID} column of your
518 android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA_ID}
521 respective value from the {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA_ID} column to
562 android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA_ID} column. The URI is then passed to the local
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java1722 String id = getColumnString(c, SearchManager.SUGGEST_COLUMN_INTENT_DATA_ID); in createIntentFromSuggestion()
/frameworks/base/core/java/android/widget/
DSearchView.java1757 String id = getColumnString(c, SearchManager.SUGGEST_COLUMN_INTENT_DATA_ID); in createIntentFromSuggestion()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4993 …field public static final java.lang.String SUGGEST_COLUMN_INTENT_DATA_ID = "suggest_intent_data_id…
/frameworks/base/api/
Dcurrent.txt5481 …field public static final java.lang.String SUGGEST_COLUMN_INTENT_DATA_ID = "suggest_intent_data_id…
Dtest-current.txt5482 …field public static final java.lang.String SUGGEST_COLUMN_INTENT_DATA_ID = "suggest_intent_data_id…
Dsystem-current.txt5629 …field public static final java.lang.String SUGGEST_COLUMN_INTENT_DATA_ID = "suggest_intent_data_id…