Searched refs:WifiDiagnostics (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiDiagnosticsTest.java | 74 WifiDiagnostics mWifiDiagnostics; 134 mWifiDiagnostics = new WifiDiagnostics( in setUp() 197 eq(WifiDiagnostics.VERBOSE_NO_LOG), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndRestartsRingBufferLoggingInVerboseMode() 200 eq(WifiDiagnostics.VERBOSE_LOG_WITH_WAKEUP), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndRestartsRingBufferLoggingInVerboseMode() 210 eq(WifiDiagnostics.VERBOSE_NO_LOG), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndThenStartRingBufferLoggingInNormalMode() 213 gt(WifiDiagnostics.VERBOSE_NO_LOG), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndThenStartRingBufferLoggingInNormalMode() 268 mWifiDiagnostics.captureBugReportData(WifiDiagnostics.REPORT_REASON_NONE); in canCaptureAndStoreRingBufferData() 289 mWifiDiagnostics.captureBugReportData(WifiDiagnostics.REPORT_REASON_NONE); in loggerDiscardsExtraneousData() 313 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED); in reportConnectionFailureIsIgnoredWithoutVerboseMode() 326 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED); in reportConnectionFailureFetchesFatesInVerboseMode() [all …]
|
D | ActiveModeWardenTest.java | 625 WifiDiagnostics.REPORT_REASON_WIFINATIVE_FAILURE); in handleWifiNativeFailure() 637 WifiDiagnostics.REPORT_REASON_WIFINATIVE_FAILURE); in handleWifiNativeStatusReady()
|
D | ClientModeImplTest.java | 2895 eq(WifiDiagnostics.CONNECTION_EVENT_STARTED)); in testReportConnectionEventIsCalledAfterCmdStartConnect() 2898 eq(WifiDiagnostics.CONNECTION_EVENT_STARTED)); in testReportConnectionEventIsCalledAfterCmdStartConnect() 2955 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED)); in testReportConnectionEventIsCalledAfterAssociationFailure() 2958 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED)); in testReportConnectionEventIsCalledAfterAssociationFailure() 2984 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED)); in testReportConnectionEventIsCalledAfterAuthenticationFailure() 2987 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED)); in testReportConnectionEventIsCalledAfterAuthenticationFailure() 3042 eq(WifiDiagnostics.CONNECTION_EVENT_FAILED)); in testReportConnectionEventIsCalledAfterDhcpFailure() 3076 eq(WifiDiagnostics.CONNECTION_EVENT_SUCCEEDED)); in testReportConnectionEventIsCalledAfterSuccessfulConnection() 3682 eq(WifiDiagnostics.REPORT_REASON_REACHABILITY_LOST)); in testTakebugreportbyIpReachabilityLost()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiDiagnostics.java | 52 class WifiDiagnostics extends BaseWifiDiagnostics { class 133 public WifiDiagnostics(Context context, WifiInjector wifiInjector, in WifiDiagnostics() method in WifiDiagnostics 444 WifiDiagnostics.this.onRingBufferData(status, buffer); 449 WifiDiagnostics.this.onWifiAlert(errorCode, buffer);
|
D | ClientModeImpl.java | 2065 mWifiDiagnostics.captureBugReportData(WifiDiagnostics.REPORT_REASON_USER_ACTION); in dump() 3133 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_STARTED); in reportConnectionAttemptStart() 3149 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED); in handleConnectionAttemptEndForDiagnostics() 3244 mWifiDiagnostics.captureBugReportData(WifiDiagnostics.REPORT_REASON_DHCP_FAILURE); in handleIPv4Failure() 3989 WifiDiagnostics.REPORT_REASON_ASSOC_FAILURE); in processMessage() 4025 WifiDiagnostics.REPORT_REASON_AUTH_FAILURE); in processMessage() 5110 WifiDiagnostics.REPORT_REASON_REACHABILITY_LOST); in processMessage() 5565 WifiDiagnostics.REPORT_REASON_AUTOROAM_FAILURE); in processMessage() 5750 WifiDiagnostics.CONNECTION_EVENT_FAILED); in processMessage() 5773 WifiDiagnostics.CONNECTION_EVENT_SUCCEEDED); in processMessage() [all …]
|
D | ActiveModeWarden.java | 650 WifiDiagnostics.REPORT_REASON_WIFINATIVE_FAILURE); in onStatusChanged()
|
D | WifiInjector.java | 307 mWifiDiagnostics = new WifiDiagnostics( in WifiInjector()
|