HomeSort by relevance Sort by last modified time
    Searched refs:WifiDiagnostics (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiDiagnosticsTest.java 52 * Unit tests for {@link WifiDiagnostics}.
65 WifiDiagnostics mWifiDiagnostics;
114 mWifiDiagnostics = new WifiDiagnostics(
174 eq(WifiDiagnostics.VERBOSE_NO_LOG), anyInt(), anyInt(), anyInt(),
177 eq(WifiDiagnostics.VERBOSE_NORMAL_LOG), anyInt(), anyInt(), anyInt(),
239 mWifiDiagnostics.captureBugReportData(WifiDiagnostics.REPORT_REASON_NONE);
259 mWifiDiagnostics.captureBugReportData(WifiDiagnostics.REPORT_REASON_NONE);
299 * reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED) still fetches packet fates.
306 FAKE_CONNECTION_ID, WifiDiagnostics.CONNECTION_EVENT_FAILED);
319 FAKE_CONNECTION_ID, WifiDiagnostics.CONNECTION_EVENT_FAILED)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiDiagnostics.java 44 class WifiDiagnostics extends BaseWifiDiagnostics {
48 * 2) Callbacks into WifiDiagnostics use non-private (and hence, synchronized) methods. See, e.g,
110 public WifiDiagnostics(Context context, WifiInjector wifiInjector,
376 WifiDiagnostics.this.onRingBufferData(status, buffer);
381 WifiDiagnostics.this.onWifiAlert(errorCode, buffer);
WifiInjector.java 220 // mWifiStateMachine has an implicit dependency on mJavaRuntime due to WifiDiagnostics.
395 return new WifiDiagnostics(
WifiStateMachine.java     [all...]

Completed in 6365 milliseconds