Searched defs:hexStringToBytes (Results 1 – 3 of 3) sorted by relevance
452 @Nullable private byte[] hexStringToBytes(@Nullable String hex) { in hexStringToBytes() method in Ts43AuthenticationLibrary
930 static byte[] hexStringToBytes(String value) { in hexStringToBytes() method in BinaryXmlPullParser
453 hexStringToBytes(String s) { in hexStringToBytes() method in IccUtils