/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/ |
D | MdnsRecordTests.java | 66 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/ |
D | EthernetTetheringTest.java | 31 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/ |
D | HexDump.java | 37 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/ |
D | EthernetTetheringTestBase.java | 35 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()
|
D | TetheringTester.java | 34 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/ |
D | IpSecXfrmController.java | 144 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/ |
D | HexDumpTest.java | 41 assertEquals("(null)", HexDump.dumpHexString(null)); in testNullArray()
|
/packages/modules/Connectivity/framework-t/src/android/net/nsd/ |
D | OffloadServiceInfo.java | 217 mHostname, HexDump.dumpHexString(mOffloadPayload), mPriority, in toString()
|
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/ |
D | DhcpPacketTest.java | 1290 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/ |
D | TunInterfaceController.java | 419 Log.d(TAG, HexDump.dumpHexString(msg)); in setAddrGenModeToNone()
|
/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | AutomaticOnOffKeepaliveTracker.java | 818 final String hex = HexDump.dumpHexString(bytes.array(), 0, exceptionPos); in isAnyTcpSocketConnectedForFamily()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceCallbackAidlImpl.java | 932 logd("Vendor Element Bytes: " + HexDump.dumpHexString(vendorElemBytes)); in handleDeviceFound()
|
/packages/modules/NetworkStack/src/android/net/dhcp/ |
D | DhcpServer.java | 828 + HexDump.dumpHexString(packet.getClientMac()); in getMacAddr()
|
D | DhcpClient.java | 684 Log.d(TAG, HexDump.dumpHexString(recvbuf, 0, length)); in handlePacket()
|
/packages/modules/NetworkStack/src/android/net/apf/ |
D | LegacyApfFilter.java | 2353 pw.println(HexDump.dumpHexString(mDataSnapshot)); in dump()
|
D | ApfFilter.java | 2824 pw.println(HexDump.dumpHexString(mDataSnapshot)); in dump()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiNative.java | 4486 pw.append(HexDump.dumpHexString(mFrameBytes)); // potentially contains PII
|