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

  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
JsonMessageBuilder.java 98 private static final String SECRET_FIELD_SECRET = "secret";
286 body.getString(SECRET_FIELD_SECRET).getBytes());
505 jsonObj.put(SECRET_FIELD_SECRET, bytesStr);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 87 private static final String SECRET_FIELD_SECRET = "bytes";
349 .getString(SECRET_FIELD_SECRET);
564 secret.put(SECRET_FIELD_SECRET, bytesStr);

Completed in 39 milliseconds