Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSearchManager.java308 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.java1535 String id = getColumnString(c, SearchManager.SUGGEST_COLUMN_INTENT_DATA_ID); in createIntentFromSuggestion()
/frameworks/base/core/java/android/widget/
DSearchView.java1595 String id = getColumnString(c, SearchManager.SUGGEST_COLUMN_INTENT_DATA_ID); in createIntentFromSuggestion()
/frameworks/base/api/
Dcurrent.txt4182 …field public static final java.lang.String SUGGEST_COLUMN_INTENT_DATA_ID = "suggest_intent_data_id…