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

Commit e5f79477 authored by Mingguang Xu's avatar Mingguang Xu Committed by Android (Google) Code Review
Browse files

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

parents f3d2e1fd 4fc47c2b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4880,14 +4880,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
     */