Searched refs:CONNECTION_EVENT_FAILED (Results 1 – 7 of 7) sorted by relevance
144 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_FAILED); in connectionEventFailedDisablesTracingWhenPendingFails()159 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_FAILED); in connectionEventFailedDoesNotCrashIfEnableFileIsMissing()165 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_FAILED); in connectionEventFailedDoesNotCrashIfDataFileIsMissing()170 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_FAILED); in connectionEventFailedDoesNotCrashOnRepeatedCalls()171 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_FAILED); in connectionEventFailedDoesNotCrashOnRepeatedCalls()178 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_FAILED); in dumpShowsFailureTrace()197 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_FAILED); in dumpShowsLastFailureTraceAndPendingConnectionTrace()210 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_FAILED); in dumpShowsLastFailureTraceAndCurrentConnectionTrace()224 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_FAILED); in dumpDoesNotClearLastFailureData()
324 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED); in reportConnectionFailureIsIgnoredWithoutVerboseMode()336 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED); in reportConnectionFailureFetchesFatesInVerboseMode()361 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED); in reportConnectionEventPropagatesFailureToLastMileLogger()362 verify(mLastMileLogger).reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED); in reportConnectionEventPropagatesFailureToLastMileLogger()384 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED); in loggerFetchesTxFatesEvenIfFetchingRxFatesFails()397 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED); in loggerFetchesRxFatesEvenIfFetchingTxFatesFails()439 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED); in dumpSucceedsWhenFatesHaveBeenFetchedButAreEmpty()483 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED); in getDumpString()608 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED);
2766 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED)); in testReportConnectionEventIsCalledAfterAssociationFailure()2769 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED)); in testReportConnectionEventIsCalledAfterAssociationFailure()2795 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED)); in testReportConnectionEventIsCalledAfterAuthenticationFailure()2798 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED)); in testReportConnectionEventIsCalledAfterAuthenticationFailure()2853 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED)); in testReportConnectionEventIsCalledAfterDhcpFailure()
13 public static final byte CONNECTION_EVENT_FAILED = 2; field in BaseWifiDiagnostics
58 case BaseWifiDiagnostics.CONNECTION_EVENT_FAILED: in reportConnectionEvent()
227 if (event == CONNECTION_EVENT_FAILED || event == CONNECTION_EVENT_TIMEOUT) { in reportConnectionEvent()
3135 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED); in handleConnectionAttemptEndForDiagnostics()5659 WifiDiagnostics.CONNECTION_EVENT_FAILED); in processMessage()