Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
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