Loading wifi/java/android/net/wifi/WifiManager.java +3 −3 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
wifi/java/android/net/wifi/WifiManager.java +3 −3 Original line number Diff line number Diff line Loading @@ -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 */ Loading