Searched defs:queryNanoApps (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DContextHubManager.java230 * @deprecated Use {@link #queryNanoApps(ContextHubInfo)} instead to explicitly query the hub
253 * @deprecated Use {@link #queryNanoApps(ContextHubInfo)} instead to explicitly query the hub
498 @NonNull public ContextHubTransaction<List<NanoAppState>> queryNanoApps( method in class:ContextHubManager
507 mService.queryNanoApps(hubInfo.getId(), callback);
/frameworks/base/services/core/java/com/android/server/location/
H A DContextHubService.java735 public void queryNanoApps(int contextHubId, IContextHubTransactionCallback transactionCallback) method in class:ContextHubService

Completed in 71 milliseconds