Home
last modified time | relevance | path

Searched refs:getCurrentSessionId (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreReport.java126 || sessionId != getCurrentSessionId()) { in notifyScoreUpdate()
129 + " currentSessionId=" + getCurrentSessionId() in notifyScoreUpdate()
162 || sessionId != getCurrentSessionId() in triggerUpdateOfWifiUsabilityStats()
166 + " currentSessionId=" + getCurrentSessionId() in triggerUpdateOfWifiUsabilityStats()
218 || sessionId != getCurrentSessionId()) { in notifyStatusUpdate()
221 + " currentSessionId=" + getCurrentSessionId() in notifyStatusUpdate()
259 || sessionId != getCurrentSessionId()) { in requestNudOperation()
262 + " currentSessionId=" + getCurrentSessionId()); in requestNudOperation()
623 private int getCurrentSessionId() { in getCurrentSessionId() method in WifiScoreReport
897 final int sessionId = getCurrentSessionId(); in startConnectedNetworkScorer()