Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DByteBufferReader.java94 public static String readStringWithByteLength(ByteBuffer payload, Charset charset) { in readStringWithByteLength() method in ByteBufferReader
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DByteBufferReaderTest.java159 public void readStringWithByteLength() throws Exception { in readStringWithByteLength() method in ByteBufferReaderTest