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

/frameworks/base/core/java/android/hardware/location/
H A DContextHubManager.java111 * @deprecated Use {@link #getContextHubs()} instead. The use of handles are deprecated in the
132 * @deprecated Use {@link #getContextHubs()} instead. The use of handles are deprecated in the
309 @NonNull public List<ContextHubInfo> getContextHubs() { method in class:ContextHubManager
311 return mService.getContextHubs();
/frameworks/base/services/core/java/com/android/server/location/
H A DContextHubService.java282 public List<ContextHubInfo> getContextHubs() throws RemoteException { method in class:ContextHubService

Completed in 130 milliseconds