Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b93db66f authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Updates documentation for getContextHubs for clarity" into main

parents 9d6b0065 09dbcb02
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -485,6 +485,9 @@ public final class ContextHubManager {
    /**
     * Returns the list of ContextHubInfo objects describing the available Context Hubs.
     *
     * To find the list of hubs that include all Hubs (including both Context Hubs and Vendor Hubs),
     * use the {@link #getHubs()} method instead.
     *
     * @return the list of ContextHubInfo objects
     *
     * @see ContextHubInfo
@@ -499,8 +502,8 @@ public final class ContextHubManager {
    }

    /**
     * Returns the list of HubInfo objects describing the available hubs (including ContextHub and
     * VendorHub). This method is primarily used for debugging purposes as most clients care about
     * Returns the list of HubInfo objects describing the available hubs (including Context Hubs and
     * Vendor Hubs). This method is primarily used for debugging purposes as most clients care about
     * endpoints and services more than hubs.
     *
     * @return the list of HubInfo objects