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.java1037 mWifiMetrics.logStaEvent(StaEvent.TYPE_CMD_IP_CONFIGURATION_SUCCESSFUL); in onProvisioningSuccess()
1044 mWifiMetrics.logStaEvent(StaEvent.TYPE_CMD_IP_CONFIGURATION_LOST); in onProvisioningFailure()
1055 mWifiMetrics.logStaEvent(StaEvent.TYPE_CMD_IP_REACHABILITY_LOST); in onReachabilityLost()
3410 mWifiMetrics.logStaEvent(StaEvent.TYPE_MAC_CHANGE, config); in configureRandomizedMacAddress()
3431 mWifiMetrics.logStaEvent(StaEvent.TYPE_MAC_CHANGE, config); in setCurrentMacToFactoryMac()
3942 mWifiMetrics.logStaEvent(StaEvent.TYPE_WIFI_ENABLED); in enter()
3957 mWifiMetrics.logStaEvent(StaEvent.TYPE_WIFI_DISABLED); in exit()
4109 mWifiMetrics.logStaEvent(StaEvent.TYPE_FRAMEWORK_DISCONNECT, in processMessage()
4204 mWifiMetrics.logStaEvent(StaEvent.TYPE_FRAMEWORK_DISCONNECT, in processMessage()
4317 mWifiMetrics.logStaEvent(StaEvent.TYPE_CMD_START_CONNECT, config); in processMessage()
[all …]
DWifiMetrics.java3754 public void logStaEvent(int type) { in logStaEvent() method in WifiMetrics
3755 logStaEvent(type, StaEvent.DISCONNECT_UNKNOWN, null); in logStaEvent()
3763 public void logStaEvent(int type, WifiConfiguration config) { in logStaEvent() method in WifiMetrics
3764 logStaEvent(type, StaEvent.DISCONNECT_UNKNOWN, config); in logStaEvent()
3773 public void logStaEvent(int type, int frameworkDisconnectReason) { in logStaEvent() method in WifiMetrics
3774 logStaEvent(type, frameworkDisconnectReason, null); in logStaEvent()
3784 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.java2206 inOrderMetrics.verify(mWifiMetrics).logStaEvent(StaEvent.TYPE_WIFI_ENABLED); in testWifiInfoCleanedUpEnteringExitingConnectModeState()
2229 inOrderMetrics.verify(mWifiMetrics).logStaEvent(StaEvent.TYPE_WIFI_DISABLED); in testWifiInfoCleanedUpEnteringExitingConnectModeState()
2254 inOrderMetrics.verify(mWifiMetrics).logStaEvent(StaEvent.TYPE_WIFI_ENABLED); in testWifiInfoCleanedUpEnteringExitingConnectModeState()
2664 .logStaEvent(eq(StaEvent.TYPE_MAC_CHANGE), any(WifiConfiguration.class)); in testConnectedMacRandomizationNotSupported()
2688 .logStaEvent(eq(StaEvent.TYPE_MAC_CHANGE), any(WifiConfiguration.class)); in testConnectedMacRandomizationRandomizationPersistentDifferentMac()
2713 .logStaEvent(eq(StaEvent.TYPE_MAC_CHANGE), any(WifiConfiguration.class)); in testConnectedMacRandomizationRandomizationPersistentSameMac()
2747 .logStaEvent(eq(StaEvent.TYPE_MAC_CHANGE), any(WifiConfiguration.class)); in testConnectedMacRandomizationRandomizationNoneDifferentMac()
2779 .logStaEvent(eq(StaEvent.TYPE_MAC_CHANGE), any(WifiConfiguration.class)); in testConnectedMacRandomizationRandomizationNoneSameMac()
DWifiMetricsTest.java1905 wifiMetrics.logStaEvent(lia[0], lia[1], lia[2] == 1 ? mTestWifiConfig : null); in generateStaEvents()
1964 mWifiMetrics.logStaEvent(StaEvent.TYPE_CMD_START_CONNECT); in testStaEventBounding()
1981 mWifiMetrics.logStaEvent(StaEvent.TYPE_CMD_START_CONNECT); in testLinkProbeStaEventBounding()