Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiJsonParser.java47 public static ScanResult getScanResult(JSONObject j) throws JSONException { in getScanResult() method in WifiJsonParser
152 scanResults.add(getScanResult(j.getJSONObject(i))); in getScanResults()