Home
last modified time | relevance | path

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

/frameworks/libs/net/common/device/com/android/net/module/util/
DHexDump.java106 public static String toHexString(byte b) { in toHexString() method in HexDump
115 public static String toHexString(byte[] array) { in toHexString() method in HexDump
125 public static String toHexString(byte[] array, boolean upperCase) { in toHexString() method in HexDump
136 public static String toHexString(byte[] array, int offset, int length) { in toHexString() method in HexDump
148 public static String toHexString(byte[] array, int offset, int length, boolean upperCase) { in toHexString() method in HexDump
167 public static String toHexString(int i) { in toHexString() method in HexDump
/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/base/errorprone/tests/res/com/android/internal/util/
DHexDump.java20 public static String toHexString(byte[] array) { 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/core/java/android/bluetooth/
DOobData.java940 private String toHexString(@NonNull int b) { in toHexString() method in OobData
945 private String toHexString(@NonNull byte b) { in toHexString() method in OobData
950 private String toHexString(@NonNull byte[] array) { in toHexString() method in OobData
/frameworks/base/media/java/android/media/
DAudioProfile.java133 private static String toHexString(int[] ints) { in toHexString() method in AudioProfile
/frameworks/base/keystore/java/android/security/
DSystemKeyStore.java48 public static String toHexString(byte[] keyData) { in toHexString() method in SystemKeyStore
/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.java542 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/base/services/incremental/
DIncrementalService.cpp3123 static std::string toHexString(const RawMetadata& metadata) { in toHexString() function