HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_SEARCH (Results 1 - 25 of 46) sorted by null

1 2

  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
SearchActivity.java 26 * An Activity which is only used for recieving ACTION_SEARCH intents, saving any queries
37 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SearchQueryResults.java 38 * with the ACTION_SEARCH intent, and if so, we handle it.
55 if (Intent.ACTION_SEARCH.equals(queryAction)) {
59 mDeliveredByText.setText("onCreate(), but no ACTION_SEARCH intent");
77 if (Intent.ACTION_SEARCH.equals(queryAction)) {
81 mDeliveredByText.setText("onNewIntent(), but no ACTION_SEARCH intent");
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
MainActivity.java 59 // by the intent is ACTION_SEARCH.
60 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
  /developers/samples/android/content/contacts/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
MainActivity.java 59 // by the intent is ACTION_SEARCH.
60 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
  /development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
MainActivity.java 59 // by the intent is ACTION_SEARCH.
60 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
  /packages/services/Telephony/src/com/android/phone/
ProcessOutgoingCallTest.java 58 Intent newIntent = new Intent(Intent.ACTION_SEARCH);
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListActivity.java 67 if (Intent.ACTION_SEARCH.equals(getIntent().getAction())) {
  /frameworks/base/core/tests/coretests/src/android/app/
SuggestionProvider.java 82 cursor.newRow().add(id).add(string).add(Intent.ACTION_SEARCH).add(string);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
AbstractSource.java 88 Intent intent = new Intent(Intent.ACTION_SEARCH);
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSource.java 76 return Intent.ACTION_SEARCH;
  /packages/apps/Browser/src/com/android/browser/
IntentHandler.java 96 || Intent.ACTION_SEARCH.equals(action)
222 } else if (Intent.ACTION_SEARCH.equals(action)
263 } else if (Intent.ACTION_SEARCH.equals(action)
NavigationBarBase.java 172 String action = Intent.ACTION_SEARCH;
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java 75 } else if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 298 Intent intent = new Intent(Intent.ACTION_SEARCH);
305 Intent intent = new Intent(Intent.ACTION_SEARCH);
312 Intent intent = new Intent(Intent.ACTION_SEARCH);
318 Intent intent = new Intent(Intent.ACTION_SEARCH);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 65 if (Intent.ACTION_WEB_SEARCH.equals(action) || Intent.ACTION_SEARCH.equals(action)) {
  /packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java 152 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
264 MenuItem item = menu.findItem(R.id.action_search);
284 } else if (itemId == R.id.action_search) {
310 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 221 if (Intent.ACTION_SEARCH.equals(action)) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/search/
SearchablesTest.java 330 assertTrue(intent.getAction().equals(Intent.ACTION_SEARCH)
  /packages/apps/Contacts/src/com/android/contacts/activities/
ShowOrCreateActivity.java 53 * {@link Intent#ACTION_SEARCH}.
181 Intent listIntent = new Intent(Intent.ACTION_SEARCH);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsIntentResolver.java 126 } else if (Intent.ACTION_SEARCH.equals(action)) {
  /frameworks/base/services/core/java/com/android/server/search/
Searchables.java 186 * ACTION_SEARCH & ACTION_WEB_SEARCH intents.
194 * TODO: every activity that provides a ACTION_SEARCH intent should
212 // Use intent resolver to generate list of ACTION_SEARCH & ACTION_WEB_SEARCH receivers.
214 final Intent intent = new Intent(Intent.ACTION_SEARCH);
  /packages/apps/Mms/src/com/android/mms/
SuggestionsProvider.java 304 return Intent.ACTION_SEARCH;
  /frameworks/base/core/java/android/widget/
SearchView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java     [all...]
  /frameworks/base/core/java/android/app/
SearchDialog.java 537 String action = Intent.ACTION_SEARCH;

Completed in 3114 milliseconds

1 2