Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiScoreCard.java1206 int currSessionDurationSec = currSessionDurationMs / 1000; in handleDisconnectionAfterConnection() local
1207 mRecentStats.accumulate(CNT_CONNECTION_DURATION_SEC, currSessionDurationSec); in handleDisconnectionAfterConnection()