Home | History | Annotate | Download | only in json

Lines Matching defs:toJson

337         return toJson((PairingRequestMessage) message);
339 return toJson((PairingRequestAckMessage) message);
341 return toJson((OptionsMessage) message);
343 return toJson((ConfigurationMessage) message);
345 return toJson((ConfigurationAckMessage) message);
347 return toJson((SecretMessage) message);
349 return toJson((SecretAckMessage) message);
421 static JSONObject toJson(PairingRequestMessage message) throws JSONException {
434 static JSONObject toJson(PairingRequestAckMessage message)
449 static JSONObject toJson(OptionsMessage message) throws JSONException {
454 inEncsArray.put(toJson(encoding));
460 outEncsArray.put(toJson
474 static JSONObject toJson(ConfigurationMessage message) throws JSONException {
476 JSONObject encoding = toJson(message.getEncoding());
486 static JSONObject toJson(ConfigurationAckMessage message) {
495 static JSONObject toJson(SecretMessage message) throws JSONException {
514 static JSONObject toJson(SecretAckMessage message) throws JSONException {
533 static JSONObject toJson(EncodingOption encoding) throws JSONException {