Home
last modified time | relevance | path

Searched refs:WifiDiagnostics (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiDiagnosticsTest.java79 WifiDiagnostics mWifiDiagnostics;
145 mBootTimeMs += WifiDiagnostics.LOGCAT_READ_TIMEOUT_MILLIS / 2; in setUp()
149 mWifiDiagnostics = new WifiDiagnostics( in setUp()
212 eq(WifiDiagnostics.VERBOSE_NO_LOG), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndRestartsRingBufferLoggingInVerboseMode()
215 eq(WifiDiagnostics.VERBOSE_LOG_WITH_WAKEUP), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndRestartsRingBufferLoggingInVerboseMode()
225 eq(WifiDiagnostics.VERBOSE_NO_LOG), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndThenStartRingBufferLoggingInNormalMode()
228 gt(WifiDiagnostics.VERBOSE_NO_LOG), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndThenStartRingBufferLoggingInNormalMode()
283 mWifiDiagnostics.captureBugReportData(WifiDiagnostics.REPORT_REASON_NONE); in canCaptureAndStoreRingBufferData()
304 mWifiDiagnostics.captureBugReportData(WifiDiagnostics.REPORT_REASON_NONE); in loggerDiscardsExtraneousData()
328 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED); in reportConnectionFailureIsIgnoredWithoutVerboseMode()
[all …]
DActiveModeWardenTest.java832 WifiDiagnostics.REPORT_REASON_WIFINATIVE_FAILURE); in handleWifiNativeFailureDeviceNotShuttingDown()
845 WifiDiagnostics.REPORT_REASON_WIFINATIVE_FAILURE); in handleWifiNativeFailureDeviceShuttingDown()
857 WifiDiagnostics.REPORT_REASON_WIFINATIVE_FAILURE); in handleWifiNativeStatusReady()
DClientModeImplTest.java3006 eq(WifiDiagnostics.CONNECTION_EVENT_STARTED)); in testReportConnectionEventIsCalledAfterCmdStartConnect()
3009 eq(WifiDiagnostics.CONNECTION_EVENT_STARTED)); in testReportConnectionEventIsCalledAfterCmdStartConnect()
3068 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED)); in testReportConnectionEventIsCalledAfterAssociationFailure()
3071 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED)); in testReportConnectionEventIsCalledAfterAssociationFailure()
3101 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED)); in testReportConnectionEventIsCalledAfterAuthenticationFailure()
3104 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED)); in testReportConnectionEventIsCalledAfterAuthenticationFailure()
3296 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED)); in testReportConnectionEventIsCalledAfterDhcpFailure()
3333 eq(WifiDiagnostics.CONNECTION_EVENT_SUCCEEDED)); in testReportConnectionEventIsCalledAfterSuccessfulConnection()
4024 eq(WifiDiagnostics.REPORT_REASON_REACHABILITY_LOST)); in testTakebugreportbyIpReachabilityLost()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java55 class WifiDiagnostics extends BaseWifiDiagnostics { class
142 public WifiDiagnostics(Context context, WifiInjector wifiInjector, in WifiDiagnostics() method in WifiDiagnostics
457 WifiDiagnostics.this.onRingBufferData(status, buffer);
462 WifiDiagnostics.this.onWifiAlert(errorCode, buffer);
DClientModeImpl.java1887 mWifiDiagnostics.captureBugReportData(WifiDiagnostics.REPORT_REASON_USER_ACTION); in dump()
2921 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_STARTED); in reportConnectionAttemptStart()
2937 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED); in handleConnectionAttemptEndForDiagnostics()
3145 mWifiDiagnostics.captureBugReportData(WifiDiagnostics.REPORT_REASON_DHCP_FAILURE);
3854 WifiDiagnostics.REPORT_REASON_ASSOC_FAILURE);
3898 WifiDiagnostics.REPORT_REASON_AUTH_FAILURE);
4881 WifiDiagnostics.REPORT_REASON_REACHABILITY_LOST); in processMessage()
5221 WifiDiagnostics.REPORT_REASON_AUTOROAM_FAILURE); in processMessage()
5411 WifiDiagnostics.CONNECTION_EVENT_FAILED); in processMessage()
5442 WifiDiagnostics.CONNECTION_EVENT_SUCCEEDED); in processMessage()
[all …]
DActiveModeWarden.java130 WifiDiagnostics.REPORT_REASON_WIFINATIVE_FAILURE); in ActiveModeWarden()
DWifiInjector.java329 mWifiDiagnostics = new WifiDiagnostics( in WifiInjector()
/frameworks/opt/net/wifi/tests/wifitests/
DAndroid.bp402 "com.android.server.wifi.WifiDiagnostics",
403 "com.android.server.wifi.WifiDiagnostics$*",
404 "com.android.server.wifi.WifiDiagnostics.**",