Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcServerResponse.java228 public void setAfcResponseCode(int afcResponseCode) { in setAfcResponseCode() argument
229 mAfcResponseCode = afcResponseCode; in setAfcResponseCode()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DAfcServerResponseTest.java202 JSONObject buildSpectrumInquiryResponseWithSpecifiedCode(int afcResponseCode) { in buildSpectrumInquiryResponseWithSpecifiedCode() argument
216 "responseCode", afcResponseCode); in buildSpectrumInquiryResponseWithSpecifiedCode()