Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/util/
DSerializationTester.java61 T deserialized = (T) deserialize(hexDecode(golden)); in test()
103 private static byte[] hexDecode(String s) { in hexDecode() method in SerializationTester
123 return deserialize(hexDecode(hex)); in deserializeHex()