Home
last modified time | relevance | path

Searched refs:XmlWireAdapter (Results 1 – 2 of 2) sorted by relevance

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