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.java1099 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_CMD_IP_CONFIGURATION_SUCCESSFUL); in onProvisioningSuccess()
1106 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_CMD_IP_CONFIGURATION_LOST); in onProvisioningFailure()
1118 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_CMD_IP_REACHABILITY_LOST); in onReachabilityLost()
4140 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_CMD_IP_REACHABILITY_LOST); in processLegacyIpReachabilityLost()
4333 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_MAC_CHANGE, config); in configureRandomizedMacAddress()
4360 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_MAC_CHANGE, config); in setCurrentMacToFactoryMac()
4579 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_CMD_START_CONNECT, config); in connectToNetwork()
4682 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_WIFI_ENABLED); in continueEnterSetup()
4691 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_WIFI_DISABLED); in exitImpl()
4739 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_FRAMEWORK_DISCONNECT, in processMessageImpl()
[all …]
DMakeBeforeBreakManager.java366 mWifiMetrics.logStaEvent( in onInternetValidationFailed()
DWifiMetrics.java6150 public void logStaEvent(String ifaceName, int type) { in logStaEvent() method in WifiMetrics
6151 logStaEvent(ifaceName, type, StaEvent.DISCONNECT_UNKNOWN, null); in logStaEvent()
6159 public void logStaEvent(String ifaceName, int type, WifiConfiguration config) { in logStaEvent() method in WifiMetrics
6160 logStaEvent(ifaceName, type, StaEvent.DISCONNECT_UNKNOWN, config); in logStaEvent()
6169 public void logStaEvent(String ifaceName, int type, int frameworkDisconnectReason) { in logStaEvent() method in WifiMetrics
6170 logStaEvent(ifaceName, type, frameworkDisconnectReason, null); in logStaEvent()
6180 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.java1775 verify(mWifiMetrics).logStaEvent(anyString(), eq(StaEvent.TYPE_FRAMEWORK_DISCONNECT), in testResetSimWhenDefaultDataSimChanged()
2690 verify(mWifiMetrics).logStaEvent(anyString(), eq(StaEvent.TYPE_FRAMEWORK_DISCONNECT), in networkRemovalWhileObtainingIp()
3586 .logStaEvent(WIFI_IFACE_NAME, StaEvent.TYPE_WIFI_ENABLED); in testWifiInfoCleanedUpEnteringExitingConnectableState()
3602 .logStaEvent(WIFI_IFACE_NAME, StaEvent.TYPE_WIFI_DISABLED); in testWifiInfoCleanedUpEnteringExitingConnectableState()
3631 .logStaEvent(WIFI_IFACE_NAME, StaEvent.TYPE_WIFI_ENABLED); in testWifiInfoCleanedUpEnteringExitingConnectableState3()
4233 verify(mWifiMetrics).logStaEvent( in testConnectedMacRandomizationRandomizationForceDisabled()
4255 verify(mWifiMetrics).logStaEvent( in testConnectedMacRandomizationForceDisabledSsidPrefix()
4276 verify(mWifiMetrics).logStaEvent( in testConnectedMacRandomizationRandomizationPersistentDifferentMac()
4298 verify(mWifiMetrics, never()).logStaEvent( in testConnectedMacRandomizationRandomizationPersistentSameMac()
4316 verify(mWifiMetrics).logStaEvent( in testConnectedMacRandomizationRandomizationSecondaryDbs()
[all …]
DWifiMetricsTest.java2832 wifiMetrics.logStaEvent( in generateStaEvents()
2895 mWifiMetrics.logStaEvent(TEST_IFACE_NAME, StaEvent.TYPE_CMD_START_CONNECT); in testStaEventBounding()
2912 mWifiMetrics.logStaEvent(TEST_IFACE_NAME, StaEvent.TYPE_CMD_START_CONNECT); in testLinkProbeStaEventBounding()
7280 mWifiMetrics.logStaEvent(TEST_IFACE_NAME, StaEvent.TYPE_CMD_START_ROAM, in testApCapabilitiesReported()