Home
last modified time | relevance | path

Searched refs:endConnectionEvent (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java66 mWifiMetrics.endConnectionEvent( in startAndEndConnectionEventSucceeds()
70 mWifiMetrics.endConnectionEvent( in startAndEndConnectionEventSucceeds()
393 mWifiMetrics.endConnectionEvent( in testScanDetailAndWifiConfigurationUsage()
401 mWifiMetrics.endConnectionEvent( in testScanDetailAndWifiConfigurationUsage()
429 mWifiMetrics.endConnectionEvent( in testMetricsClearedAfterProtoRequested()
434 mWifiMetrics.endConnectionEvent( in testMetricsClearedAfterProtoRequested()
439 mWifiMetrics.endConnectionEvent( in testMetricsClearedAfterProtoRequested()
444 mWifiMetrics.endConnectionEvent( in testMetricsClearedAfterProtoRequested()
457 mWifiMetrics.endConnectionEvent( in testMetricsClearedAfterProtoRequested()
462 mWifiMetrics.endConnectionEvent( in testMetricsClearedAfterProtoRequested()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java343 endConnectionEvent(ConnectionEvent.FAILURE_REDUNDANT_CONNECTION_ATTEMPT, in startConnectionEvent()
347 endConnectionEvent(ConnectionEvent.FAILURE_NEW_CONNECTION_ATTEMPT, in startConnectionEvent()
409 public void endConnectionEvent(int level2FailureCode, int connectivityFailureCode) { in endConnectionEvent() method in WifiMetrics
DWifiStateMachine.java3619 mWifiMetrics.endConnectionEvent(level2FailureCode, connectivityFailureCode); in reportConnectionAttemptEnd()
6912 mWifiMetrics.endConnectionEvent( in processMessage()