Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DANQPParserTest.java68 private static byte[] getDomainNamePayload(String[] names) throws IOException { in getDomainNamePayload() method in ANQPParserTest
319 ByteBuffer buffer = ByteBuffer.wrap(getDomainNamePayload(testNames)); in parseDomainNameElement()