Searched refs:echo (Results 1 – 7 of 7) sorted by relevance
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/ |
D | VpnTestHelper.java | 128 byte[] echo = createIcmpMessage(ICMP_ECHO_REQUEST, 0x00, identifier, 0, message.getBytes()); in checkPing() 133 Os.write(socket, echo, 0, echo.length); in checkPing() 142 byte[] reply = new byte[echo.length]; in checkPing() 143 int read = Os.read(socket, reply, 0, echo.length); in checkPing() 144 assertEquals(echo.length, read); in checkPing() 147 assertEquals(echo[0], ICMP_ECHO_REQUEST); in checkPing() 149 echo[0] = 0; in checkPing() 155 echo[4] = (byte) ((port >> 8) & 0xFF); in checkPing() 156 echo[5] = (byte) (port & 0xFF); in checkPing() 159 echo[2] = echo[3] = 0; in checkPing() [all …]
|
/cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/ |
D | PingReflector.java | 64 IcmpMessage echo = null; in processPacket() local 76 echo = new IcmpMessage( in processPacket() 78 Log.i(TAG, "Ping packet:\n" + echo); in processPacket() 85 packet.setData(echo.getEncoded()); in processPacket()
|
/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/ |
D | ICrossUserService.aidl | 20 String echo(String msg); in echo() method
|
D | ProtectedCrossUserService.java | 31 public String echo(String msg) {
|
D | BindDeviceAdminServiceGoodSetupTest.java | 159 assertCrossProfileCall(ANSWER, service -> service.echo(ANSWER), targetUser); in testCrossProfileCall_echo()
|
/cts/suite/audio_quality/test_description/ |
D | processing_main.py | 39 def echo(inputData, inputTypes): function
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 4207 boolean echo
|