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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMetrics.java 389 endConnectionEvent(ConnectionEvent.FAILURE_REDUNDANT_CONNECTION_ATTEMPT,
393 endConnectionEvent(ConnectionEvent.FAILURE_NEW_CONNECTION_ATTEMPT,
466 public void endConnectionEvent(int level2FailureCode, int connectivityFailureCode) {
    [all...]
WifiStateMachine.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiMetricsTest.java 74 * Test that startConnectionEvent and endConnectionEvent can be called repeatedly and out of
82 mWifiMetrics.endConnectionEvent(
86 mWifiMetrics.endConnectionEvent(
    [all...]

Completed in 101 milliseconds