Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DIconInfoTestUtil.java57 writeByteArrayWithLength(out, TEST_TYPE.getBytes(StandardCharsets.US_ASCII)); in getTestData()
58 writeByteArrayWithLength(out, TEST_FILENAME.getBytes(StandardCharsets.UTF_8)); in getTestData()
84 private static void writeByteArrayWithLength(ByteArrayOutputStream out, byte[] data) in writeByteArrayWithLength() method in IconInfoTestUtil
DOsuProviderInfoTestUtil.java109 writeByteArrayWithLength(out, TEST_SERVER_URI.getBytes(StandardCharsets.UTF_8)); in getTestPayload()
122 writeByteArrayWithLength(out, TEST_NAI.getBytes(StandardCharsets.UTF_8)); in getTestPayload()
176 private static void writeByteArrayWithLength(ByteArrayOutputStream out, byte[] data) in writeByteArrayWithLength() method in OsuProviderInfoTestUtil