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

1 2 3

  /frameworks/base/core/tests/coretests/src/android/app/
SearchManagerTest.java 95 ServiceManager.getService(Context.SEARCH_SERVICE));
115 mContext.getSystemService(Context.SEARCH_SERVICE);
118 mContext.getSystemService(Context.SEARCH_SERVICE);
129 mContext.getSystemService(Context.SEARCH_SERVICE);
143 mContext.getSystemService(Context.SEARCH_SERVICE);
158 mContext.getSystemService(Context.SEARCH_SERVICE);
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
MainActivity.java 84 (SearchManager) getSystemService(Context.SEARCH_SERVICE);
  /developers/samples/android/content/contacts/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
MainActivity.java 84 (SearchManager) getSystemService(Context.SEARCH_SERVICE);
  /development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
MainActivity.java 84 (SearchManager) getSystemService(Context.SEARCH_SERVICE);
  /packages/apps/Browser/src/com/android/browser/search/
DefaultSearchEngine.java 48 (SearchManager) context.getSystemService(Context.SEARCH_SERVICE);
110 (SearchManager) context.getSystemService(Context.SEARCH_SERVICE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java 89 final Intent intent = ((SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE))
119 Intent intent = ((SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE))
262 return ((SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE))
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SearchViewActionBar.java 79 SearchManager searchManager = (SearchManager) getSystemService(Context.SEARCH_SERVICE);
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java 73 SearchManager searchManager = (SearchManager) getSystemService(Context.SEARCH_SERVICE);
SearchableDictionary.java 136 SearchManager searchManager = (SearchManager) getSystemService(Context.SEARCH_SERVICE);
  /frameworks/support/v4/honeycomb/android/support/v4/widget/
SearchViewCompatHoneycomb.java 48 sv.getContext().getSystemService(Context.SEARCH_SERVICE);
  /cts/tests/app/src/android/app/cts/
SearchManagerStubActivity.java 51 mSearchManager = (SearchManager) getSystemService(Context.SEARCH_SERVICE);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneFallbackEventHandler.java 258 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE);
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /frameworks/base/core/java/android/app/
SearchManager.java 51 * context.getSystemService(Context.SEARCH_SERVICE)}.
559 ServiceManager.getService(Context.SEARCH_SERVICE));
    [all...]
Dialog.java 975 .getSystemService(Context.SEARCH_SERVICE);
    [all...]
SearchDialog.java 255 mContext.getSystemService(Context.SEARCH_SERVICE);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewBase.java 450 final Intent intent = ((SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE))
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java 48 mSearchManager = (SearchManager) getSystemService(SEARCH_SERVICE);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java 58 SYSTEM_SERVICE_MAP.put(Context.SEARCH_SERVICE, "android.app.SearchManager");
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ApplicationTest.java 79 checkSystemService(Context.SEARCH_SERVICE, android.app.SearchManager.class);
  /packages/apps/Browser/src/com/android/browser/
IntentHandler.java 92 ((SearchManager) mActivity.getSystemService(Context.SEARCH_SERVICE))
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java 331 (SearchManager) getActivity().getSystemService(Context.SEARCH_SERVICE);
    [all...]
  /frameworks/base/core/java/android/widget/
SuggestionsAdapter.java 104 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
SystemServicesProxy.java 109 mSm = (SearchManager) context.getSystemService(Context.SEARCH_SERVICE);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SuggestionsAdapter.java 97 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE);

Completed in 1550 milliseconds

1 2 3