Home
last modified time | relevance | path

Searched refs:CONNECTION_EVENT_TIMEOUT (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DLastMileLoggerTest.java160 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_TIMEOUT); in connectionEventTimeoutDisablesTracing()
173 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_TIMEOUT); in multipleIfaces()
DWifiDiagnosticsTest.java418 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_TIMEOUT, in reportConnectionEventPropagatesTimeoutToLastMileLogger()
421 STA_IF_NAME, WifiDiagnostics.CONNECTION_EVENT_TIMEOUT); in reportConnectionEventPropagatesTimeoutToLastMileLogger()
DClientModeImplTest.java4527 eq(WifiDiagnostics.CONNECTION_EVENT_TIMEOUT), any()); in testApNoResponseTriggerTimeout()
4538 eq(WifiDiagnostics.CONNECTION_EVENT_TIMEOUT), any()); in testApNoResponseTimerCanceledAfterConnectionSuccess()
4545 eq(WifiDiagnostics.CONNECTION_EVENT_TIMEOUT), any()); in verifyConnectionEventTimeoutDoesNotOccur()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DLastMileLogger.java72 || event == WifiDiagnostics.CONNECTION_EVENT_TIMEOUT) { in reportConnectionEvent()
DWifiDiagnostics.java75 public static final byte CONNECTION_EVENT_TIMEOUT = 3; field in WifiDiagnostics
269 if (event == CONNECTION_EVENT_FAILED || event == CONNECTION_EVENT_TIMEOUT) { in reportConnectionEvent()
DClientModeImpl.java3793 WifiDiagnostics.CONNECTION_EVENT_TIMEOUT, mClientModeManager); in handleConnectionAttemptEndForDiagnostics()