Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsRecordTests.java66 String dataInText = HexDump.dumpHexString(dataIn, 0, dataIn.length); in testInet4AddressRecord()
100 String dataInText = HexDump.dumpHexString(dataIn, 0, dataIn.length); in testTypeAAAInet6AddressRecord()
137 HexDump.dumpHexString(dataIn, 0, dataIn.length); in testTypeAAAInet4AddressRecord()
166 String expectedDataInText = HexDump.dumpHexString(expectedDataIn, 0, expectedDataIn.length); in testTypeAAAInet4AddressRecord()
179 String dataInText = HexDump.dumpHexString(dataIn, 0, dataIn.length); in testPointerRecord()
216 String dataInText = HexDump.dumpHexString(dataIn, 0, dataIn.length); in testServiceRecord()
253 String dataInText = HexDump.dumpHexString(dataIn, 0, dataIn.length); in testAnyRecord()
297 String dataInText = HexDump.dumpHexString(dataIn, 0, dataIn.length); in testNsecRecord()
336 String dataInText = HexDump.dumpHexString(dataIn, 0, dataIn.length); in testTextRecord()
383 return HexDump.dumpHexString(dataOut, 0, packet.getLength()); in toHex()
[all …]
/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java31 import static com.android.net.module.util.HexDump.dumpHexString;
485 Log.d(TAG, "Packet in upstream: " + dumpHexString(p)); in runPing6Test()
493 Log.d(TAG, "Packet in downstream: " + dumpHexString(p)); in runPing6Test()
609 Log.d(TAG, "Packet in upstream: " + dumpHexString(p)); in testIcmpv4Echo()
618 Log.d(TAG, "Packet in downstream: " + dumpHexString(p)); in testIcmpv4Echo()
642 Log.d(TAG, "Packet in upstream: " + dumpHexString(p)); in testTetherClatIcmp()
653 Log.d(TAG, "Packet in downstream: " + dumpHexString(p)); in testTetherClatIcmp()
665 Log.d(TAG, "Built DNS reply: " + dumpHexString(replyMessage)); in buildDnsReplyMessageById()
681 Log.d(TAG, "Packet in downstream: " + dumpHexString(p)); in sendDownloadPacketDnsV4()
697 Log.d(TAG, "Packet in upstream: " + dumpHexString(p)); in sendUploadPacketDnsV4()
/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DHexDump.java37 public static String dumpHexString(@Nullable byte[] array) { in dumpHexString() method in HexDump
39 return dumpHexString(array, 0, array.length); in dumpHexString()
49 public static String dumpHexString(@Nullable byte[] array, int offset, int length) { in dumpHexString() method in HexDump
/packages/modules/Connectivity/Tethering/tests/integration/base/android/net/
DEthernetTetheringTestBase.java35 import static com.android.net.module.util.HexDump.dumpHexString;
679 Log.d(TAG, "Packet in downstream: " + dumpHexString(p)); in sendDownloadPacketUdp()
700 Log.d(TAG, "Packet in upstream: " + dumpHexString(p)); in sendUploadPacketUdp()
722 Log.d(TAG, "Packet in downstream: " + dumpHexString(p)); in sendDownloadPacketTcp()
746 Log.d(TAG, "Packet in upstream: " + dumpHexString(p)); in sendUploadPacketTcp()
824 Log.d(TAG, "Packet in upstream: " + dumpHexString(p)); in probeV4TetheringConnectivity()
DTetheringTester.java34 import static com.android.net.module.util.HexDump.dumpHexString;
485 Log.d(TAG, "Get remaining bytes: " + dumpHexString(bytes)); in getRemaining()
/packages/modules/Connectivity/service-t/src/com/android/server/
DIpSecXfrmController.java144 logV(HexDump.dumpHexString(req)); in sendRequestAndGetResponse()
149 logV(HexDump.dumpHexString(response.array(), 0 /* offset */, response.limit())); in sendRequestAndGetResponse()
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DHexDumpTest.java41 assertEquals("(null)", HexDump.dumpHexString(null)); in testNullArray()
/packages/modules/Connectivity/framework-t/src/android/net/nsd/
DOffloadServiceInfo.java217 mHostname, HexDump.dumpHexString(mOffloadPayload), mPriority, in toString()
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpPacketTest.java1290 final String msg = "Expected:\n " + HexDump.dumpHexString(expected) + in checkBuildOfferPacket()
1291 "\nActual:\n " + HexDump.dumpHexString(actual); in checkBuildOfferPacket()
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DTunInterfaceController.java419 Log.d(TAG, HexDump.dumpHexString(msg)); in setAddrGenModeToNone()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DAutomaticOnOffKeepaliveTracker.java818 final String hex = HexDump.dumpHexString(bytes.array(), 0, exceptionPos); in isAnyTcpSocketConnectedForFamily()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackAidlImpl.java932 logd("Vendor Element Bytes: " + HexDump.dumpHexString(vendorElemBytes)); in handleDeviceFound()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpServer.java828 + HexDump.dumpHexString(packet.getClientMac()); in getMacAddr()
DDhcpClient.java684 Log.d(TAG, HexDump.dumpHexString(recvbuf, 0, length)); in handlePacket()
/packages/modules/NetworkStack/src/android/net/apf/
DLegacyApfFilter.java2353 pw.println(HexDump.dumpHexString(mDataSnapshot)); in dump()
DApfFilter.java2824 pw.println(HexDump.dumpHexString(mDataSnapshot)); in dump()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java4486 pw.append(HexDump.dumpHexString(mFrameBytes)); // potentially contains PII