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

1 2

  /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/samples/android/content/contacts/BasicContactables/BasicContactables/src/main/java/com/example/android/basiccontactables/
MainActivity.java 59 // by the intent is ACTION_SEARCH.
60 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
  /packages/apps/Phone/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 89 Intent intent = new Intent(Intent.ACTION_SEARCH);
SearchableSource.java 266 Intent queryIntent = new Intent(Intent.ACTION_SEARCH);
455 return Intent.ACTION_SEARCH;
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationLauncher.java 54 } else if (Intent.ACTION_SEARCH.equals(action)) {
  /packages/apps/Browser/src/com/android/browser/
IntentHandler.java 96 || Intent.ACTION_SEARCH.equals(action)
234 } else if (Intent.ACTION_SEARCH.equals(action)
275 } 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 292 Intent intent = new Intent(Intent.ACTION_SEARCH);
299 Intent intent = new Intent(Intent.ACTION_SEARCH);
306 Intent intent = new Intent(Intent.ACTION_SEARCH);
312 Intent intent = new Intent(Intent.ACTION_SEARCH);
  /packages/apps/Email/src/com/android/email/
MessageListContext.java 73 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
  /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/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSource.java 92 return Intent.ACTION_SEARCH;
  /packages/apps/Email/src/com/android/email/activity/
EmailActivity.java 152 i.setAction(Intent.ACTION_SEARCH);
162 && Intent.ACTION_SEARCH.equals(getIntent().getAction())
  /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 52 * {@link Intent#ACTION_SEARCH}.
180 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/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...]

Completed in 468 milliseconds

1 2