Searched defs:I18Name (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DI18Name.java14 public class I18Name { class
20 public I18Name(ByteBuffer payload) throws ProtocolException { method in class:I18Name
22 throw new ProtocolException("Truncated I18Name: " + payload.remaining());
26 throw new ProtocolException("Runt I18Name: " + nameLength);

Completed in 59 milliseconds