Home | History | Annotate | Download | only in util

Lines Matching defs:HexDump

21 import com.android.internal.util.HexDump;
36 byte[] inBuf = HexDump.hexStringToByteArray("FFDD");
45 assertEquals(HexDump.toHexString(inBuf), HexDump.toHexString(inBufDup));
51 byte[] inBuf = HexDump.hexStringToByteArray("11d4f29c0e9ad3c36e72584e064d9b53");
59 assertEquals(HexDump.toHexString(inBuf), HexDump.toHexString(inBufDup));
65 byte[] inBuf = HexDump.hexStringToByteArray("00031040900112488ea794e0");
73 assertEquals(HexDump.toHexString(inBuf), HexDump.toHexString(inBufDup));
79 byte[] inBuf = HexDump.hexStringToByteArray("00031040900112488ea794e0");
90 assertEquals(HexDump.toHexString(inBuf), HexDump.toHexString(inBufDup));
120 byte[] inBuf = HexDump.hexStringToByteArray("00031040900112488ea794e0");
131 assertEquals(HexDump.toHexString(inBuf), HexDump.toHexString(inBufDup));