Searched refs:sendJson (Results 1 – 1 of 1) sorted by relevance
774 final JSONObject sendJson = mHostAuthSend.toJson(); in toJson() local775 json.put(JSON_TAG_HOST_AUTH_SEND, sendJson); in toJson()809 final JSONObject sendJson = json.optJSONObject(JSON_TAG_HOST_AUTH_SEND); in fromJson() local810 if (sendJson != null) { in fromJson()811 a.mHostAuthSend = HostAuth.fromJson(sendJson); in fromJson()