Home
last modified time | relevance | path

Searched refs:getGlobalSearchActivity (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
DISearchManager.aidl31 ComponentName getGlobalSearchActivity(); in getGlobalSearchActivity() method
DSearchManager.java541 ComponentName globalSearchActivity = getGlobalSearchActivity(); in startGlobalSearch()
593 public ComponentName getGlobalSearchActivity() { in getGlobalSearchActivity() method in SearchManager
595 return mService.getGlobalSearchActivity(); in getGlobalSearchActivity()
/frameworks/base/services/java/com/android/server/search/
DSearchManagerService.java229 public ComponentName getGlobalSearchActivity() { in getGlobalSearchActivity() method in SearchManagerService
230 return getSearchables(UserHandle.getCallingUserId()).getGlobalSearchActivity(); in getGlobalSearchActivity()
DSearchables.java443 public synchronized ComponentName getGlobalSearchActivity() { in getGlobalSearchActivity() method in Searchables
/frameworks/base/docs/html/sdk/api_diff/16/
DmissingSinces.txt172 NO DOC BLOCK: android.app.SearchManager Method getGlobalSearchActivity()
/frameworks/base/api/
Dcurrent.txt4147 method public android.content.ComponentName getGlobalSearchActivity();