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(
404 mWifiMetrics.endConnectionEvent(
412 mWifiMetrics.endConnectionEvent(
440 mWifiMetrics.endConnectionEvent(
445 mWifiMetrics.endConnectionEvent(
450 mWifiMetrics.endConnectionEvent(
455 mWifiMetrics.endConnectionEvent(
468 mWifiMetrics.endConnectionEvent(
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMetrics.java 345 endConnectionEvent(ConnectionEvent.FAILURE_REDUNDANT_CONNECTION_ATTEMPT,
349 endConnectionEvent(ConnectionEvent.FAILURE_NEW_CONNECTION_ATTEMPT,
411 public void endConnectionEvent(int level2FailureCode, int connectivityFailureCode) {
    [all...]
WifiStateMachine.java     [all...]

Completed in 55 milliseconds