Home
last modified time | relevance | path

Searched refs:onWifiAlert (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java502 public void onWifiAlert(int errorCode, byte[] buffer) {
503 WifiDiagnostics.this.onWifiAlert(errorCode, buffer);
514 synchronized void onWifiAlert(int errorCode, @NonNull byte[] buffer) { in onWifiAlert() method in WifiDiagnostics
DWifiVendorHal.java1893 eventHandler.onWifiAlert(errorCode, debugData);
DWifiNative.java4288 void onWifiAlert(int errorCode, byte[] buffer);
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiDiagnosticsTest.java780 mWifiDiagnostics.onWifiAlert(ALERT_REASON_CODE, ALERT_DATA);
998 mWifiDiagnostics.onWifiAlert(FATAL_FW_ALERT_LIST[0], ALERT_DATA);
1009 mWifiDiagnostics.onWifiAlert(NON_FATAL_FW_ALERT, ALERT_DATA);
DWifiVendorHalTest.java1684 verify(eventHandler).onWifiAlert(eq(errorCode), eq(errorData)); in testAlertCallbackUsingProvidedCallback()
1691 verify(eventHandler, never()).onWifiAlert(anyInt(), anyObject()); in testAlertCallbackUsingProvidedCallback()