Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DHexDump.java95 public static String toHexString(byte b) in toHexString() method in HexDump
100 public static String toHexString(byte[] array) in toHexString() method in HexDump
105 public static String toHexString(byte[] array, boolean upperCase) in toHexString() method in HexDump
110 public static String toHexString(byte[] array, int offset, int length) in toHexString() method in HexDump
115 public static String toHexString(byte[] array, int offset, int length, boolean upperCase) in toHexString() method in HexDump
131 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.java145 public static String toHexString(byte[] data) { in toHexString() method in Utils
/frameworks/base/packages/Osu/src/com/android/hotspot2/
DUtils.java147 public static String toHexString(byte[] data) { in toHexString() method in Utils
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1817 public static String toHexString(String s) { in toHexString() method in WifiServiceImpl