Home
last modified time | relevance | path

Searched refs:CONNECTION_EVENT_SUCCEEDED (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DLastMileLoggerTest.java134 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_SUCCEEDED); in connectionEventSucceededDisablesTracing()
141 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_SUCCEEDED); in connectionEventSucceededDoesNotCrashIfEnableFileIsMissing()
146 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_SUCCEEDED); in connectionEventSucceededDoesNotCrashOnRepeatedCalls()
147 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_SUCCEEDED); in connectionEventSucceededDoesNotCrashOnRepeatedCalls()
179 mLastMileLogger.reportConnectionEvent(WLAN1, WifiDiagnostics.CONNECTION_EVENT_SUCCEEDED); in multipleIfaces()
240 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_SUCCEEDED); in dumpShowsLastFailureTraceAndCurrentConnectionTrace()
DWifiDiagnosticsTest.java383 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_SUCCEEDED, in reportConnectionEventPropagatesSuccessToLastMileLogger()
386 STA_IF_NAME, WifiDiagnostics.CONNECTION_EVENT_SUCCEEDED); in reportConnectionEventPropagatesSuccessToLastMileLogger()
DClientModeImplTest.java3876 eq(WifiDiagnostics.CONNECTION_EVENT_SUCCEEDED), any()); in testReportConnectionEventIsCalledAfterSuccessfulConnection()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java71 public static final byte CONNECTION_EVENT_SUCCEEDED = 1; field in WifiDiagnostics
DClientModeImpl.java5612 WifiDiagnostics.CONNECTION_EVENT_SUCCEEDED, mClientModeManager);