Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcServerResponse.java48 private int mAfcResponseCode; field in AfcServerResponse
78 if (afcServerResponse.mAfcResponseCode != SUCCESS_AFC_RESPONSE_CODE in fromSpectrumInquiryResponse()
229 mAfcResponseCode = afcResponseCode; in setAfcResponseCode()
257 return mAfcResponseCode; in getAfcResponseCode()
316 sbuf.append("AFC response code: " + mAfcResponseCode + "\n"); in toString()