Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DIconInfo.java76 ByteBufferReader.readStringWithByteLength(payload, StandardCharsets.US_ASCII); in parse()
78 ByteBufferReader.readStringWithByteLength(payload, StandardCharsets.UTF_8); in parse()
DDomainNameElement.java60 domains.add(ByteBufferReader.readStringWithByteLength( in parse()
DOsuProviderInfo.java122 ByteBufferReader.readStringWithByteLength(payload, StandardCharsets.UTF_8)); in parse()
142 String nai = ByteBufferReader.readStringWithByteLength(payload, StandardCharsets.UTF_8); in parse()
DHSIconFileElement.java86 ByteBufferReader.readStringWithByteLength(payload, StandardCharsets.US_ASCII); in parse()
DNAIRealmData.java79 String realm = ByteBufferReader.readStringWithByteLength( in parse()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DByteBufferReaderTest.java159 public void readStringWithByteLength() throws Exception { in readStringWithByteLength() method in ByteBufferReaderTest
167 ByteBufferReader.readStringWithByteLength(buffer, StandardCharsets.US_ASCII); in readStringWithByteLength()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DByteBufferReader.java94 public static String readStringWithByteLength(ByteBuffer payload, Charset charset) { in readStringWithByteLength() method in ByteBufferReader