Searched refs:onWifiAlert (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiLogger.java51 * onRingBufferData(), onWifiAlert().
375 public void onWifiAlert(int errorCode, byte[] buffer) {
376 WifiLogger.this.onWifiAlert(errorCode, buffer);
387 synchronized void onWifiAlert(int errorCode, byte[] buffer) { method in class:WifiLogger
H A DWifiNative.java2450 void onWifiAlert(int errorCode, byte[] buffer); method in interface:WifiNative.WifiLoggerEventHandler
2463 private static void onWifiAlert(byte[] buffer, int errorCode) { method in class:WifiNative
2466 handler.onWifiAlert(errorCode, buffer);

Completed in 62 milliseconds