HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_SEARCH (Results 1 - 25 of 39) 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/BasicContactablesSample/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)
215 } else if (Intent.ACTION_SEARCH.equals(action)
256 } else if (Intent.ACTION_SEARCH.equals(action)
NavigationBarBase.java 172 String action = Intent.ACTION_SEARCH;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneController.java 66 if (Intent.ACTION_SEARCH.equals(mActivity.getIntent().getAction())) {
129 mLayout.setController(this, Intent.ACTION_SEARCH.equals(mActivity.getIntent().getAction()));
463 return Intent.ACTION_SEARCH.equals(mActivity.getIntent().getAction())
  /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/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 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...]
  /frameworks/base/core/java/android/app/
SearchDialog.java 538 String action = Intent.ACTION_SEARCH;
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 567 return Intent.ACTION_SEARCH;
    [all...]

Completed in 754 milliseconds

1 2