Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java1114 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_CMD_IP_CONFIGURATION_SUCCESSFUL); in onProvisioningSuccess()
1121 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_CMD_IP_CONFIGURATION_LOST); in onProvisioningFailure()
1133 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_CMD_IP_REACHABILITY_LOST); in onReachabilityLost()
4091 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_FRAMEWORK_DISCONNECT, in handleIpConfigurationLost()
4185 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_CMD_IP_REACHABILITY_LOST); in processLegacyIpReachabilityLost()
4375 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_MAC_CHANGE, config); in configureRandomizedMacAddress()
4402 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_MAC_CHANGE, config); in setCurrentMacToFactoryMac()
4621 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_CMD_START_CONNECT, config); in connectToNetwork()
4724 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_WIFI_ENABLED); in continueEnterSetup()
4733 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_WIFI_DISABLED); in exitImpl()
[all …]
DMakeBeforeBreakManager.java366 mWifiMetrics.logStaEvent( in onInternetValidationFailed()
DWifiMetrics.java6325 public void logStaEvent(String ifaceName, int type) { in logStaEvent() method in WifiMetrics
6326 logStaEvent(ifaceName, type, StaEvent.DISCONNECT_UNKNOWN, null); in logStaEvent()
6334 public void logStaEvent(String ifaceName, int type, WifiConfiguration config) { in logStaEvent() method in WifiMetrics
6335 logStaEvent(ifaceName, type, StaEvent.DISCONNECT_UNKNOWN, config); in logStaEvent()
6344 public void logStaEvent(String ifaceName, int type, int frameworkDisconnectReason) { in logStaEvent() method in WifiMetrics
6345 logStaEvent(ifaceName, type, frameworkDisconnectReason, null); in logStaEvent()
6355 public void logStaEvent(String ifaceName, int type, int frameworkDisconnectReason, in logStaEvent() method in WifiMetrics
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java1804 verify(mWifiMetrics).logStaEvent(anyString(), eq(StaEvent.TYPE_FRAMEWORK_DISCONNECT), in testResetSimWhenDefaultDataSimChanged()
1823 verify(mWifiMetrics).logStaEvent(anyString(), eq(StaEvent.TYPE_FRAMEWORK_DISCONNECT), in testDefaultDataSimChangedNotSimBased()
2757 verify(mWifiMetrics).logStaEvent(anyString(), eq(StaEvent.TYPE_FRAMEWORK_DISCONNECT), in networkRemovalWhileObtainingIp()
3653 .logStaEvent(WIFI_IFACE_NAME, StaEvent.TYPE_WIFI_ENABLED); in testWifiInfoCleanedUpEnteringExitingConnectableState()
3669 .logStaEvent(WIFI_IFACE_NAME, StaEvent.TYPE_WIFI_DISABLED); in testWifiInfoCleanedUpEnteringExitingConnectableState()
3698 .logStaEvent(WIFI_IFACE_NAME, StaEvent.TYPE_WIFI_ENABLED); in testWifiInfoCleanedUpEnteringExitingConnectableState3()
4370 verify(mWifiMetrics).logStaEvent( in testConnectedMacRandomizationRandomizationForceDisabled()
4392 verify(mWifiMetrics).logStaEvent( in testConnectedMacRandomizationForceDisabledSsidPrefix()
4413 verify(mWifiMetrics).logStaEvent( in testConnectedMacRandomizationRandomizationPersistentDifferentMac()
4435 verify(mWifiMetrics, never()).logStaEvent( in testConnectedMacRandomizationRandomizationPersistentSameMac()
[all …]
DWifiMetricsTest.java2888 wifiMetrics.logStaEvent( in generateStaEvents()
2951 mWifiMetrics.logStaEvent(TEST_IFACE_NAME, StaEvent.TYPE_CMD_START_CONNECT); in testStaEventBounding()
2968 mWifiMetrics.logStaEvent(TEST_IFACE_NAME, StaEvent.TYPE_CMD_START_CONNECT); in testLinkProbeStaEventBounding()
7147 mWifiMetrics.logStaEvent(TEST_IFACE_NAME, StaEvent.TYPE_CMD_START_ROAM, in testApCapabilitiesReported()