Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DISearchManager.aidl32 ComponentName getGlobalSearchActivity(); in getGlobalSearchActivity() method
H A DSearchManager.java653 ComponentName globalSearchActivity = getGlobalSearchActivity(); in startGlobalSearch()
704 public ComponentName getGlobalSearchActivity() { in getGlobalSearchActivity() method in SearchManager
706 return mService.getGlobalSearchActivity(); in getGlobalSearchActivity()
/aosp14/frameworks/base/services/core/java/com/android/server/search/
H A DSearchManagerService.java245 public ComponentName getGlobalSearchActivity() { in getGlobalSearchActivity() method in SearchManagerService
246 return getSearchables(UserHandle.getCallingUserId()).getGlobalSearchActivity(); in getGlobalSearchActivity()
H A DSearchables.java499 public synchronized ComponentName getGlobalSearchActivity() { in getGlobalSearchActivity() method in Searchables
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-unsupported.txt38 Landroid/app/ISearchManager$Stub$Proxy;->getGlobalSearchActivity()Landroid/content/ComponentName;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt7125 method public android.content.ComponentName getGlobalSearchActivity();