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.java372 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_STARTED, in reportConnectionEventPropagatesStartToLastMileLogger()
375 STA_IF_NAME, WifiDiagnostics.CONNECTION_EVENT_STARTED); in reportConnectionEventPropagatesStartToLastMileLogger()
DClientModeImplTest.java3321 eq(WifiDiagnostics.CONNECTION_EVENT_STARTED), any()); in testReportConnectionEventIsCalledAfterCmdStartConnect()
3324 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.java70 public static final byte CONNECTION_EVENT_STARTED = 0; field in WifiDiagnostics
DClientModeImpl.java2800 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_STARTED,