Searched refs:certificationId (Results 1 – 1 of 1) sorted by relevance
172 JSONObject certificationId = new JSONObject(); in getAfcRequestJSONObject() local173 certificationId.put("nra", AfcClient.NRA); in getAfcRequestJSONObject()174 certificationId.put("id", AfcClient.ID); in getAfcRequestJSONObject()175 deviceDescriptor.put("certificationId", certificationId); in getAfcRequestJSONObject()