Searched refs:CONNECTION_EVENT_SUCCEEDED (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | LastMileLoggerTest.java | 134 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()
|
D | WifiDiagnosticsTest.java | 393 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_SUCCEEDED, in reportConnectionEventPropagatesSuccessToLastMileLogger() 396 STA_IF_NAME, WifiDiagnostics.CONNECTION_EVENT_SUCCEEDED); in reportConnectionEventPropagatesSuccessToLastMileLogger()
|
D | ClientModeImplTest.java | 5220 eq(WifiDiagnostics.CONNECTION_EVENT_SUCCEEDED), any()); in testReportConnectionEventIsCalledAfterSuccessfulConnection()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiDiagnostics.java | 73 public static final byte CONNECTION_EVENT_SUCCEEDED = 1; field in WifiDiagnostics
|
D | ClientModeImpl.java | 7478 WifiDiagnostics.CONNECTION_EVENT_SUCCEEDED, mClientModeManager); in processMessageImpl()
|