HomeSort by relevance Sort by last modified time
    Searched defs:EAPMethod (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/Osu/src/com/android/anqp/eap/
EAPMethod.java 20 public class EAPMethod {
24 public EAPMethod(ByteBuffer payload) throws ProtocolException {
85 public EAPMethod(EAP.EAPMethodID eapMethodID, AuthParam authParam) {
114 EAPMethod credMethod = credential.getEAPMethod();
169 EAPMethod that = (EAPMethod) thatObject;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
EAPMethod.java 21 public class EAPMethod {
25 public EAPMethod(ByteBuffer payload) throws ProtocolException {
86 public EAPMethod(EAP.EAPMethodID eapMethodID, AuthParam authParam) {
115 EAPMethod credMethod = credential.getEAPMethod();
170 EAPMethod that = (EAPMethod) thatObject;

Completed in 532 milliseconds