Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java910 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_CMD_IP_CONFIGURATION_SUCCESSFUL); in onProvisioningSuccess()
917 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_CMD_IP_CONFIGURATION_LOST); in onProvisioningFailure()
929 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_CMD_IP_REACHABILITY_LOST); in onReachabilityLost()
3155 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_MAC_CHANGE, config);
3180 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_MAC_CHANGE, config);
3398 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_CMD_START_CONNECT, config);
3468 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_WIFI_ENABLED);
3476 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_WIFI_DISABLED);
3516 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_FRAMEWORK_DISCONNECT,
3630 mWifiMetrics.logStaEvent(mInterfaceName, StaEvent.TYPE_CONNECT_NETWORK,
[all …]
DWifiMetrics.java5401 public void logStaEvent(String ifaceName, int type) { in logStaEvent() method in WifiMetrics
5402 logStaEvent(ifaceName, type, StaEvent.DISCONNECT_UNKNOWN, null); in logStaEvent()
5410 public void logStaEvent(String ifaceName, int type, WifiConfiguration config) { in logStaEvent() method in WifiMetrics
5411 logStaEvent(ifaceName, type, StaEvent.DISCONNECT_UNKNOWN, config); in logStaEvent()
5420 public void logStaEvent(String ifaceName, int type, int frameworkDisconnectReason) { in logStaEvent() method in WifiMetrics
5421 logStaEvent(ifaceName, type, frameworkDisconnectReason, null); in logStaEvent()
5431 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.java1177 verify(mWifiMetrics).logStaEvent(anyString(), eq(StaEvent.TYPE_FRAMEWORK_DISCONNECT), in testResetSimWhenDefaultDataSimChanged()
1881 verify(mWifiMetrics).logStaEvent(anyString(), eq(StaEvent.TYPE_FRAMEWORK_DISCONNECT), in networkRemovalWhileObtainingIp()
2597 .logStaEvent(WIFI_IFACE_NAME, StaEvent.TYPE_WIFI_ENABLED); in testWifiInfoCleanedUpEnteringExitingConnectableState()
2613 .logStaEvent(WIFI_IFACE_NAME, StaEvent.TYPE_WIFI_DISABLED); in testWifiInfoCleanedUpEnteringExitingConnectableState()
2645 .logStaEvent(WIFI_IFACE_NAME, StaEvent.TYPE_WIFI_ENABLED); in testWifiInfoCleanedUpEnteringExitingConnectableState3()
3109 verify(mWifiMetrics).logStaEvent( in testConnectedMacRandomizationRandomizationPersistentDifferentMac()
3131 verify(mWifiMetrics, never()).logStaEvent( in testConnectedMacRandomizationRandomizationPersistentSameMac()
3162 verify(mWifiMetrics).logStaEvent( in testConnectedMacRandomizationRandomizationNoneDifferentMac()
5316 verify(mWifiMetrics).logStaEvent(anyString(), eq(StaEvent.TYPE_FRAMEWORK_DISCONNECT), in verifyDisconnectOnMarkingNetworkMetered()
6087 verify(mWifiMetrics).logStaEvent(anyString(), eq(StaEvent.TYPE_FRAMEWORK_DISCONNECT), in testHandlePasspointTermsAndConditionsWnmNotificationWithBadUrl()
[all …]
DWifiMetricsTest.java2704 wifiMetrics.logStaEvent( in generateStaEvents()
2767 mWifiMetrics.logStaEvent(TEST_IFACE_NAME, StaEvent.TYPE_CMD_START_CONNECT); in testStaEventBounding()
2784 mWifiMetrics.logStaEvent(TEST_IFACE_NAME, StaEvent.TYPE_CMD_START_CONNECT); in testLinkProbeStaEventBounding()