HomeSort by relevance Sort by last modified time
    Searched refs:outEncsArray (Results 1 - 2 of 2) sorted by null

  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
JsonMessageBuilder.java 458 JSONArray outEncsArray = new JSONArray();
460 outEncsArray.put(toJson(encoding));
462 jsonObj.put(OPTIONS_FIELD_OUTPUT_ENCODINGS, outEncsArray);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 520 JSONArray outEncsArray = new JSONArray();
522 outEncsArray.put(encodingToJson(encoding));
524 outEncs.put(ENCODING_SUBFIELD_ENCODING, outEncsArray);

Completed in 154 milliseconds