Home
last modified time | relevance | path

Searched refs:SEARCH_SERVICE (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
DSearchManagerTest.java91 ServiceManager.getService(Context.SEARCH_SERVICE)); in getSearchManagerService()
111 mContext.getSystemService(Context.SEARCH_SERVICE); in testSearchManagerAvailable()
114 mContext.getSystemService(Context.SEARCH_SERVICE); in testSearchManagerAvailable()
125 mContext.getSystemService(Context.SEARCH_SERVICE); in testStartSearchIdempotent()
139 mContext.getSystemService(Context.SEARCH_SERVICE); in testStopSearchIdempotent()
154 mContext.getSystemService(Context.SEARCH_SERVICE); in testSearchManagerInvocations()
/frameworks/base/core/java/android/app/
DSearchManager.java64 @SystemService(Context.SEARCH_SERVICE)
561 ServiceManager.getServiceOrThrow(Context.SEARCH_SERVICE)); in SearchManager()
DSearchDialog.java256 mContext.getSystemService(Context.SEARCH_SERVICE); in show()
DDialog.java1099 .getSystemService(Context.SEARCH_SERVICE); in onSearchRequested()
DSystemServiceRegistry.java614 registerService(Context.SEARCH_SERVICE, SearchManager.class, in registerService() argument
DActivity.java6874 } else if (SEARCH_SERVICE.equals(name)) {
/frameworks/base/services/core/java/com/android/server/search/
DSearchManagerService.java70 publishBinderService(Context.SEARCH_SERVICE, mService); in onStart()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneFallbackEventHandler.java287 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE); in getSearchManager()
DPhoneWindow.java3171 ((SearchManager) getContext().getSystemService(Context.SEARCH_SERVICE))
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java299 (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE); in startAssistActivity()
/frameworks/base/core/java/android/widget/
DSuggestionsAdapter.java104 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE); in SuggestionsAdapter()
/frameworks/base/core/java/android/content/
DContext.java3603 SEARCH_SERVICE,
4125 public static final String SEARCH_SERVICE = "search"; field in Context
/frameworks/base/services/core/java/com/android/server/
DPinnerService.java219 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE); in onBootPhase()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3079 .getSystemService(Context.SEARCH_SERVICE)).launchAssist(args);
3114 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE); in getSearchManager()
/frameworks/base/core/api/
Dcurrent.txt10679 field public static final String SEARCH_SERVICE = "search";
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7271 field public static final java.lang.String SEARCH_SERVICE = "search";