Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DHexDump.java99 public static String toHexString(byte b) in toHexString() method in HexDump
105 public static String toHexString(byte[] array) in toHexString() method in HexDump
111 public static String toHexString(byte[] array, boolean upperCase) in toHexString() method in HexDump
117 public static String toHexString(byte[] array, int offset, int length) in toHexString() method in HexDump
122 public static String toHexString(byte[] array, int offset, int length, boolean upperCase) in toHexString() method in HexDump
139 public static String toHexString(int i) in toHexString() method in HexDump
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDrm.h49 String8 toHexString() const { in toHexString() function
53 static String8 toHexString(const uint8_t uuid_in[UUID_SIZE]) { in toHexString() function
/frameworks/native/cmds/lshal/
Dutils.cpp22 std::string toHexString(uint64_t t) { in toHexString() function
/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.java190 public static String toHexString(byte[] data) { in toHexString() method in Utils
/frameworks/base/core/java/android/util/
DHalf.java901 public static String toHexString(@HalfFloat short h) { in toHexString() method in Half
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DInstallationAsyncTask.java508 private static String toHexString(byte[] bytes) { in toHexString() method in InstallationAsyncTask
/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/
DDynamicCodeLoggerIntegrationTests.java405 private static String toHexString(MessageDigest hasher) { in toHexString() method in DynamicCodeLoggerIntegrationTests
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java3050 public static String toHexString(String s) { in toHexString() method in WifiServiceImpl