Searched refs:SEARCH_SERVICE (Results 1 – 22 of 22) sorted by relevance
95 ServiceManager.getService(Context.SEARCH_SERVICE)); in getSearchManagerService()115 mContext.getSystemService(Context.SEARCH_SERVICE); in testSearchManagerAvailable()118 mContext.getSystemService(Context.SEARCH_SERVICE); in testSearchManagerAvailable()129 mContext.getSystemService(Context.SEARCH_SERVICE); in testStartSearchIdempotent()143 mContext.getSystemService(Context.SEARCH_SERVICE); in testStopSearchIdempotent()158 mContext.getSystemService(Context.SEARCH_SERVICE); in testSearchManagerInvocations()
89 final Intent intent = ((SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE)) in startAssistActivity()119 Intent intent = ((SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE)) in maybeSwapSearchIcon()262 return ((SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE)) in isAssistantAvailable()
48 sv.getContext().getSystemService(Context.SEARCH_SERVICE); in setSearchableInfo()
78 (SearchManager) getSystemService(Context.SEARCH_SERVICE);
125 (SearchManager) getSystemService(Context.SEARCH_SERVICE);
258 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE); in getSearchManager()
2630 Intent intent = ((SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE)) in launchAssistAction()2649 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE); in getSearchManager()
4020 return ((SearchManager)getContext().getSystemService(Context.SEARCH_SERVICE))
2097 SEARCH_SERVICE,2384 public static final String SEARCH_SERVICE = "search"; field in Context
450 final Intent intent = ((SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE)) in showAssistant()
559 ServiceManager.getService(Context.SEARCH_SERVICE)); in SearchManager()
255 mContext.getSystemService(Context.SEARCH_SERVICE); in show()
975 .getSystemService(Context.SEARCH_SERVICE); in onSearchRequested()
4995 } else if (SEARCH_SERVICE.equals(name)) { in getSystemService()
531 registerService(SEARCH_SERVICE, new ServiceFetcher() { in registerService() argument
109 mSm = (SearchManager) context.getSystemService(Context.SEARCH_SERVICE); in SystemServicesProxy()
104 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE); in SuggestionsAdapter()
97 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE); in SuggestionsAdapter()
546 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE); in onSystemReady()
758 ServiceManager.addService(Context.SEARCH_SERVICE, in startOtherServices()
722 …rchManager) {@link android.app.Activity#getSystemService getSystemService}(Context.SEARCH_SERVICE);
7239 field public static final java.lang.String SEARCH_SERVICE = "search";