Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiScannerFacade.java172 private final WifiActionListener mWAL; field in WifiScannerFacade.WifiScanListener
180 mWAL = new WifiActionListener(mEventType, mIndex, mScanResults, in WifiScanListener()
186 mWAL.onSuccess(); in onSuccess()
192 mWAL.onFailure(reason, description); in onFailure()
207 mWAL.reportResult(new ScanResult[] { in onFullResult()
244 private final WifiActionListener mWAL; field in WifiScannerFacade.ChangeListener
251 mWAL = new WifiActionListener(mEventType, mIndex, mResults, in ChangeListener()
257 mWAL.onSuccess(); in onSuccess()
263 mWAL.onFailure(reason, description); in onFailure()
273 mWAL.reportResult(results, "onChanging"); in onChanging()
[all …]