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

  /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");
  /packages/apps/Phone/src/com/android/phone/
ProcessOutgoingCallTest.java 59 Intent newIntent = new Intent(Intent.ACTION_SEARCH);
  /frameworks/base/core/tests/coretests/src/android/app/
SuggestionProvider.java 82 cursor.newRow().add(id).add(string).add(Intent.ACTION_SEARCH).add(string);
SearchablesTest.java 330 assertTrue(intent.getAction().equals(Intent.ACTION_SEARCH)
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
AbstractSource.java 79 Intent intent = new Intent(Intent.ACTION_SEARCH);
SearchableSource.java 265 Intent queryIntent = new Intent(Intent.ACTION_SEARCH);
431 return Intent.ACTION_SEARCH;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 54 if (Intent.ACTION_WEB_SEARCH.equals(action) || Intent.ACTION_SEARCH.equals(action)) {
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSource.java 76 return Intent.ACTION_SEARCH;
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationLauncher.java 54 } else if (Intent.ACTION_SEARCH.equals(action)) {
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java 61 } else 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/core/java/android/server/search/
Searchables.java 165 * ACTION_SEARCH & ACTION_WEB_SEARCH intents.
173 * TODO: every activity that provides a ACTION_SEARCH intent should
193 // Use intent resolver to generate list of ACTION_SEARCH & ACTION_WEB_SEARCH receivers.
195 final Intent intent = new Intent(Intent.ACTION_SEARCH);
  /packages/apps/Contacts/src/com/android/contacts/ui/
ShowOrCreateActivity.java 55 * {@link Intent#ACTION_SEARCH}.
178 Intent listIntent = new Intent(Intent.ACTION_SEARCH);
  /packages/apps/Mms/src/com/android/mms/
SuggestionsProvider.java 310 return Intent.ACTION_SEARCH;
  /frameworks/base/core/java/android/app/
SearchDialog.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java 428 || Intent.ACTION_SEARCH.equals(action)
440 if (Intent.ACTION_SEARCH.equals(action)
573 } else if (Intent.ACTION_SEARCH.equals(action)
644 } else if (Intent.ACTION_SEARCH.equals(action)
    [all...]
BrowserProvider.java 507 return Intent.ACTION_SEARCH;
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java 490 * <li> {@link #ACTION_SEARCH}
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsListActivity.java 693 } else if (Intent.ACTION_SEARCH.equals(action)) {
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 625 milliseconds