Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DHexDump.java94 public static String toHexString(byte b) in toHexString() method in HexDump
99 public static String toHexString(byte[] array) in toHexString() method in HexDump
104 public static String toHexString(byte[] array, int offset, int length) in toHexString() method in HexDump
119 public static String toHexString(int i) in toHexString() method in HexDump
/frameworks/base/keystore/java/android/security/
DSystemKeyStore.java48 public static String toHexString(byte[] keyData) { in toHexString() method in SystemKeyStore
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DUtils.java124 public static String toHexString(byte[] data) { in toHexString() method in Utils
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java2030 public static String toHexString(String s) { in toHexString() method in WifiServiceImpl