Home
last modified time | relevance | path

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

/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
DXmlMessageWrapper.java139 int protocolVersion = shortBigEndianBytesToInt(readBytes(stream, in fromInputStream()
199 public static final int shortBigEndianBytesToInt(byte[] input) { in shortBigEndianBytesToInt() method in XmlMessageWrapper