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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiMetricsTest.java95 * Test that startConnectionEvent and endConnectionEvent can be called repeatedly and out of
103 mWifiMetrics.endConnectionEvent(
107 mWifiMetrics.endConnectionEvent(
1070 mWifiMetrics.endConnectionEvent(
1078 mWifiMetrics.endConnectionEvent(
1105 mWifiMetrics.endConnectionEvent(
1126 mWifiMetrics.endConnectionEvent(
1131 mWifiMetrics.endConnectionEvent(
1136 mWifiMetrics.endConnectionEvent(
1141 mWifiMetrics.endConnectionEvent(
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiMetrics.java623 endConnectionEvent(ConnectionEvent.FAILURE_REDUNDANT_CONNECTION_ATTEMPT,
627 endConnectionEvent(ConnectionEvent.FAILURE_NEW_CONNECTION_ATTEMPT,
700 public void endConnectionEvent(int level2FailureCode, int connectivityFailureCode) { method in class:WifiMetrics
H A DWifiStateMachine.java2868 mWifiMetrics.endConnectionEvent(level2FailureCode, connectivityFailureCode);
5160 mWifiMetrics.endConnectionEvent(

Completed in 92 milliseconds