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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiDiagnostics.java 50 * onRingBufferData(), onWifiAlert().
401 public void onWifiAlert(int errorCode, byte[] buffer) {
402 WifiDiagnostics.this.onWifiAlert(errorCode, buffer);
413 synchronized void onWifiAlert(int errorCode, @NonNull byte[] buffer) {
WifiNative.java     [all...]
WifiVendorHal.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiDiagnosticsTest.java 711 mWifiDiagnostics.onWifiAlert(ALERT_REASON_CODE, ALERT_DATA);
    [all...]
WifiVendorHalTest.java     [all...]

Completed in 110 milliseconds