Home
last modified time | relevance | path

Searched defs:readStringWithByteLength (Results 1 – 2 of 2) sorted by relevance

/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
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DByteBufferReaderTest.java159 public void readStringWithByteLength() throws Exception { in readStringWithByteLength() method in ByteBufferReaderTest