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

  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/
WireFormat.java 22 import com.google.polo.wire.xml.XmlWireAdapter;
45 return XmlWireAdapter.fromContext(context);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlWireAdapter.java 30 public class XmlWireAdapter implements PoloWireInterface {
57 public XmlWireAdapter(InputStream input, OutputStream output) {
68 public static XmlWireAdapter fromContext(PairingContext context) {
69 return new XmlWireAdapter(context.getPeerInputStream(),

Completed in 5277 milliseconds