Searched refs:CONNECTION_EVENT_STARTED (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | LastMileLoggerTest.java | 84 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedEnablesTracing() 91 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotCrashIfReleaseFileIsMissing() 99 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotEnableTracingIfReleaseFileIsMissing() 105 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotAttemptToReopenReleaseFile() 116 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotAttemptToReopenReleaseFile() 123 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotCrashIfEnableFileIsMissing() 128 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotCrashOnRepeatedCalls() 129 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotCrashOnRepeatedCalls() 152 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventFailedDisablesTracingWhenPendingFails() 159 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventTimeoutDisablesTracing() [all …]
|
D | WifiDiagnosticsTest.java | 382 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_STARTED, in reportConnectionEventPropagatesStartToLastMileLogger() 385 STA_IF_NAME, WifiDiagnostics.CONNECTION_EVENT_STARTED); in reportConnectionEventPropagatesStartToLastMileLogger()
|
D | ClientModeImplTest.java | 4508 eq(WifiDiagnostics.CONNECTION_EVENT_STARTED), any()); in testReportConnectionEventIsCalledAfterCmdStartConnect() 4511 eq(WifiDiagnostics.CONNECTION_EVENT_STARTED), any()); in testReportConnectionEventIsCalledAfterCmdStartConnect()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | LastMileLogger.java | 79 if (status == WifiDiagnostics.CONNECTION_EVENT_STARTED) { in anyConnectionInProgress()
|
D | WifiDiagnostics.java | 72 public static final byte CONNECTION_EVENT_STARTED = 0; field in WifiDiagnostics
|
D | ClientModeImpl.java | 3776 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_STARTED, in reportConnectionAttemptStart()
|