Home
last modified time | relevance | path

Searched refs:receivedBytes (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
DUsbDeviceTestActivity.java780 byte[] receivedBytes = new byte[totalSize]; in echoLargeUsbRequestLegacy()
781 ByteBuffer bufferReceived = ByteBuffer.wrap(receivedBytes); in echoLargeUsbRequestLegacy()
794 assertEquals(sentBytes[i], receivedBytes[i]); in echoLargeUsbRequestLegacy()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java3852 int receivedBytes = stream.read(bytes); in sendTraffic() local
3853 if (receivedBytes > 0) { in sendTraffic()