Home
last modified time | relevance | path

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

/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
DNetworkSecurityConfigTests.java51 = hexToBytes("ec722969cb64200ab6638f68ac538e40abab5b19a6485661042a1061c4612776");
54 = hexToBytes(
98 private static byte[] hexToBytes(String s) { in hexToBytes() method in NetworkSecurityConfigTests
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DUtils.java173 public static byte[] hexToBytes(String text) { in hexToBytes() method in Utils