Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DLastMileLoggerTest.java160 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_TIMEOUT); in connectionEventTimeoutDisablesTracing()
173 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_TIMEOUT); in multipleIfaces()
H A DWifiDiagnosticsTest.java408 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_TIMEOUT, in reportConnectionEventPropagatesTimeoutToLastMileLogger()
411 STA_IF_NAME, WifiDiagnostics.CONNECTION_EVENT_TIMEOUT); in reportConnectionEventPropagatesTimeoutToLastMileLogger()
H A DClientModeImplTest.java3341 eq(WifiDiagnostics.CONNECTION_EVENT_TIMEOUT), any()); in testCmdDiagsConnectTimeoutIsGeneratedAfterCmdStartConnect()
3357 eq(WifiDiagnostics.CONNECTION_EVENT_TIMEOUT), any()); in testCmdDiagsConnectTimeoutIsNotProcessedBeforeTimerExpires()
3364 eq(WifiDiagnostics.CONNECTION_EVENT_TIMEOUT), any()); in verifyConnectionEventTimeoutDoesNotOccur()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DLastMileLogger.java72 || event == WifiDiagnostics.CONNECTION_EVENT_TIMEOUT) { in reportConnectionEvent()
H A DWifiDiagnostics.java73 public static final byte CONNECTION_EVENT_TIMEOUT = 3; field in WifiDiagnostics
266 if (event == CONNECTION_EVENT_FAILED || event == CONNECTION_EVENT_TIMEOUT) { in reportConnectionEvent()
H A DClientModeImpl.java3809 WifiDiagnostics.CONNECTION_EVENT_TIMEOUT, mClientModeManager);