Home
last modified time | relevance | path

Searched defs:hexToBytes (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
DNetworkSecurityConfigTests.java97 private static byte[] hexToBytes(String s) { in hexToBytes() method in NetworkSecurityConfigTests
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DUtils.java171 public static byte[] hexToBytes(String text) { in hexToBytes() method in Utils
/frameworks/base/packages/Osu/src/com/android/hotspot2/
DUtils.java173 public static byte[] hexToBytes(String text) { in hexToBytes() method in Utils
/frameworks/base/keystore/tests/src/android/security/
DKeyStoreTest.java117 private static byte[] hexToBytes(String s) { in hexToBytes() method in KeyStoreTest