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

Commit 4fc47c2b authored by Mingguang Xu's avatar Mingguang Xu
Browse files

Wifi usability: Add expected range for Wi-Fi usability score



In addition, fix a couple of typos in documentation.

Bug: 126391553
Bug: 126699865
Bug: 113262380
Bug: 128675382

Test: frameworks/base/wifi/tests/runtests.sh

Change-Id: I4c8d73f66f7d2d424bef3699dfc889e342621b02
Signed-off-by: default avatarMingguang Xu <mingguangxu@google.com>
parent acd69928
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4877,14 +4877,14 @@ public class WifiManager {

    /**
     * Provide a Wi-Fi usability score information to be recorded (but not acted upon) by the
     * framework. The Wi-Fi usability score is derived from {@link WifiUsabilityStatsListener}
     * framework. The Wi-Fi usability score is derived from {@link OnWifiUsabilityStatsListener}
     * where a score is matched to Wi-Fi usability statistics using the sequence number. The score
     * is used to quantify whether Wi-Fi is usable in a future time.
     *
     * @param seqNum Sequence number of the Wi-Fi usability score.
     * @param score The Wi-Fi usability score.
     * @param score The Wi-Fi usability score, expected range: [0, 100].
     * @param predictionHorizonSec Prediction horizon of the Wi-Fi usability score in second,
     *                             expected range: [0, 100].
     *                             expected range: [0, 30].
     *
     * @hide
     */