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.java357 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in reportConnectionFailureIsIgnoredWithoutVerboseMode()
371 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in reportConnectionFailureFetchesFatesInVerboseMode()
404 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in reportConnectionEventPropagatesFailureToLastMileLogger()
407 STA_IF_NAME, WifiDiagnostics.CONNECTION_EVENT_FAILED); in reportConnectionEventPropagatesFailureToLastMileLogger()
433 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in loggerFetchesTxFatesEvenIfFetchingRxFatesFails()
448 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in loggerFetchesRxFatesEvenIfFetchingTxFatesFails()
497 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in dumpSucceedsWhenFatesHaveBeenFetchedButAreEmpty()
536 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in getDumpString()
655 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED,
DClientModeImplTest.java4566 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED), any()); in testReportConnectionEventIsCalledAfterAssociationFailure()
4569 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED), any()); in testReportConnectionEventIsCalledAfterAssociationFailure()
4619 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED), any()); in testReportConnectionEventIsCalledAfterAuthenticationFailure()
5185 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED), any()); in testReportConnectionEventIsCalledAfterDhcpFailure()
8601 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.java74 public static final byte CONNECTION_EVENT_FAILED = 2; field in WifiDiagnostics
269 if (event == CONNECTION_EVENT_FAILED || event == CONNECTION_EVENT_TIMEOUT) { in reportConnectionEvent()
DClientModeImpl.java3796 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in handleConnectionAttemptEndForDiagnostics()
7438 WifiDiagnostics.CONNECTION_EVENT_FAILED, in processMessageImpl()