Searched refs:ACTION_SEARCH (Results 1 – 8 of 8) sorted by relevance
82 cursor.newRow().add(id).add(string).add(Intent.ACTION_SEARCH).add(string); in addRow()
330 assertTrue(intent.getAction().equals(Intent.ACTION_SEARCH) in queryIntentActivities()
1629 String action = Intent.ACTION_SEARCH; in launchQuerySearch()1702 Intent queryIntent = new Intent(Intent.ACTION_SEARCH); in createVoiceAppSearchIntent()1776 action = Intent.ACTION_SEARCH; in createIntentFromSuggestion()
235 final Intent intent = new Intent(Intent.ACTION_SEARCH); in updateSearchableList()
553 String action = Intent.ACTION_SEARCH; in launchQuerySearch()
1382 public static final String ACTION_SEARCH = "android.intent.action.SEARCH"; field in Intent
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
10910 field public static final String ACTION_SEARCH = "android.intent.action.SEARCH";