Searched refs:getEAPMethodID (Results 1 – 8 of 8) sorted by relevance
32 public EAP.EAPMethodID getEAPMethodID() { in getEAPMethodID() method in InnerAuthEAP48 return ((InnerAuthEAP) thatObject).getEAPMethodID() == getEAPMethodID(); in equals()
108 public EAP.EAPMethodID getEAPMethodID() { in getEAPMethodID() method in EAPMethod115 if (mEAPMethodID != credMethod.getEAPMethodID()) { in match()
61 public int getEAPMethodID() { in getEAPMethodID() method in InnerAuthEAP
129 public int getEAPMethodID() { in getEAPMethodID() method in EAPMethod
42 EAP.EAPMethodID eapMethodID = credential.getEAPMethod().getEAPMethodID(); in buildConfig()196 EAP.EAPMethodID eapMethodID = homeSP.getCredential().getEAPMethod().getEAPMethodID(); in buildBaseConfiguration()
632 if (method.getEAPMethodID() == EAP.EAPMethodID.EAP_SIM in buildHomeSPTree()633 || method.getEAPMethodID() == EAP.EAPMethodID.EAP_AKA in buildHomeSPTree()634 || method.getEAPMethodID() == EAP.EAPMethodID.EAP_AKAPrim) { in buildHomeSPTree()639 Integer.toString(EAP.mapEAPMethod(method.getEAPMethodID())), null); in buildHomeSPTree()641 } else if (method.getEAPMethodID() == EAP.EAPMethodID.EAP_TTLS) { in buildHomeSPTree()650 Integer.toString(EAP.mapEAPMethod(method.getEAPMethodID())), null); in buildHomeSPTree()654 } else if (method.getEAPMethodID() == EAP.EAPMethodID.EAP_TLS) { in buildHomeSPTree()
418 Log.d(TAG, "Credential method " + credential.getEAPMethod().getEAPMethodID()); in createHandler()419 switch (credential.getEAPMethod().getEAPMethodID()) { in createHandler()448 credential.getEAPMethod().getEAPMethodID()); in createHandler()
194 if (method.getEAPMethodID() != eapMethodID) { in matchEAPMethod()