Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcClient.java172 JSONObject certificationId = new JSONObject(); in getAfcRequestJSONObject() local
173 certificationId.put("nra", AfcClient.NRA); in getAfcRequestJSONObject()
174 certificationId.put("id", AfcClient.ID); in getAfcRequestJSONObject()
175 deviceDescriptor.put("certificationId", certificationId); in getAfcRequestJSONObject()