Home
last modified time | relevance | path

Searched refs:ACTION_SEARCH (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DSuggestionProvider.java82 cursor.newRow().add(id).add(string).add(Intent.ACTION_SEARCH).add(string); in addRow()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/search/
H A DSearchablesTest.java330 assertTrue(intent.getAction().equals(Intent.ACTION_SEARCH) in queryIntentActivities()
/aosp14/frameworks/base/core/java/android/widget/
H A DSearchView.java1629 String action = Intent.ACTION_SEARCH; in launchQuerySearch()
1702 Intent queryIntent = new Intent(Intent.ACTION_SEARCH); in createVoiceAppSearchIntent()
1776 action = Intent.ACTION_SEARCH; in createIntentFromSuggestion()
/aosp14/frameworks/base/services/core/java/com/android/server/search/
H A DSearchables.java235 final Intent intent = new Intent(Intent.ACTION_SEARCH); in updateSearchableList()
/aosp14/frameworks/base/core/java/android/app/
H A DSearchDialog.java553 String action = Intent.ACTION_SEARCH; in launchQuerySearch()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java1382 public static final String ACTION_SEARCH = "android.intent.action.SEARCH"; field in Intent
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt10910 field public static final String ACTION_SEARCH = "android.intent.action.SEARCH";