Searched refs:CONNECTION_EVENT_FAILED (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | LastMileLoggerTest.java | 153 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()
|
D | WifiDiagnosticsTest.java | 347 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,
|
D | ClientModeImplTest.java | 3385 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/ |
D | LastMileLogger.java | 71 if (event == WifiDiagnostics.CONNECTION_EVENT_FAILED in reportConnectionEvent()
|
D | WifiDiagnostics.java | 72 public static final byte CONNECTION_EVENT_FAILED = 2; field in WifiDiagnostics 266 if (event == CONNECTION_EVENT_FAILED || event == CONNECTION_EVENT_TIMEOUT) { in reportConnectionEvent()
|
D | ClientModeImpl.java | 2819 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, 5573 WifiDiagnostics.CONNECTION_EVENT_FAILED,
|