Searched refs:SEARCH_SERVICE (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
H A DSearchManagerTest.java95 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);
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DToolbarUsage.java54 SearchManager searchManager = (SearchManager) getSystemService(SEARCH_SERVICE);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DToolbarUsage.java54 SearchManager searchManager = (SearchManager) getSystemService(SEARCH_SERVICE);
/frameworks/base/core/java/com/android/internal/app/
H A DAssistUtils.java160 Intent intent = ((SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE))
/frameworks/base/core/java/android/app/
H A DSearchManager.java58 @SystemService(Context.SEARCH_SERVICE)
552 ServiceManager.getServiceOrThrow(Context.SEARCH_SERVICE));
H A DDialog.java1050 .getSystemService(Context.SEARCH_SERVICE);
H A DSearchDialog.java253 mContext.getSystemService(Context.SEARCH_SERVICE);
H A DSystemServiceRegistry.java433 registerService(Context.SEARCH_SERVICE, SearchManager.class,
H A DActivity.java5921 } else if (SEARCH_SERVICE.equals(name)) {
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneFallbackEventHandler.java282 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE);
H A DPhoneWindow.java3160 return ((SearchManager)getContext().getSystemService(Context.SEARCH_SERVICE))
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java210 final Intent intent = ((SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE))
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchManagerService.java73 publishBinderService(Context.SEARCH_SERVICE, mService);
/frameworks/base/core/java/android/content/
H A DContext.java2920 SEARCH_SERVICE,
3029 * <dt> {@link #SEARCH_SERVICE} ("search")
3091 * @see #SEARCH_SERVICE
3308 public static final String SEARCH_SERVICE = "search"; field in class:Context
/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java104 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java96 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE);
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java4059 ((SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE))
4085 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE);

Completed in 566 milliseconds