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.java778 byte[] receivedBytes = new byte[totalSize]; in echoLargeUsbRequestLegacy()
779 ByteBuffer bufferReceived = ByteBuffer.wrap(receivedBytes); in echoLargeUsbRequestLegacy()
792 assertEquals(sentBytes[i], receivedBytes[i]); in echoLargeUsbRequestLegacy()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java2985 int receivedBytes = stream.read(bytes); in sendTraffic() local
2986 if (receivedBytes > 0) { in sendTraffic()