Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java1020 mWifiMetrics.logStaEvent(StaEvent.TYPE_CMD_IP_CONFIGURATION_SUCCESSFUL); in onProvisioningSuccess()
1027 mWifiMetrics.logStaEvent(StaEvent.TYPE_CMD_IP_CONFIGURATION_LOST); in onProvisioningFailure()
1038 mWifiMetrics.logStaEvent(StaEvent.TYPE_CMD_IP_REACHABILITY_LOST); in onReachabilityLost()
3384 mWifiMetrics.logStaEvent(StaEvent.TYPE_MAC_CHANGE, config); in configureRandomizedMacAddress()
3405 mWifiMetrics.logStaEvent(StaEvent.TYPE_MAC_CHANGE, config); in setCurrentMacToFactoryMac()
3911 mWifiMetrics.logStaEvent(StaEvent.TYPE_WIFI_ENABLED); in enter()
3929 mWifiMetrics.logStaEvent(StaEvent.TYPE_WIFI_DISABLED); in exit()
4088 mWifiMetrics.logStaEvent(StaEvent.TYPE_FRAMEWORK_DISCONNECT, in processMessage()
4183 mWifiMetrics.logStaEvent(StaEvent.TYPE_FRAMEWORK_DISCONNECT, in processMessage()
4294 mWifiMetrics.logStaEvent(StaEvent.TYPE_CMD_START_CONNECT, config); in processMessage()
[all …]
DWifiMetrics.java3612 public void logStaEvent(int type) { in logStaEvent() method in WifiMetrics
3613 logStaEvent(type, StaEvent.DISCONNECT_UNKNOWN, null); in logStaEvent()
3621 public void logStaEvent(int type, WifiConfiguration config) { in logStaEvent() method in WifiMetrics
3622 logStaEvent(type, StaEvent.DISCONNECT_UNKNOWN, config); in logStaEvent()
3631 public void logStaEvent(int type, int frameworkDisconnectReason) { in logStaEvent() method in WifiMetrics
3632 logStaEvent(type, frameworkDisconnectReason, null); in logStaEvent()
3642 public void logStaEvent(int type, int frameworkDisconnectReason, WifiConfiguration config) { in logStaEvent() method in WifiMetrics
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java2083 inOrderMetrics.verify(mWifiMetrics).logStaEvent(StaEvent.TYPE_WIFI_ENABLED); in testWifiInfoCleanedUpEnteringExitingConnectModeState()
2106 inOrderMetrics.verify(mWifiMetrics).logStaEvent(StaEvent.TYPE_WIFI_DISABLED); in testWifiInfoCleanedUpEnteringExitingConnectModeState()
2131 inOrderMetrics.verify(mWifiMetrics).logStaEvent(StaEvent.TYPE_WIFI_ENABLED); in testWifiInfoCleanedUpEnteringExitingConnectModeState()
2528 .logStaEvent(eq(StaEvent.TYPE_MAC_CHANGE), any(WifiConfiguration.class)); in testConnectedMacRandomizationNotSupported()
2552 .logStaEvent(eq(StaEvent.TYPE_MAC_CHANGE), any(WifiConfiguration.class)); in testConnectedMacRandomizationRandomizationPersistentDifferentMac()
2577 .logStaEvent(eq(StaEvent.TYPE_MAC_CHANGE), any(WifiConfiguration.class)); in testConnectedMacRandomizationRandomizationPersistentSameMac()
2611 .logStaEvent(eq(StaEvent.TYPE_MAC_CHANGE), any(WifiConfiguration.class)); in testConnectedMacRandomizationRandomizationNoneDifferentMac()
2643 .logStaEvent(eq(StaEvent.TYPE_MAC_CHANGE), any(WifiConfiguration.class)); in testConnectedMacRandomizationRandomizationNoneSameMac()
DWifiMetricsTest.java1892 wifiMetrics.logStaEvent(lia[0], lia[1], lia[2] == 1 ? mTestWifiConfig : null); in generateStaEvents()
1951 mWifiMetrics.logStaEvent(StaEvent.TYPE_CMD_START_CONNECT); in testStaEventBounding()
1968 mWifiMetrics.logStaEvent(StaEvent.TYPE_CMD_START_CONNECT); in testLinkProbeStaEventBounding()