Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcClient.java71 private static HashMap<String, String> sRequestProperties; field in AfcClient
77 sRequestProperties = new HashMap<>(); in AfcClient()
150 for (Map.Entry<String, String> requestProperty : sRequestProperties.entrySet()) { in getAfcHttpRequestObject()
259 sRequestProperties = new HashMap<>(); in setRequestPropertyPairs()
260 sRequestProperties.putAll(requestProperties); in setRequestPropertyPairs()
274 return sRequestProperties; in getRequestProperties()