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.java61 @SystemService(Context.SEARCH_SERVICE)
558 ServiceManager.getServiceOrThrow(Context.SEARCH_SERVICE)); in SearchManager()
DSearchDialog.java256 mContext.getSystemService(Context.SEARCH_SERVICE); in show()
DDialog.java1096 .getSystemService(Context.SEARCH_SERVICE); in onSearchRequested()
DSystemServiceRegistry.java577 registerService(Context.SEARCH_SERVICE, SearchManager.class, in registerService() argument
DActivity.java6660 } else if (SEARCH_SERVICE.equals(name)) { in getSystemService()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneFallbackEventHandler.java292 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE); in getSearchManager()
DPhoneWindow.java3195 return ((SearchManager)getContext().getSystemService(Context.SEARCH_SERVICE))
/frameworks/base/services/core/java/com/android/server/search/
DSearchManagerService.java75 publishBinderService(Context.SEARCH_SERVICE, mService); in onStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java370 (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE); in startAssistActivity()
/frameworks/base/core/java/android/content/
DContext.java3288 SEARCH_SERVICE,
3766 public static final String SEARCH_SERVICE = "search"; field in Context
/frameworks/base/core/java/android/widget/
DSuggestionsAdapter.java104 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE); in SuggestionsAdapter()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3336 ((SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE)) in launchAssistAction()
3384 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE); in getSearchManager()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7271 field public static final java.lang.String SEARCH_SERVICE = "search";
/frameworks/base/non-updatable-api/
Dcurrent.txt9868 field public static final String SEARCH_SERVICE = "search";
/frameworks/base/api/
Dcurrent.txt9868 field public static final String SEARCH_SERVICE = "search";