Searched refs:ACTION_SEARCH (Results 1 – 9 of 9) sorted by relevance
82 cursor.newRow().add(id).add(string).add(Intent.ACTION_SEARCH).add(string); in addRow()
143 ACTION_SEARCH = 8; enumerator
330 assertTrue(intent.getAction().equals(Intent.ACTION_SEARCH) in queryIntentActivities()
234 final Intent intent = new Intent(Intent.ACTION_SEARCH); in updateSearchableList()
1621 String action = Intent.ACTION_SEARCH; in launchQuerySearch()1694 Intent queryIntent = new Intent(Intent.ACTION_SEARCH); in createVoiceAppSearchIntent()1768 action = Intent.ACTION_SEARCH; in createIntentFromSuggestion()
553 String action = Intent.ACTION_SEARCH; in launchQuerySearch()
1314 public static final String ACTION_SEARCH = "android.intent.action.SEARCH"; field in Intent
7674 field public static final java.lang.String ACTION_SEARCH = "android.intent.action.SEARCH";
10300 field public static final String ACTION_SEARCH = "android.intent.action.SEARCH";