Home
last modified time | relevance | path

Searched refs:captureAlertData (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DBaseWifiLogger.java35 public synchronized void captureAlertData(int errorCode, byte[] alertData) { } in captureAlertData() method in BaseWifiLogger
DWifiLogger.java202 public synchronized void captureAlertData(int errorCode, byte[] alertData) { in captureAlertData() method in WifiLogger
DWifiStateMachine.java4128 mWifiLogger.captureAlertData(message.arg1, buffer); in processMessage()