Searched refs:writeByteArrayWithLength (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
H A DIconInfoTestUtil.java57 writeByteArrayWithLength(out, TEST_TYPE.getBytes(StandardCharsets.US_ASCII));
58 writeByteArrayWithLength(out, TEST_FILENAME.getBytes(StandardCharsets.UTF_8));
84 private static void writeByteArrayWithLength(ByteArrayOutputStream out, byte[] data) method in class:IconInfoTestUtil
H A DOsuProviderInfoTestUtil.java109 writeByteArrayWithLength(out, TEST_SERVER_URI.getBytes(StandardCharsets.UTF_8));
122 writeByteArrayWithLength(out, TEST_NAI.getBytes(StandardCharsets.UTF_8));
176 private static void writeByteArrayWithLength(ByteArrayOutputStream out, byte[] data) method in class:OsuProviderInfoTestUtil

Completed in 196 milliseconds