Home
last modified time | relevance | path

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

/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
DJsonWireAdapter.java45 public class JsonWireAdapter implements PoloWireInterface { class
63 public JsonWireAdapter(InputStream input, OutputStream output) { in JsonWireAdapter() method in JsonWireAdapter
74 public static JsonWireAdapter fromContext(PairingContext context) { in fromContext()
75 return new JsonWireAdapter(context.getPeerInputStream(), context in fromContext()
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/
DWireFormat.java20 import com.google.polo.wire.json.JsonWireAdapter;
43 return JsonWireAdapter.fromContext(context); in getWireInterface()