Searched refs:SUGGEST_COLUMN_INTENT_ACTION (Results 1 – 7 of 7) sorted by relevance
50 SearchManager.SUGGEST_COLUMN_INTENT_ACTION,
283 public final static String SUGGEST_COLUMN_INTENT_ACTION = "suggest_intent_action"; field in SearchManager
358 <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 the445 <p>Add the {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_ACTION} column to455 {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_ACTION} column. If you do not include456 a value in the {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_ACTION} column, then the461 <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
167 android.app.SearchManager#SUGGEST_COLUMN_INTENT_ACTION} column), this value is placed in the action
1519 String action = getColumnString(c, SearchManager.SUGGEST_COLUMN_INTENT_ACTION); in createIntentFromSuggestion()
1579 String action = getColumnString(c, SearchManager.SUGGEST_COLUMN_INTENT_ACTION); in createIntentFromSuggestion()
4180 … field public static final java.lang.String SUGGEST_COLUMN_INTENT_ACTION = "suggest_intent_action";