Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiP2pManagerFacade.java145 Map<String, String> txtRecordMap, WifiP2pDevice srcDevice) { in onDnsSdTxtRecordAvailable() argument
149 for (String key : txtRecordMap.keySet()) { in onDnsSdTxtRecordAvailable()
150 txtMap.putString(key, txtRecordMap.get(key)); in onDnsSdTxtRecordAvailable()