OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dumpHexString
(Results
1 - 2
of
2
) sorted by null
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
HexDump.java
23
public static String
dumpHexString
(byte[] array)
25
return
dumpHexString
(array, 0, array.length);
28
public static String
dumpHexString
(byte[] array, int offset, int length)
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlWireAdapter.java
78
debug(HexDump.
dumpHexString
(outerMessage.serializeToByteArray()));
133
debug(HexDump.
dumpHexString
(message.serializeToByteArray()));
Completed in 561 milliseconds