Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DIconInfoTest.java87 ByteBuffer buffer = ByteBuffer.wrap(IconInfoTestUtil.TEST_ICON_INFO_RAW_BYTES); in parseTruncatedBuffer()
100 ByteBuffer buffer = ByteBuffer.wrap(IconInfoTestUtil.TEST_ICON_INFO_RAW_BYTES); in parseBufferWithTestData()
DOsuProviderInfoTestUtil.java118 writeShortLE(out, IconInfoTestUtil.TEST_ICON_INFO_RAW_BYTES.length); in getTestPayload()
119 out.write(IconInfoTestUtil.TEST_ICON_INFO_RAW_BYTES); in getTestPayload()
DIconInfoTestUtil.java43 public static final byte[] TEST_ICON_INFO_RAW_BYTES = getTestData(); field in IconInfoTestUtil