HomeSort by relevance Sort by last modified time
    Searched full:m_authenticationtypes (Results 1 - 1 of 1) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
NetworkAuthenticationTypeElement.java 17 private final List<NetworkAuthentication> m_authenticationTypes;
58 m_authenticationTypes = new ArrayList<NetworkAuthentication>();
67 m_authenticationTypes.add(new NetworkAuthentication(type,
73 return Collections.unmodifiableList(m_authenticationTypes);
79 "m_authenticationTypes=" + m_authenticationTypes +

Completed in 51 milliseconds