Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiMetrics.java1778 if (currentConnectionEvent != null) { in startConnectionEvent()
1806 currentConnectionEvent = new ConnectionEvent(); in startConnectionEvent()
1819 currentConnectionEvent.mConfigBssid = "any"; in startConnectionEvent()
1821 currentConnectionEvent.mScreenOn = mScreenOn; in startConnectionEvent()
1831 currentConnectionEvent.mAuthType = 0; in startConnectionEvent()
1833 currentConnectionEvent.mHasEverConnected = in startConnectionEvent()
1918 currentConnectionEvent.mTrigger = trigger; in startConnectionEvent()
1940 || !currentConnectionEvent.mConfigSsid in setConnectionScanDetail()
1955 if (currentConnectionEvent != null) { in setConnectionPmkCache()
1968 if (currentConnectionEvent != null) { in setConnectionMaxSupportedLinkSpeedMbps()
[all …]