Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DLastMileLoggerTest.java84 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 …]
DWifiDiagnosticsTest.java382 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_STARTED, in reportConnectionEventPropagatesStartToLastMileLogger()
385 STA_IF_NAME, WifiDiagnostics.CONNECTION_EVENT_STARTED); in reportConnectionEventPropagatesStartToLastMileLogger()
DClientModeImplTest.java4508 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/
DLastMileLogger.java79 if (status == WifiDiagnostics.CONNECTION_EVENT_STARTED) { in anyConnectionInProgress()
DWifiDiagnostics.java72 public static final byte CONNECTION_EVENT_STARTED = 0; field in WifiDiagnostics
DClientModeImpl.java3776 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_STARTED, in reportConnectionAttemptStart()