Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DDataPathInBandTestCase.java84 private static final byte[] MSG_CLIENT_TO_SERVER = "GET SOME BYTES".getBytes(); field in DataPathInBandTestCase
258 os.write(MSG_CLIENT_TO_SERVER, 0, MSG_CLIENT_TO_SERVER.length); in executeTestSubscriber()
333 int numBytes = is.read(buffer, 0, MSG_CLIENT_TO_SERVER.length); in executeTestPublisher()
339 if (numBytes != MSG_CLIENT_TO_SERVER.length) { in executeTestPublisher()
346 if (!Arrays.equals(MSG_CLIENT_TO_SERVER, in executeTestPublisher()
347 Arrays.copyOf(buffer, MSG_CLIENT_TO_SERVER.length))) { in executeTestPublisher()