HomeSort by relevance Sort by last modified time
    Searched defs:endConnectionEvent (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiMetricsTest.java 58 * Test that startConnectionEvent and endConnectionEvent can be called repeatedly and out of
66 mWifiMetrics.endConnectionEvent(
70 mWifiMetrics.endConnectionEvent(
393 mWifiMetrics.endConnectionEvent(
401 mWifiMetrics.endConnectionEvent(
429 mWifiMetrics.endConnectionEvent(
434 mWifiMetrics.endConnectionEvent(
439 mWifiMetrics.endConnectionEvent(
444 mWifiMetrics.endConnectionEvent(
457 mWifiMetrics.endConnectionEvent(
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMetrics.java 343 endConnectionEvent(ConnectionEvent.FAILURE_REDUNDANT_CONNECTION_ATTEMPT,
347 endConnectionEvent(ConnectionEvent.FAILURE_NEW_CONNECTION_ATTEMPT,
409 public void endConnectionEvent(int level2FailureCode, int connectivityFailureCode) {
    [all...]
WifiStateMachine.java     [all...]

Completed in 45 milliseconds