Home
last modified time | relevance | path

Searched defs:dumpHexString (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DHexDump.java27 public static String dumpHexString(@Nullable byte[] array) { in dumpHexString() method in HexDump
32 public static String dumpHexString(@Nullable byte[] array, int offset, int length) in dumpHexString() method in HexDump
/aosp12/frameworks/libs/net/common/device/com/android/net/module/util/
H A DHexDump.java35 public static String dumpHexString(@Nullable byte[] array) { in dumpHexString() method in HexDump
47 public static String dumpHexString(@Nullable byte[] array, int offset, int length) { in dumpHexString() method in HexDump