Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/util/
DSerializationTester.java57 + hexEncode(serialize(value))); in test()
95 private static String hexEncode(byte[] bytes) { in hexEncode() method in SerializationTester
119 return hexEncode(serialize(object)); in serializeHex()