OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:I18Name
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/Osu/src/com/android/anqp/
I18Name.java
15
public class
I18Name
{
20
public
I18Name
(ByteBuffer payload) throws ProtocolException {
22
throw new ProtocolException("Truncated
I18Name
: " + payload.remaining());
26
throw new ProtocolException("Runt
I18Name
: " + nameLength);
35
public
I18Name
(String compoundString) throws IOException {
65
I18Name
that = (
I18Name
) thatObject;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
I18Name.java
15
public class
I18Name
{
20
public
I18Name
(ByteBuffer payload) throws ProtocolException {
22
throw new ProtocolException("Truncated
I18Name
: " + payload.remaining());
26
throw new ProtocolException("Runt
I18Name
: " + nameLength);
35
public
I18Name
(String compoundString) throws IOException {
65
I18Name
that = (
I18Name
) thatObject;
Completed in 2659 milliseconds