Home
last modified time | relevance | path

Searched defs:queryApps (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/contexthub/1.1/default/
H A DContexthub.cpp40 Return<Result> Contexthub::queryApps(uint32_t hubId) { in queryApps() function in android::hardware::contexthub::V1_1::implementation::Contexthub
/aosp12/hardware/interfaces/contexthub/1.2/default/
H A DContexthub.cpp65 Return<Result> Contexthub::queryApps(uint32_t hubId) { in queryApps() function in android::hardware::contexthub::V1_2::implementation::Contexthub
/aosp12/frameworks/base/core/java/android/content/pm/
H A DAppsQueryHelper.java77 public List<String> queryApps(int flags, boolean systemAppsOnly, UserHandle user) { in queryApps() method in AppsQueryHelper
/aosp12/hardware/interfaces/contexthub/1.0/default/
H A DContexthub.cpp546 Return<Result> Contexthub::queryApps(uint32_t hubId) { in queryApps() function in android::hardware::contexthub::V1_0::implementation::Contexthub
/aosp12/system/chre/host/hal_generic/common/
H A Dgeneric_context_hub_base.h319 Return<Result> queryApps(uint32_t hubId) override { in queryApps() function