Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DLastMileLoggerTest.java153 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_FAILED); in connectionEventFailedDisablesTracingWhenPendingFails()
186 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_FAILED); in connectionEventFailedDoesNotCrashIfEnableFileIsMissing()
192 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_FAILED); in connectionEventFailedDoesNotCrashIfDataFileIsMissing()
197 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_FAILED); in connectionEventFailedDoesNotCrashOnRepeatedCalls()
198 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_FAILED); in connectionEventFailedDoesNotCrashOnRepeatedCalls()
205 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_FAILED); in dumpShowsFailureTrace()
224 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_FAILED); in dumpShowsLastFailureTraceAndPendingConnectionTrace()
237 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_FAILED); in dumpShowsLastFailureTraceAndCurrentConnectionTrace()
251 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_FAILED); in dumpDoesNotClearLastFailureData()
DWifiDiagnosticsTest.java347 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in reportConnectionFailureIsIgnoredWithoutVerboseMode()
361 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in reportConnectionFailureFetchesFatesInVerboseMode()
394 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in reportConnectionEventPropagatesFailureToLastMileLogger()
397 STA_IF_NAME, WifiDiagnostics.CONNECTION_EVENT_FAILED); in reportConnectionEventPropagatesFailureToLastMileLogger()
423 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in loggerFetchesTxFatesEvenIfFetchingRxFatesFails()
438 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in loggerFetchesRxFatesEvenIfFetchingTxFatesFails()
487 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in dumpSucceedsWhenFatesHaveBeenFetchedButAreEmpty()
526 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in getDumpString()
645 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED,
DClientModeImplTest.java3385 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED), any()); in testReportConnectionEventIsCalledAfterAssociationFailure()
3388 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED), any()); in testReportConnectionEventIsCalledAfterAssociationFailure()
3434 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED), any()); in testReportConnectionEventIsCalledAfterAuthenticationFailure()
3843 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED), any()); in testReportConnectionEventIsCalledAfterDhcpFailure()
6132 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED), any()); in testNetworkNotFoundEventUpdatesAssociationFailureStatus()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DLastMileLogger.java71 if (event == WifiDiagnostics.CONNECTION_EVENT_FAILED in reportConnectionEvent()
DWifiDiagnostics.java72 public static final byte CONNECTION_EVENT_FAILED = 2; field in WifiDiagnostics
266 if (event == CONNECTION_EVENT_FAILED || event == CONNECTION_EVENT_TIMEOUT) { in reportConnectionEvent()
DClientModeImpl.java2819 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED,
5573 WifiDiagnostics.CONNECTION_EVENT_FAILED,